Merge remote-tracking branch 'xypron/umount' into ubuntu/master

use-lxd-installer
Michael Hudson-Doyle 1 year ago
commit c75f6b3db4

@ -129,7 +129,8 @@ setup_mountpoint() {
chown root:kmem /dev/mem chown root:kmem /dev/mem
fi fi
mount --rbind /dev "$mountpoint/dev" mount dev-live -t devtmpfs "$mountpoint/dev"
mount devpts-live -t devpts -o nodev,nosuid "$mountpoint/dev/pts"
mount proc-live -t proc "$mountpoint/proc" mount proc-live -t proc "$mountpoint/proc"
mount sysfs-live -t sysfs "$mountpoint/sys" mount sysfs-live -t sysfs "$mountpoint/sys"
mount securityfs -t securityfs "$mountpoint/sys/kernel/security" mount securityfs -t securityfs "$mountpoint/sys/kernel/security"

Loading…
Cancel
Save