1. Mar 02, 2019
  2. Jan 25, 2019
  3. Jan 24, 2019
  4. Jan 23, 2019
  5. Jan 18, 2019
    • Michael Prokop's avatar
      Release new version 0.86 · 1f8e263f
      Michael Prokop authored
      1f8e263f
    • Michael Prokop's avatar
      Bind-mount /run/udev in target system as workaround for lvm2 issue #918590 · 430abb16
      Michael Prokop authored
      Installation takes ages with lvm 2.03.02-1 if /run/udev isn't
      available in the target system, causing messages like:
      
      | WARNING: Device /dev/[...] not initialized in udev database even after waiting 10000000 microseconds.
      
      Especially when grub package gets installed (which invokes
      vgs and related tools) this takes forever and looks like a
      failing installation.
      
      This /run/udev bind-mount is a workaround required for Debian/buster's
      lvm2, at least until #918590 is resolved.
      430abb16
  6. Jan 07, 2019
  7. Dec 30, 2018
  8. Dec 19, 2018
  9. Dec 14, 2018
  10. Nov 15, 2018
  11. Sep 10, 2018
  12. Aug 28, 2018
  13. Jul 29, 2018
    • Michael Prokop's avatar
      Ensure /etc/timezone also includes the TIMEZONE setting · 3eede4fd
      Michael Prokop authored
      Quoting from the bug report:
      
      | The timezone is currently setup in chroot-script:timezone(), but
      | that function only sets up /etc/localtime but not /etc/timezone.
      | The problem is that you end up with one set to Europe/Vienna and
      | the other set to Etc/UTC.
      |
      | This can greatly confuse the system, due to some libraries/tools
      | parsing the former, and other the latter.
      |
      | So that function should probably also update /etc/timezone, with
      | the TIMEZONE value.
      
      So write the $TIMEZONE setting to /etc/timezone.
      
      Closes: #904607
      Thanks: Guillem Jover <gjover@sipwise.com>
      3eede4fd