This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 grml#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#86
- Loading branch information