mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-09 18:21:16 +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
|
||||
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 sysfs-live -t sysfs "$mountpoint/sys"
|
||||
mount securityfs -t securityfs "$mountpoint/sys/kernel/security"
|
||||
|
Loading…
x
Reference in New Issue
Block a user