1. 15 May, 2022 4 commits
  2. 05 May, 2022 1 commit
  3. 10 Jul, 2021 3 commits
  4. 02 May, 2021 2 commits
  5. 27 Apr, 2021 1 commit
    • Thore Sommer's avatar
      Fix blacklisting for devices that contain the live rootfs for persistence. · ce7770b3
      Thore Sommer authored
      what_is_mounted_on was called with "d" and not the variable ${d}.
      This causes that no devices are actually added to the blacklist.
      
      We also add "/run/live/medium" as possible directory where a rootfs can be mounted.
      This prohibits that "/run/live/medium" is moved to "/run/live/persistence/$something"
      when persistence is used.
      
      Closes: #934701
      ce7770b3
  6. 23 Apr, 2021 1 commit
  7. 08 Feb, 2021 2 commits
  8. 22 Jan, 2021 3 commits
  9. 12 Dec, 2020 1 commit
  10. 23 Oct, 2020 1 commit
  11. 22 Oct, 2020 2 commits
  12. 04 Aug, 2020 2 commits
    • Luca Boccassi's avatar
      Merge branch 'master' into 'master' · ef866fdb
      Luca Boccassi authored
      Fix leading space in DEVICE setting
      
      See merge request !34
      ef866fdb
    • Benjamin Drung's avatar
      Fix leading space in DEVICE setting · 56ec826f
      Benjamin Drung authored
      
      
      live-boot will set the `DEVICE` parameter in `/conf/param.conf`. This
      parameter specifies the default network interface to use, like eth0. So
      only one Ethernet device is allowed here, but live-boot generates a list
      with a leading space. For example it will set `DEVICE=' eth0'`. This
      causes initramfs script relying on `DEVICE` fail.
      
      Therefore just set the `DEVICE` parameter to the last connected
      interface found.
      
      Signed-off-by: default avatarBenjamin Drung <benjamin.drung@profitbricks.com>
      56ec826f
  13. 22 May, 2020 1 commit
  14. 21 Apr, 2020 1 commit
  15. 18 Apr, 2020 1 commit
  16. 11 Mar, 2020 3 commits
  17. 17 Feb, 2020 1 commit
  18. 22 Jan, 2020 1 commit
  19. 13 Jan, 2020 2 commits
  20. 04 Dec, 2019 3 commits
  21. 17 Oct, 2019 1 commit
  22. 12 Sep, 2019 3 commits