diff --git a/bootstrap.sh b/bootstrap.sh index 132f94f..524b24f 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -25,6 +25,7 @@ bindir=usr/local/bin install -m 0755 -o root -g root scripts/* $rootfs/$bindir for script in $(ls $rootfs/$bindir); do + echo "+ /$bindir/$script" chroot $rootfs /$bindir/$script done