1. 19 Mar, 2024 1 commit
  2. 09 Feb, 2024 1 commit
    • Anton Midyukov's avatar
      Drop EFI_BOOTARGS variable · c21c58d2
      Anton Midyukov authored
      This variable was need for rEFInd (it no longer support). The
      variable was added to grub menu, but was not in needed.
      In server V, this has remained since rEFInd.
      c21c58d2
  3. 07 Jan, 2024 1 commit
  4. 27 Feb, 2023 1 commit
    • Anton Midyukov's avatar
      Initial feature live-install · 2fcfcf92
      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.
      2fcfcf92
  5. 30 Dec, 2022 1 commit
  6. 19 May, 2021 1 commit
    • 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
  7. 12 Apr, 2021 3 commits
  8. 15 Feb, 2021 2 commits
  9. 26 Jan, 2021 1 commit
  10. 04 Dec, 2020 1 commit
  11. 22 May, 2020 3 commits
  12. 03 Apr, 2020 2 commits
  13. 20 Jan, 2020 1 commit