]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
90dmsquash-live/dmsquash-live-root: include fs_lib.sh for det_fs()
authorHarald Hoyer <harald@redhat.com>
Wed, 17 Aug 2011 06:24:30 +0000 (08:24 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 17 Aug 2011 06:24:30 +0000 (08:24 +0200)
https://bugzilla.redhat.com/show_bug.cgi?id=730579

modules.d/90dmsquash-live/dmsquash-live-root

index 265de19b538ab6bf879d3da5864ff913d1a0e5d4..90e633c4a31cc781f793bd6ec3d41584f1b7b0fb 100755 (executable)
@@ -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