|
|
@ -102,7 +102,6 @@ setup_mountpoint() {
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
mount --rbind /dev "$mountpoint/dev"
|
|
|
|
mount --rbind /dev "$mountpoint/dev"
|
|
|
|
mount --make-rslave "$mountpoint/dev"
|
|
|
|
|
|
|
|
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"
|
|
|
|