mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-09 01:41:31 +00:00
Merge remote-tracking branch 'xypron/umount' into ubuntu/master
This commit is contained in:
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…
x
Reference in New Issue
Block a user