90dmsquash-live/dmsquash-live-root: include fs_lib.sh for det_fs()

https://bugzilla.redhat.com/show_bug.cgi?id=730579
master
Harald Hoyer 2011-08-17 08:24:30 +02:00
parent 4a049ce556
commit 566dab2ac1
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
# ex: ts=8 sw=4 sts=4 et filetype=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

PATH=/usr/sbin:/usr/bin:/sbin:/bin