diff options
author | Colin Guthrie <colin@mageia.org> | 2013-12-03 00:01:09 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-12-07 18:32:06 +0000 |
commit | 2137cf19edadc5e039ab9af523b1d5bc6e4ee136 (patch) | |
tree | 1865448fc321a488e24b89397066732c806cdf84 /rescue/dirs | |
parent | e7aedc3aa7e08f3337c86085c6da10ca83445024 (diff) | |
download | drakx-2137cf19edadc5e039ab9af523b1d5bc6e4ee136.tar drakx-2137cf19edadc5e039ab9af523b1d5bc6e4ee136.tar.gz drakx-2137cf19edadc5e039ab9af523b1d5bc6e4ee136.tar.bz2 drakx-2137cf19edadc5e039ab9af523b1d5bc6e4ee136.tar.xz drakx-2137cf19edadc5e039ab9af523b1d5bc6e4ee136.zip |
rescue: Tidy up dirs and aliases
Technically, because we don't actually switchroot into this filesystem
we don't need some of the directories and symlinks (as they are already
present in the initrd).
But with a long term view to making this a "real" filesystem that we DO
switchroot into, it makes sense to try and keep things vaguely valid.
Diffstat (limited to 'rescue/dirs')
-rw-r--r-- | rescue/dirs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rescue/dirs b/rescue/dirs index 256a7f0f7..1b1153926 100644 --- a/rescue/dirs +++ b/rescue/dirs @@ -2,8 +2,8 @@ /proc /run /sys +/tmp /usr/bin /usr/sbin -/usr/lib -/tmp +/usr/lib/systemd/system/rescue.target.wants /modules |