- 02 Aug, 2024 1 commit
-
-
Anton Midyukov authored
A group may contain more than one list, or the group name may not match the list name.
-
- 09 Feb, 2024 2 commits
-
-
Anton Midyukov authored
-
Anton Midyukov authored
Required mkimage 0.3.0-alt1
-
- 31 Oct, 2023 1 commit
-
-
Anton Midyukov authored
The number of spaces may vary, so the column may be the sixth rather than the fifth. As a result, we get an empty value and an error. See commit c86141fc
-
- 30 Oct, 2023 1 commit
-
-
Anton Midyukov authored
This reverts commit c86141fc. The --size option does not show the size of the image, but the size of the used disk space. Need to fix it differently.
-
- 03 Oct, 2023 1 commit
-
-
Anton Midyukov authored
he number of spaces may vary, so the column may be the sixth rather than the fifth. As a result, we get an empty value and an error.
-
- 30 Dec, 2022 2 commits
-
-
Anton Midyukov authored
The new make-4.4 does not reset '$(1)', '$(2)', etc. when do recursively expanding. So the functions fire spontaneously. The reason for recursive expanding might be to use $(shell ...). To protect the code from spontaneous execution, we add a match check '$(0)' to the function name. The '$(0)' variable must always have the name of our function at the time of the call. If this is not the case, then we are out of the $(call ...) context. From make documentation: | The syntax of the 'call' function is: | | $(call VARIABLE,PARAM,PARAM,...) | | When 'make' expands this function, it assigns each PARAM to temporary | variables '$(1)', '$(2)', etc. The variable '$(0)' will contain | VARIABLE. Fix ALT bug 44561 See also: https://github.com/osboot/make-initrd/commit/60afcd997affe150fe1153006ffcc1adac735710
-
Anton Midyukov authored
check conditions of make for equality of variables with an empty value instead of check definition. A defined but empty variable under all these conditions results errors.
-
- 12 Jul, 2022 1 commit
-
-
Anton Midyukov authored
This will allow to add multiple lists to the X-Alterator-PackageList through the character ";". See also: https://bugzilla.altlinux.org/43186
-
- 02 Mar, 2022 2 commits
-
-
Anton Midyukov authored
This reverts commit 4682e8d1.
-
Anton Midyukov authored
-
- 20 Feb, 2022 1 commit
-
-
Anton Midyukov authored
-
- 02 Feb, 2022 1 commit
-
-
Anton Midyukov authored
.gitignore was replaced to .empty See also commit 44c60e5c
-
- 19 Jan, 2022 1 commit
-
-
Anton Midyukov authored
When building the rpm package .gitignore is deleted. These files are necessary in order for saved profiles when building the image from git repository and from installed rpm package have been identical.
-
- 30 Dec, 2021 1 commit
-
-
Anton Midyukov authored
-
- 10 Dec, 2021 1 commit
-
-
Anton Midyukov authored
-
- 15 Aug, 2021 1 commit
-
-
Anton Midyukov authored
When the save-profile is executed, the .work directory already exists.
-
- 06 Jun, 2021 1 commit
-
-
Anton Midyukov authored
NO_SYMLINK disables the creation of symlinks for the builded image.
-
- 20 May, 2021 1 commit
-
-
Anton Midyukov authored
The code is given in accordance with the documentation See-also: commit 2987fa8f
-
- 30 Apr, 2021 1 commit
-
-
Anton Midyukov authored
The parameter is used to save the intermediate tarball used to build the virtual machine image.
-
- 03 Apr, 2021 1 commit
-
-
Anton Midyukov authored
Sorting profiles was a mistake. stage1 must run ahead of the stage2 subprofiles, as this is the stage where the squash compression settings are configured. See-also: commit da65dc2f https://lists.altlinux.org/pipermail/devel-distro/2021-March/002319.html
-
- 26 Sep, 2020 2 commits
-
-
Michael Shigorin authored
This is following mkimage's approach; better late than never.
-
Michael Shigorin authored
`make clean' and `make distclean' use none of these, no reason to spend extra forks, i/o and time.
-
- 19 Aug, 2019 1 commit
-
-
Gleb Fotengauer-Malinovskiy authored
-
- 24 Dec, 2018 1 commit
-
-
Gleb Fotengauer-Malinovskiy authored
This option allows to make smallest images even smaller by reducing amount of installed locales.
-
- 16 Jul, 2018 1 commit
-
-
Mikhail Efremov authored
Use it in the image filename, so we'll know what version of a distro it is.
-
- 15 Feb, 2018 1 commit
-
-
Michael Shigorin authored
This is a fix to previous failures of ve/vm + use/repo/main build attempts (in fact, any non-distro/ targets). SUBDIRS were just optimized away...
-
- 04 Dec, 2017 1 commit
-
-
Michael Shigorin authored
This isn't a warning cause, this is a error cause!
-
- 07 Aug, 2017 1 commit
-
-
Michael Shigorin authored
Weird but the last round of image builds on e2k started complaining: Makefile:95: *** target file `debug' has both : and :: entries. Stop. Looks like these should have been fixed indeed. But why didn't this surface before then?
-
- 27 Jun, 2016 1 commit
-
-
Michael Shigorin authored
NB: PKGDIR might be overridden now so that these functions can be used within both metaprofile and generated profile contexts; this isn't clean but I couldn't come up with anything better so far.
-
- 01 Apr, 2016 1 commit
-
-
Michael Shigorin authored
These are alike to lists/groups ones.
-
- 08 Feb, 2016 1 commit
-
-
Michael Shigorin authored
Bring the stage/step prefix into line for those greppin' through.
-
- 16 Nov, 2015 1 commit
-
-
Michael Shigorin authored
The issue at hand is that: /etc/tcb/USER/shadow gets USER:auth ownership (OK); /etc/tcb/USER/shadow- backup file is root:root (broken); /etc/tcb/USER/shadow.lock file is also root:root (broken). This is observed for all pseudousers created by package installation process within working chroots as well as for users created by deflogin feature; the problem is that e.g. echo USER:PASS | chpasswd will break. Looks like the cuplrit might be fakeroot/faked.
-
- 07 Aug, 2015 1 commit
-
-
Michael Shigorin authored
(rather cosmetic changes)
-
- 02 Feb, 2015 1 commit
-
-
Denis Smirnov authored
Looks like there's some issue with fakeroot as pseudousers created with useradd during package installation have their /etc/tcb/*/shadow files with proper permissions ($user:auth) but shadow- and shadow.lock belong to root:root which makes passwd(1) fail.
-
- 14 Nov, 2014 1 commit
-
-
Michael Shigorin authored
Aimed at live images at first but should cover installers as well. This has been brewing for quite some time and while the proper implementation is considerably more complex (and hard to do) looks like there's demand for the particular important use case, namely LiveCDs for Russian users, so this code has been shared with a few people before merge.
-
- 19 Sep, 2014 1 commit
-
-
Michael Shigorin authored
This function's got its argument order chosen for "aesthetical" reason of $(2) following $(1) in the macros but the logical order is exactly the opposite: we care for kernel flavour much more than for module set (which is dependent upon it). So while silent dropout of kernel-image if KFLAVOURS is set but KMODULES is empty could be fixed by testing for $(2) only, it looks like a good time to fix this discrepancy altogether.
-
- 05 Mar, 2014 1 commit
-
-
Michael Shigorin authored
This change is done to reduce ambiguity in some cases; the previous intention has been to ease navigation when staying in a particular directory, now it's been changed in favour of convenient toplevel `git grep' in fact. Both variants have their pros and cons, I just find myself leaning to this one by now hence the commit. Feel free to provide constructive criticism :) Some path-related bitrot has also been fixed while at that.
-
- 10 Jun, 2013 1 commit
-
-
Michael Shigorin authored
These have been proofread somewhat to correspond to the current state of affairs; a missing one was added for fonts feature.
-
- 11 Feb, 2013 1 commit
-
-
Michael Shigorin authored
These generated directories aren't part of a profile itself.
-