1. 03 Jun, 2022 1 commit
    • Anton Midyukov's avatar
      create initrd.img with propagator instead full.cz · 71e209e2
      Anton Midyukov authored
      With this change, we simplify the created initrd image. Kernel
      modules and firmware are added by make-Initrd itself. The layer
      in Initrd is now one. It also allows you to unifyed configs for
      bootloading with propagator and bootchain.
      Config files for refind and elilo is creates in mkimage, so have
      to copy initrd.img in efi/boot/ with the name full.cz.
      71e209e2
  2. 02 Mar, 2022 2 commits
  3. 20 Jan, 2022 1 commit
  4. 10 Dec, 2021 1 commit
  5. 15 Nov, 2021 1 commit
  6. 07 Oct, 2021 1 commit
  7. 05 Oct, 2021 1 commit
  8. 10 Sep, 2021 2 commits
  9. 09 Sep, 2021 1 commit
  10. 07 Sep, 2021 2 commits
  11. 02 Sep, 2021 3 commits
  12. 09 Aug, 2021 2 commits
  13. 20 Jul, 2021 2 commits
  14. 18 Jun, 2021 1 commit
  15. 03 Jun, 2021 1 commit
  16. 20 May, 2021 2 commits
  17. 19 May, 2021 2 commits
    • Dmitriy Terekhin's avatar
      grub: save ang read default menu item · efec47fa
      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.
      efec47fa
    • Evgeny Sinelnikov's avatar
      grub: look for any way to set default menu item · aed27a30
      Evgeny Sinelnikov authored
      This prepares the ability to write and read
      the default menu item from the grubenv file.
      If grub.cfg contains a line like '^default=id',
      then the read value is not used.
      Setting the default menu item from the grubenv file
      will be indented inside the 'if' optator and therefore
      does not match the '^default' pattern.
      aed27a30
  18. 12 May, 2021 1 commit
  19. 28 Apr, 2021 2 commits
  20. 23 Apr, 2021 1 commit
  21. 22 Apr, 2021 3 commits
  22. 12 Apr, 2021 4 commits
  23. 05 Apr, 2021 1 commit
  24. 03 Apr, 2021 2 commits