]> git.ipfire.org Git - thirdparty/dracut.git/commit - dracut.sh
dracut.sh: change the PATH we search for our binaries
authorHarald Hoyer <harald@redhat.com>
Fri, 5 Sep 2014 14:42:59 +0000 (16:42 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 5 Sep 2014 14:42:59 +0000 (16:42 +0200)
commit5f2baf7dc68126efefea9f14bdeb43fb56c80c14
tree2d2ede0b18d612655902db360f5bfdbba1adbae5
parent8a203398efebae7784f28e2885f61129ecdb30ad
dracut.sh: change the PATH we search for our binaries

/sbin /bin versions should be used over /usr/sbin and /usr/bin versions,
because non-usr is meant for early boot.

See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755271
dracut.sh