Mount /dev/pts while running apt-get to reduce unnecessary errors in logfile
This commit is contained in:
committed by
Axel Beckert
parent
0273892441
commit
f8f2915ec0
@@ -98,7 +98,9 @@ installDebianPackage ()
|
||||
#
|
||||
# Install the packages
|
||||
#
|
||||
mount -t devpts devpts ${prefix}/dev/pts
|
||||
DEBIAN_FRONTEND=noninteractive chroot ${prefix} /usr/bin/apt-get --yes --force-yes install "$@"
|
||||
umount ${prefix}/dev/pts
|
||||
|
||||
#
|
||||
# Remove the policy-rc.d script.
|
||||
|
||||
Reference in New Issue
Block a user