make removing of cdebootstrap-helper quiet
This commit is contained in:
parent
563c6d6dcf
commit
2b70acc347
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ chmod +x $ROOTDIR/usr/sbin/firstboot.sh
|
||||||
ln -sf /usr/sbin/firstboot.sh $ROOTDIR/etc/rcS.d/S99firstboot
|
ln -sf /usr/sbin/firstboot.sh $ROOTDIR/etc/rcS.d/S99firstboot
|
||||||
|
|
||||||
# cleanup
|
# cleanup
|
||||||
chroot $ROOTDIR apt-get remove cdebootstrap-helper-rc.d
|
chroot $ROOTDIR apt-get remove cdebootstrap-helper-rc.d -qq
|
||||||
chroot $ROOTDIR apt-get clean -qq
|
chroot $ROOTDIR apt-get clean -qq
|
||||||
rm -f $ROOTDIR/etc/ssh/ssh_host_*
|
rm -f $ROOTDIR/etc/ssh/ssh_host_*
|
||||||
rm -f $ROOTDIR/var/lib/apt/lists/*
|
rm -f $ROOTDIR/var/lib/apt/lists/*
|
||||||
|
|
Loading…
Reference in a new issue