From ce862de62496cb627a2bfbb7bb4226329ceb60cc Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 6 Mar 2013 17:10:15 +0100 Subject: [PATCH] base/dracut-lib.sh: reset /etc/profile --- modules.d/99base/dracut-lib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules.d/99base/dracut-lib.sh b/modules.d/99base/dracut-lib.sh index 93283b5..d2c803a 100755 --- a/modules.d/99base/dracut-lib.sh +++ b/modules.d/99base/dracut-lib.sh @@ -908,6 +908,7 @@ _emergency_shell() > /.console_lock echo "PS1=\"$_name:\${PWD}# \"" >/etc/profile systemctl start dracut-emergency.service + rm -f /etc/profile rm -f /.console_lock else debug_off -- 2.7.4