From 0b56fd53fe4f7d34f2af24da879a40a4280892d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Mon, 2 Aug 2021 22:13:43 +0200 Subject: [PATCH] Revert /dev sharing improvements. --- debian/changelog | 7 +++++++ live-build/functions | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) 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 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"