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. --- rescue/NEWS | 2 ++ rescue/tree/usr/share/symlinks | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'rescue') diff --git a/rescue/NEWS b/rescue/NEWS index 57cf609ae..cf1c694d2 100644 --- a/rescue/NEWS +++ b/rescue/NEWS @@ -1,3 +1,5 @@ +- adapt to a dracut based stage1 + Version 1.45.1 - 14 October 2013 by Colin Guthrie - many btrfs tools no longer exist diff --git a/rescue/tree/usr/share/symlinks b/rescue/tree/usr/share/symlinks index 659a42c8c..091153872 100644 --- a/rescue/tree/usr/share/symlinks +++ b/rescue/tree/usr/share/symlinks @@ -1,9 +1,4 @@ -/bin /boot /etc/fstab /etc/inittab /etc/rc.sysinit -/lib -/lib64 -/sbin -/usr -- cgit v1.2.1