- 08 Oct, 2024 1 commit
-
-
Anton Midyukov authored
Note: when CHECK is set, targets.log only. targets.log will be moved to $(BUILDDIR)/reports/
-
- 29 Aug, 2024 1 commit
-
-
Anton Midyukov authored
images and containers must be licensed.
-
- 22 Dec, 2023 1 commit
-
-
Anton Midyukov authored
See: https://bugzilla.altlinux.org/48863
-
- 02 Nov, 2023 1 commit
-
-
Anton Midyukov authored
Fix for commit: be46eb8b
-
- 01 Oct, 2023 1 commit
-
-
Anton Midyukov authored
lilo is stagnating, it is better to prepare in advance for the fact that it will not exist.
-
- 28 Sep, 2023 1 commit
-
-
Anton Midyukov authored
-
- 21 Aug, 2023 2 commits
-
-
Anton Midyukov authored
Can be useful for iso without stage2 (net-install). grub can bootload by uuid.
-
Anton Midyukov authored
-
- 07 Aug, 2023 1 commit
-
-
Gleb Fotengauer-Malinovskiy authored
It is unnecessary to define the BOOTLOADER type for e2k in this context. The reason is that images for e2k use the mkimage isodata pack method, which is unaffected by any value of the BOOTLOADER variable (BOOT_TYPE in the mkimage). Therefore, defining the BOOTLOADER type does not make any sense. Fixes: e8fcdaf8 ("lib/boot.mk: Set IMAGE_PACKTYPE to isodata for e2k")
-
- 24 Jul, 2023 1 commit
-
-
Anton Midyukov authored
glibc can be compiled such that mki-fake-dev requires /proc to works. This on loongarch64.
-
- 14 Jul, 2023 1 commit
-
-
Anton Midyukov authored
-
- 30 May, 2023 1 commit
-
-
Anton Midyukov authored
We cannot get IMAGE_OUTPATH from the build.log, and there is currently no other mechanism. Creating a CHECK directory was a bad idea. It should have been created only for CHECK, but it was always created when DEBUG was not enabled. So it's better to just issue a warning.
-
- 30 Dec, 2022 4 commits
-
-
Anton Midyukov authored
This is required to run mkimage-profiles from mki-build with --vm-run. mki-build creates a build directory and a symlink to it in the current directory. The BUILDDIR variable is then set to the value of the symlink.
-
Anton Midyukov authored
-
Anton Midyukov authored
So much clearer and easier. Thanks glebfm@ for the idea.
-
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 May, 2022 1 commit
-
-
Anton Midyukov authored
Fix 'warning: egrep is obsolescent; using grep -E'
-
- 11 Apr, 2022 1 commit
-
-
Anton Midyukov authored
-
- 05 Mar, 2022 1 commit
-
-
Anton Midyukov authored
This package must always be installed in chroot in one transaction with basesystem so that the correct package is installed.
-
- 02 Mar, 2022 1 commit
-
-
Anton Midyukov authored
Images building from the generated profile will have mkimage-profiles commit information.
-
- 20 Jan, 2022 1 commit
-
-
Anton Midyukov authored
make-aptbox is needed to check package lists only.
-
- 21 Dec, 2021 2 commits
-
-
Anton Midyukov authored
All variables can be overridden.
-
Anton Midyukov authored
It was broken сommit 676aac35
-
- 19 Dec, 2021 1 commit
-
-
Anton Midyukov authored
It was a mistake to add branding package to the initialized chroot. There were no problems until the package had dependencies. Now, when most branding has a dependence on alt-os-release, chroot initialization broke. See also ALT bug 41570. Branding needed to be added to PACKAGES_REQUIRED_INITROOT so that it is installed with basesystem.
-
- 13 Dec, 2021 1 commit
-
-
Michael Shigorin authored
...otherwise: $ make QUIET=1 REPORT=1 THE_APT_CONF=branch BRANDING=alt-starterkit ... /bin/sh: line 5: [: too many arguments /bin/sh: line 28: [: too many arguments
-
- 10 Dec, 2021 1 commit
-
-
Anton Midyukov authored
This reverts commit 366cb49d. .gitignore is needed for packaging empty catalogs to the profile archive.
-
- 22 Nov, 2021 1 commit
-
-
Anton Midyukov authored
The parameter determines use of QEMU or not, if the target architecture does not correspond to the host architecture. By default, the parameter is on (Value 1). For architectures that do not support QEMU (e2k), the option is turned off.
-
- 14 Oct, 2021 1 commit
-
-
Anton Midyukov authored
-
- 19 Sep, 2021 1 commit
-
-
Anton Midyukov authored
-
- 31 Aug, 2021 1 commit
-
-
Anton Midyukov authored
-
- 30 Aug, 2021 1 commit
-
-
Anton Midyukov authored
-
- 23 Aug, 2021 2 commits
-
-
Anton Midyukov authored
-
Anton Midyukov authored
Aptbox is not initialized, so build time is reduced.
-
- 13 Aug, 2021 1 commit
-
-
Anton Midyukov authored
-
- 09 Aug, 2021 1 commit
-
-
Anton Midyukov authored
mkimage to run сlean/distclean successfully requires .work/.cache and .work/.out directories.
-
- 23 Jul, 2021 1 commit
-
-
Anton Midyukov authored
This reverts commit 83e0b913. However, it is not make clean is executed, but the make distclean.
-
- 20 Jul, 2021 1 commit
-
-
Anton Midyukov authored
This will allow apt to be request before/without the hasher is created.
-
- 13 Jul, 2021 1 commit
-
-
Anton Midyukov authored
Requires support at mkimage.
-
- 24 Jun, 2021 1 commit
-
-
Anton Midyukov authored
-
- 23 Jun, 2021 1 commit
-
-
Anton Midyukov authored
build.log does not exist when they run, because the build directory is no longer created to run them.
-