- 08 Apr, 2024 1 commit
-
-
Anton Midyukov authored
This has no effect on the size of the squashfs, but does create unexpected problems.
-
- 14 Feb, 2024 1 commit
-
-
Anton Midyukov authored
This is needed for all rootfs.
-
- 09 Feb, 2024 1 commit
-
-
Anton Midyukov authored
Required mkimage 0.3.0-alt1
-
- 07 Aug, 2023 1 commit
-
-
Anton Midyukov authored
The mki-pack-isodata does not install the bootloader.
-
- 02 Aug, 2023 1 commit
-
-
Anton Midyukov authored
-
- 27 Feb, 2023 1 commit
-
-
Anton Midyukov authored
This feature complements the live image of the second stage with installation image-specific settings and scripted hooks. It is recommended to connect using +live-installer to ensure that a typical set of installer-related features is included. Unlike the install2 feature, a separate image of the second stage of 'altinst' is not built, but the live image is supplemented with installer packages in order to reduce the total volume of the iso image. Installation consists of two stages: 1. The live image is unpacked, as in livecd-install 2. Install additional packages BASE_PACKAGES and package groups THE_GROUPS as in install2. Unlike install2, only those packages that are not in the live image are placed in the main repository. This is how the size of the iso image is reduced.
-
- 27 Jan, 2023 2 commits
-
-
Anton Midyukov authored
This script does what hasn't been needed for over 10 years.
-
Anton Midyukov authored
If xorg-dri-* is not needed, just don't install it.
-
- 30 Dec, 2022 1 commit
-
-
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.
-
- 02 Sep, 2022 1 commit
-
-
Anton Midyukov authored
Chroot can be two or one, work or image. Package lists of work chroot cannot take into account packages that will be installed into it after run-scripts.
-
- 03 Jun, 2022 1 commit
-
-
Anton Midyukov authored
Fix 'warning: fgrep is obsolescent; using grep -F'
-
- 02 Mar, 2022 2 commits
-
-
Anton Midyukov authored
Use full PATH, because otherwise extra modules with the same endings are packed. Instead of listing modules from the same directory, the path to the directory is used. The 10-stage2 list has been cleaned up, but still has a lot of redundancy. Need added some basic lists for all targets.
-
Anton Midyukov authored
-
- 13 Feb, 2022 1 commit
-
-
Anton Midyukov authored
Empty lines in this file will cause initrd generation. As a result of the failure, all modules are added to the initrd. See also commit 62cd397fdd4c6dd08773bf198a5a51ac533153a1
-
- 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 2 commits
-
-
Anton Midyukov authored
-
Anton Midyukov authored
This reverts commit 366cb49d. .gitignore is needed for packaging empty catalogs to the profile archive.
-
- 04 Sep, 2021 1 commit
-
-
Anton Midyukov authored
-
- 30 Aug, 2021 1 commit
-
-
Anton Midyukov authored
The commit 99695713 used this variable even though it didn't exist yet. A good reason to add this variable.
-
- 24 Jun, 2021 1 commit
-
-
Anton Midyukov authored
-
- 12 Apr, 2021 1 commit
-
-
Anton Midyukov authored
At the moment, the ability to select the kernel with which to boot is implemented only for grub (grub-pc, grub-efi, ieee1275boot). note that renamed STAGE1_KFLAVOUR to STAGE1_KFLAVOURS, as multiple kernels can now be added.
-
- 05 Apr, 2021 1 commit
-
-
Anton Midyukov authored
-
- 23 Nov, 2020 1 commit
-
-
Anton Midyukov authored
It is very strange that earlier in STAGE1 added kernel modules from a variable STAGE1_KMODULES_REGEXP only. This commit makes the drm feature work properly.
-
- 26 Sep, 2020 1 commit
-
-
Michael Shigorin authored
Partially reverts commit e8f63357 which has added an overlooked second `include targets.mk' which began spamming build.log immediately: /usr/share/mkimage/targets.mk:23: warning: overriding recipe for target `__profile_internal_rule' /usr/share/mkimage/targets.mk:23: warning: ignoring old recipe for target `__profile_internal_rule' *sigh*
-
- 17 Aug, 2020 1 commit
-
-
Anton Midyukov authored
This reverts commit 02a5231b. Upstream mkimage has not yet take patches to support packaging multiple kernels to ISO image. In order to avoid problems, have to revert this commit.
-
- 22 May, 2020 1 commit
-
-
Anton Midyukov authored
-
- 16 Sep, 2019 1 commit
-
-
Michael Shigorin authored
This was highly inobvious, and should have been documented within the very same commit adding the variable! See-also: https://bugzilla.altlinux.org/30239 See-also: https://bugzilla.altlinux.org/32171
-
- 05 Nov, 2018 1 commit
-
-
Michael Shigorin authored
Just missed this change somehow... See-also: http://git.altlinux.org/people/shaba/packages/?p=startup.git;a=commitdiff;h=2441f9438b7956fabdb353400b9df4abace1d7a0Suggested-by:
Anton Midyukov <antohami@altlinux.org>
-
- 06 Aug, 2018 1 commit
-
-
Michael Shigorin authored
This is to make building addon images possible; those carrying packages but lacking any stage2.
-
- 11 Jun, 2018 1 commit
-
-
Michael Shigorin authored
The places of the terms *do* affect the sum in apt's case; start with lowlevel items like SYSTEM_PACKAGES and end with high-level ones like THE_LISTS to reduce the chance of getting hit by premature virtual dependency expansion/fixation. Adapt live and rescue features accordingly. See-also: https://bugzilla.altlinux.org/show_bug.cgi?id=30806#c5Suggested-by:
Leonid Krivoshein <klark@altlinux.org>
-
- 23 May, 2018 1 commit
-
-
Michael Shigorin authored
af_packet rather belongs to networking stack than to common module library indeed. Suggested-by:
Alexey Gladkov <legion@altlinux.org>
-
- 15 Feb, 2018 1 commit
-
-
Michael Shigorin authored
There's no "arm" entity, what could I mean?..
-
- 09 Jun, 2017 1 commit
-
-
Michael Shigorin authored
Another minor facelift: - s/ALT Linux/ALT/gc (where applicable); - s/7.0/8.0/g; - 2017; - e2k; - links.
-
- 27 Jun, 2016 1 commit
-
-
Michael Shigorin authored
Now that we don't ignore X-Alterator-PackageList in pkggroup files these few places referencing group names as list names have broke; bring 'em in line through this new and shiny function.
-
- 23 May, 2016 2 commits
-
-
Konstantin A. Lepikhov authored
stage2 only allows to run certain scripts and install packages, but sometimes one need just to copy something to stage2 (like stage1 does). How to use: put files under ./files directory with the same structure as on resulting image.
-
Konstantin A. Lepikhov authored
If aufs not available/broken we could try to use overlayfs. NB: changes below doesn't work without modified make-initrd-propagator!
-
- 01 Apr, 2016 1 commit
-
-
Michael Shigorin authored
...regarding THE_* use.
-
- 12 Jan, 2016 1 commit
-
-
Michael Shigorin authored
Thanks glebfm@ for noticing that Simply (an m-p-d product) takes no kernel inside squashfs but relies on livecd-install's 50-restore-kernel.sh hook to copy the kernel from iso9660 and regenerate initrd (which is a must anyways but requires System.map to be still around). This saves about 3 Mb in ISO size for a LiveCD using kernel-image-std-def-4.1.15-alt1.x86_64.rpm.
-
- 04 Dec, 2015 1 commit
-
-
Michael Shigorin authored
There's /usr/share/qt5/translations/ now too, handle that. OTOH we've got some CJK support already, time to split up those "cleanups" into some target locale set dependent form.
-