1. 21 May, 2021 3 commits
  2. 20 May, 2021 5 commits
  3. 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
  4. 17 May, 2021 20 commits
  5. 14 May, 2021 1 commit
  6. 12 May, 2021 3 commits
  7. 11 May, 2021 2 commits
  8. 10 May, 2021 1 commit
  9. 04 May, 2021 1 commit
    • Anton Midyukov's avatar
      desktop+regular: replace fuse-exfat to exfatprogs · f4811470
      Anton Midyukov authored
      As new exfat filesystem is merged into linux-5.7 kernel, exfatprogs is
      created as an official userspace utilities that contain all of the standard
      utilities for creating and fixing and debugging exfat filesystem in linux
      system.
      std-def kernel in Sisyphus 5.10.
      f4811470
  10. 30 Apr, 2021 1 commit
  11. 29 Apr, 2021 1 commit