summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2013-10-19 19:58:09 +0100
committerColin Guthrie <colin@mageia.org>2013-10-29 20:29:08 +0000
commit49b778dec05a142690bf88ead5649fefe0adc1a6 (patch)
tree17d3a0b22936a5576b82de20ce78a187ba4491af /rescue
parentc4321813f9f3cd4136203d52c0f20343d7722228 (diff)
downloaddrakx-49b778dec05a142690bf88ead5649fefe0adc1a6.tar
drakx-49b778dec05a142690bf88ead5649fefe0adc1a6.tar.gz
drakx-49b778dec05a142690bf88ead5649fefe0adc1a6.tar.bz2
drakx-49b778dec05a142690bf88ead5649fefe0adc1a6.tar.xz
drakx-49b778dec05a142690bf88ead5649fefe0adc1a6.zip
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.
Diffstat (limited to 'rescue')
-rw-r--r--rescue/NEWS2
-rw-r--r--rescue/tree/usr/share/symlinks5
2 files changed, 2 insertions, 5 deletions
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