[Git-commits] [grml/grml-live] 397c7e: Use debootstrap with --no-merged-usr by default

Michael Prokop noreply at github.com
Wed Jun 3 16:17:15 CEST 2020


  Branch: refs/heads/master
  Home:   https://github.com/grml/grml-live
  Commit: 397c7e74e4587e553db7b7457d723069a5e3c302
      https://github.com/grml/grml-live/commit/397c7e74e4587e553db7b7457d723069a5e3c302
  Author: Michael Prokop <mika at grml.org>
  Date:   2020-06-03 (Wed, 03 Jun 2020)

  Changed paths:
    M grml-live

  Log Message:
  -----------
  Use debootstrap with --no-merged-usr by default

By default debootstrap creates systems with /usr being merged, leading
to issues like the xfsdump issue we saw in
https://github.com/grml/grml-live/issues/85, also dpkg -S ... and
further commands break with /usr being merged.

It's possible to generate custom basefiles with debootstrap, but by
default we should invoke debootstrap with the --no-merged-usr option,
otherwise we might have different ISO layouts, depending on whether we
use appropriate basefiles (as on our offical build host) vs. locally.

Closes: grml/grml-live#86




More information about the Git-commits mailing list