Skip to content

Commit

Permalink
live-build
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Jul 12, 2023
1 parent bda4a09 commit 13cc802
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build-steps.d/3300_create-iso-chroot
Expand Up @@ -18,7 +18,7 @@ source pre
source colors
source variables

create-debian-iso-chroot() {
make-live-build-use-mmdebstrap() {
$SUDO_TO_ROOT cp --no-clobber --verbose /usr/sbin/debootstrap /usr/sbin/debootstrap-backup
## live-build: support configuration of debootstrap binary
## https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031929
Expand All @@ -34,6 +34,11 @@ create-debian-iso-chroot() {
$SUDO_TO_ROOT ln -s "$dist_source_help_steps_folder/pbuilder-debootstrap-command-filter" /usr/sbin/debootstrap
## Debugging.
ls -la /usr/sbin/debootstrap
}

create-debian-iso-chroot() {
## TODO
#make-live-build-use-mmdebstrap

if $SUDO_TO_ROOT mount | grep home | grep nosuid | grep nodev ; then
## Required in Qubes and other operating systems that configure nosuid, nodev mount options.
Expand Down

0 comments on commit 13cc802

Please sign in to comment.