mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-16 05:11:31 +00:00
Revert /dev sharing improvements.
This commit is contained in:
parent
ac02535a5e
commit
0b56fd53fe
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.664.26) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Revert previous change of fixing /dev sharing - this causes weird
|
||||||
|
autopkgtest issues.
|
||||||
|
|
||||||
|
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Mon, 02 Aug 2021 22:13:03 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.664.25) focal; urgency=medium
|
livecd-rootfs (2.664.25) focal; urgency=medium
|
||||||
|
|
||||||
[ Brian Murray ]
|
[ Brian Murray ]
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user