|
|
@ -3,6 +3,8 @@ |
|
|
|
# ex: ts=8 sw=4 sts=4 et filetype=sh |
|
|
|
# ex: ts=8 sw=4 sts=4 et filetype=sh |
|
|
|
|
|
|
|
|
|
|
|
type getarg >/dev/null 2>&1 || . /lib/dracut-lib.sh |
|
|
|
type getarg >/dev/null 2>&1 || . /lib/dracut-lib.sh |
|
|
|
|
|
|
|
type det_fs >/dev/null 2>&1 || . /lib/fs-lib.sh |
|
|
|
|
|
|
|
|
|
|
|
[ -f /tmp/root.info ] && . /tmp/root.info |
|
|
|
[ -f /tmp/root.info ] && . /tmp/root.info |
|
|
|
|
|
|
|
|
|
|
|
PATH=/usr/sbin:/usr/bin:/sbin:/bin |
|
|
|
PATH=/usr/sbin:/usr/bin:/sbin:/bin |
|
|
|