From: Harald Hoyer Date: Thu, 31 Mar 2011 12:10:22 +0000 (+0200) Subject: base/init: reset PATH after the /run move X-Git-Tag: 010~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=985377435120ce2b2ba48c9236f3f788a5db822a;p=platform%2Fupstream%2Fdracut.git base/init: reset PATH after the /run move --- diff --git a/modules.d/99base/init b/modules.d/99base/init index 83d9568..0f18b44 100755 --- a/modules.d/99base/init +++ b/modules.d/99base/init @@ -373,7 +373,6 @@ info "Switching root" wait_for_loginit -export PATH="$OLD_PATH" if [ -d "$NEWROOT"/run ]; then mount --move /run "$NEWROOT"/run @@ -388,6 +387,8 @@ else umount -l /run fi +export PATH="$OLD_PATH" + if [ -f /etc/capsdrop ]; then . /etc/capsdrop info "Calling $INIT with capabilities $CAPS_INIT_DROP dropped."