From 489dd2ab2d941e420b80589973df3e037a26ddbc Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Fri, 18 Aug 2017 22:54:18 +0900 Subject: [PATCH] Provide a bit of feedback running customization scripts --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) 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