base/dracut-lib.sh: reset /etc/profile
authorHarald Hoyer <harald@redhat.com>
Wed, 6 Mar 2013 16:10:15 +0000 (17:10 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 6 Mar 2013 16:29:12 +0000 (17:29 +0100)
modules.d/99base/dracut-lib.sh

index 93283b5..d2c803a 100755 (executable)
@@ -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