- 10 Sep, 2021 1 commit
-
-
Anton Midyukov authored
The 'splash=0' parameter not only disables splash, but also switches to tty5 on which plymouth is supposed to run. This looks like a bug in propagator. 'nosplash' is also a general parameter for propagator and make-initrd.
-
- 19 May, 2021 1 commit
-
-
Dmitriy Terekhin authored
If the ISO image has a FAT partition and the image is written to a flash drive, then it is possible to write to this partition of the flash drive. This is necessary, for example, if the user does not want to install the system, but wants to constantly work in LiveCD mode with or without recording sessions. In order for this code to work, you need to make changes to the FAT partition of the image on the flash drive: Add the 1st line to the grub.cfg file: set pfxfat=${prefix} Write a 1kb file grubenv. If grub.cfg contains a line like '^default=id', then the read value is not used.
-
- 12 Apr, 2021 3 commits
-
-
Anton Midyukov authored
-
Anton Midyukov authored
-
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.
-
- 15 Feb, 2021 2 commits
-
-
Anton Midyukov authored
-
Anton Midyukov authored
Needed for use one grub.cfg config for all grub platforms.
-
- 26 Jan, 2021 1 commit
-
-
Ivan Razzhivin authored
-
- 04 Dec, 2020 1 commit
-
-
Anton Midyukov authored
Pay attention to what you are adding to the variable. No need to add language and live_rw there! Они нужны только для refind.
-
- 22 May, 2020 2 commits
-
-
Anton Midyukov authored
-
Anton Midyukov authored
-
- 03 Apr, 2020 2 commits
-
-
Anton Midyukov authored
-
Anton Midyukov authored
These changes allow you to create two independent config at the same time or separately. It will be possible to add support for grub-pc in the future.
-
- 20 Jan, 2020 1 commit
-
-
Alexey Shabalin authored
-