From 49b778dec05a142690bf88ead5649fefe0adc1a6 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sat, 19 Oct 2013 19:58:09 +0100 Subject: install/rescue: Adapt to a dracut based stage1. The main change here is not remounting a fresh /run. Dracut does this for us and we actually need to keep this one as the initial udev database (when udev is started by dracut) is stored here and thus mounting an empty fs could see us lose some metadata. We no longer touch the /bin, /sbin or /lib[64] symlinks as these are already relative symlinks into /usr and simply bind mounting /usr is enough. --- perl-install/install/share/symlinks | 6 ------ 1 file changed, 6 deletions(-) (limited to 'perl-install/install/share/symlinks') diff --git a/perl-install/install/share/symlinks b/perl-install/install/share/symlinks index 8c2432248..eb0de9b47 100644 --- a/perl-install/install/share/symlinks +++ b/perl-install/install/share/symlinks @@ -1,5 +1,3 @@ -/sbin -/bin /etc/mke2fs.conf /etc/protocols /etc/services @@ -7,7 +5,3 @@ /etc/passwd /etc/pki /etc/urpmi -/lib -/lib64 -/usr -/tmp /var/run -- cgit v1.2.1 From 8927e8c55ea0b659faabff90b0c9a67e3112eb0c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 6 Nov 2013 16:31:32 +0100 Subject: provide /etc/machine-id for dbus else gtk+3 fails to initialize... --- perl-install/install/share/symlinks | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install/share/symlinks') diff --git a/perl-install/install/share/symlinks b/perl-install/install/share/symlinks index eb0de9b47..dad5e65b0 100644 --- a/perl-install/install/share/symlinks +++ b/perl-install/install/share/symlinks @@ -2,6 +2,7 @@ /etc/protocols /etc/services /etc/group +/etc/machine-id /etc/passwd /etc/pki /etc/urpmi -- cgit v1.2.1