From 3a4ca058a6c2fbbfa5b03c0188e06cfe2c3d018f Mon Sep 17 00:00:00 2001 From: VG Date: Sun, 6 Nov 2016 22:04:50 +0100 Subject: print information about steps --- rpi2-debian-stdkernel/make-rpi-debootstrap.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpi2-debian-stdkernel/make-rpi-debootstrap.py b/rpi2-debian-stdkernel/make-rpi-debootstrap.py index b09399e..968a12e 100755 --- a/rpi2-debian-stdkernel/make-rpi-debootstrap.py +++ b/rpi2-debian-stdkernel/make-rpi-debootstrap.py @@ -159,6 +159,7 @@ def main(): reexec_root() rootdir = 'debootstrapdir' os.makedirs(rootdir, mode=0o755) + print('debootstrapping...') run([ 'qemu-debootstrap', '--arch=' + parameters['arch'], @@ -168,6 +169,7 @@ def main(): rootdir, parameters['mirror'], ], check=True) + print('doing system customization on debootstrapped system...') system_customization(rootdir) -- cgit v1.2.3