From 2137cf19edadc5e039ab9af523b1d5bc6e4ee136 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Tue, 3 Dec 2013 00:01:09 +0000 Subject: 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. --- rescue/aliases | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'rescue/aliases') diff --git a/rescue/aliases b/rescue/aliases index d92ea8ccf..ae924a86e 100644 --- a/rescue/aliases +++ b/rescue/aliases @@ -1,6 +1,9 @@ -/bin/vi vim-minimal -/lib/modules /modules -/usr/sbin/init /usr/lib/systemd/systemd +/bin usr/bin +/sbin usr/sbin +/lib usr/lib +/usr/bin/vi vim-minimal +/usr/sbin/init ../lib/systemd/systemd +/usr/lib/modules ../../modules /usr/lib/systemd/system/default.target rescue.target /usr/lib/systemd/system/rescue.target.wants/sockets.target ../sockets.target /usr/lib/systemd/system/dbus-org.freedesktop.machine1.service systemd-machined.service -- cgit v1.2.1