- 04 Apr, 2021 1 commit
-
-
Nikita Ermakov authored
-
- 24 Nov, 2020 1 commit
-
-
Anton Midyukov authored
The 'splash' boot argument must be cleared so that it is not enabled for rootfs and livecd that do not have plymouth installed.
-
- 31 Aug, 2020 1 commit
-
-
Michael Shigorin authored
There's no need for bootloader on Elbrus platform since firmware boots Linux just fine; note that the whole feature is betted omitted since its script checks for the case when the feature is requested but not configured properly.
-
- 09 Jun, 2020 1 commit
-
-
Anton Midyukov authored
installer-feature-bootloader-$BOOTLOADER dependency of alterator-$BOOTLOADER. This is necessary so that alterator-$BOOTLOADER is deleted after installation, if it was not installed explicitly. This will reduce the minimum installation of alt-server.
-
- 05 Jun, 2020 1 commit
-
-
Anton Midyukov authored
This reverts commit 19ed2b9a.
-
- 22 May, 2020 1 commit
-
-
Anton V. Boyarshinov authored
-
- 13 Jan, 2020 1 commit
-
-
Mikhail Gordeev authored
The case at hand was the need to pass serial console parameters, see the next commit.
-
- 01 Nov, 2019 1 commit
-
-
Anton Midyukov authored
-
- 19 Aug, 2019 1 commit
-
-
Gleb Fotengauer-Malinovskiy authored
-
- 04 Jun, 2019 3 commits
-
-
Anton Midyukov authored
$GRUB_ARCHES is the list of GRUB 2 supported architectures
-
Anton Midyukov authored
Add target use/bootloader/uboot. Das U-Boot -- the Universal Boot Loader, used on single board PCs (also in qemu). Use bootloader lists to provide better portability and to avoid overcomplicating bootloader switch. Added restriction for alterator-$$(BASE_BOOTLOADER)) only for ISO images. Since the new uboot bootloader is not supported in Alterator and is not used when building ISO images.
-
Anton Midyukov authored
-
- 13 Aug, 2018 1 commit
-
-
Michael Shigorin authored
This really belongs to bootloader feature rather than to mixin/desktop-installer alone; moving out.
-
- 21 May, 2018 1 commit
-
-
Paul Wolneykien authored
This one might probably change into core functionality but right now it should help when you get not the branding, init system, or whatever alternative you do _not_ need. See-also: https://bugzilla.altlinux.org/show_bug.cgi?id=30806
-
- 24 Jan, 2018 1 commit
-
-
Michael Shigorin authored
...explicitly; this has been triggered by the change to livecd-install as of 0.9.10-alt2 (doesn't R: alterator-grub anymore to allow non-grub platforms as well). This should be a no-op _together_ with the mentioned change by now as grub is selected explicitly; will take more attention for e.g. e2k as the problem just shifted here from livecd-install. Reported-by:
Leonid Krivoshein <klark@altlinux.org>
-
- 24 Nov, 2013 2 commits
-
-
Michael Shigorin authored
BASE_BOOTLOADER must have been set to any of the supported bootloader names somewhere during configuration; it is not impossible to avoid this elsewhere so let's put a guardian script which will stop the build which is known to result in a broken image.
-
Michael Shigorin authored
sub/main subprofile should not be requested directly as documented in its README but rather via use/repo/main; let's fix this discrepancy and check that no regressions come hurling down.
-
- 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.
-
- 01 Oct, 2012 1 commit
-
-
Michael Shigorin authored
It's pretty ugly but dropping the current way means losing the dependency tracking which is critical to get the required alterator module into install2.
-
- 23 Apr, 2012 1 commit
-
-
Michael Shigorin authored
This could harm the debug...
-
- 06 Feb, 2012 1 commit
-
-
Michael Shigorin authored
Document the one-way nature of bootloader type switching.
-
- 11 Jan, 2012 1 commit
-
-
Michael Shigorin authored
The dependency is actually long gone since the current hack is to just replace hardwired "grub" in an installer-steps with whatever got configured...
-
- 06 Nov, 2011 1 commit
-
-
Michael Shigorin authored
- toplevel README received some long-needed refactoring + lowlevel detail moved, well, to lowlevel READMEs - reflected more thoroughly that m-p is not about distros anymore - dropped features.in/00example/README.en: it's already out-of-date a bit, and there's no perceived need in thorough English docs so far - wiki article got split into parts and somewhat rewritten, links updated - mv doc/{CodingStyle,style.txt}
-
- 04 Nov, 2011 5 commits
-
-
Michael Shigorin authored
This is quite a large-scale change since mkimage-profiles got used to baking distributions over the last year, and virtual environments are quite different, so e.g. image.in/Makefile had to be split in two with the main part of it moved into features.in/iso/lib/. Short overview: - features.in/Makefile: lib/ support (supporting VE images requires dynamic modifications to image.in/Makefile before starting the build; the most natural way to achieve that seems to use features mechanism along with makefile include dir) - packaging format related part moved into features.in/pack (should be better prepared for diversity either) - features.in/iso renamed to features.in/build-distro - features.in/ve renamed to features.in/build-ve + NB: these could not be merged as e.g. features.in/build due to completely different script hooks - lib/image.mk renamed to lib/build.mk - image, config, log postprocessing moved downstream - added a sort of a topping in the form of lib/sugar.mk - assorted style fixups (like ifeq usage) - clean.mk: reliability fix (the problem was observed by Oleg Ivanov and me too but finally it did get the attention quantum) - reviewed, updated and extended docs + QUICKSTART: should be[come] a step-by-step guide (thanks Leo-sp50 for prodiving feedback)
-
Michael Shigorin authored
Applying set() and only set() to a GLOBAL_* is safe but still a potentially confusing example; so let's just do it right (and warn unsuspecting folks too).
-
Michael Shigorin authored
Rather minor fixups for things changed in the meanwhile and not yet (re)documented properly; and a change for memtest feature to require syslinux feature (the code's been changed to fit the updated description, actually, and the change is purely formal as no syslinux alternative is being used/planned so far).
-
Michael Shigorin authored
These were broken since 5ff375aa10bee7937db457d3df3115f938bb6c77 due to no bootloader being tossed anymore by the very installer-distro-altlinux-generic (which is the default)
-
Michael Shigorin authored
NB: needs installer-distro-altlinux-generic = 6.0-alt2 as it doesn't require alterator-grub indefinitely
-