Skip to content
Snippets Groups Projects
  1. Jun 29, 2018
  2. Jun 24, 2018
  3. Jun 23, 2018
  4. Apr 26, 2018
  5. Nov 01, 2017
  6. Oct 18, 2017
  7. Jun 26, 2017
  8. Jun 04, 2017
  9. Mar 25, 2017
  10. Mar 14, 2017
  11. Mar 02, 2017
  12. Feb 21, 2017
  13. Feb 12, 2017
  14. Dec 21, 2016
  15. Oct 24, 2016
  16. Sep 29, 2016
  17. Jul 06, 2016
  18. May 31, 2016
  19. May 29, 2016
  20. May 28, 2016
  21. May 27, 2016
  22. May 25, 2016
  23. May 15, 2016
  24. Mar 19, 2016
  25. Mar 02, 2016
  26. Feb 28, 2016
  27. Feb 05, 2016
  28. Dec 13, 2015
  29. Sep 28, 2015
  30. Sep 13, 2015
    • Adam Purkrt's avatar
      cleaner boot from loopmounted iso file · 76f8b588
      Adam Purkrt authored and Gerardo Pozzi's avatar Gerardo Pozzi committed
      Currently, when booting loopmounted iso file, it is necessary to
      specify not only img_dev and img_loop (which should be sufficient),
      but also archisolabel or archisodevice. With this patch, archisodevice
      is directly populated with the correct loop device, and it is not
      necessary to specify the label when booting from loopmounted iso,
      which makes for leaner and cleaner grub.cfg.
      76f8b588
  31. Jul 30, 2015
  32. Jun 25, 2015
    • Christian Hesse's avatar
      flush ip addresses after copy to RAM · 436db89f
      Christian Hesse authored and Gerardo Pozzi's avatar Gerardo Pozzi committed
      
      We received an IP address from DHCP server and configure it statically.
      This is required if we continue to use network connectivity to access
      the root device (for example via NBD or NFS).
      
      The lease is not updated, though. This can cause trouble in networks
      with low lease times. So let's flush the addresses if root filesystem
      has been copied to RAM. A dhcp client in main system can handle the
      network connectivity then.
      
      Signed-off-by: default avatarChristian Hesse <mail@eworm.de>
      436db89f
Loading