[neon/neon/livecd-rootfs/Neon/release] /: Revert /dev sharing improvements.
Łukasz 'sil2100' Zemczak
null at kde.org
Mon Aug 23 10:20:36 BST 2021
Git commit 0b56fd53fe4f7d34f2af24da879a40a4280892d2 by Łukasz 'sil2100' Zemczak.
Committed on 02/08/2021 at 20:13.
Pushed by jriddell into branch 'Neon/release'.
Revert /dev sharing improvements.
M +7 -0 debian/changelog
M +0 -1 live-build/functions
https://invent.kde.org/neon/neon/livecd-rootfs/commit/0b56fd53fe4f7d34f2af24da879a40a4280892d2
diff --git a/debian/changelog b/debian/changelog
index ebdb045f..bc6de6d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 at ubuntu.com> Mon, 02 Aug 2021 22:13:03 +0200
+
livecd-rootfs (2.664.25) focal; urgency=medium
[ Brian Murray ]
diff --git a/live-build/functions b/live-build/functions
index d79fa3f1..270ed1dc 100644
--- a/live-build/functions
+++ b/live-build/functions
@@ -102,7 +102,6 @@ setup_mountpoint() {
fi
mount --rbind /dev "$mountpoint/dev"
- mount --make-rslave "$mountpoint/dev"
mount proc-live -t proc "$mountpoint/proc"
mount sysfs-live -t sysfs "$mountpoint/sys"
mount securityfs -t securityfs "$mountpoint/sys/kernel/security"
More information about the Neon-commits
mailing list