summaryrefslogtreecommitdiff
path: root/initramfs-tools/scripts/live-bottom/12fstab
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-06-05 15:45:40 +0200
committerDaniel Baumann <daniel@debian.org>2012-06-05 16:11:16 +0200
commit27ebf6d2b60a0ce4acac11794203c9ddc20706e2 (patch)
treee0d2d95923f6e27d1153c7c0eab54d233393eccc /initramfs-tools/scripts/live-bottom/12fstab
parent23c2e9f4947a2d9be6b63f55cca8e633df3455a3 (diff)
downloadlive-boot-27ebf6d2b60a0ce4acac11794203c9ddc20706e2.tar.gz
live-boot-27ebf6d2b60a0ce4acac11794203c9ddc20706e2.zip
Moving out live-functions from initramfs-tools specifics.
Diffstat (limited to 'initramfs-tools/scripts/live-bottom/12fstab')
-rwxr-xr-xinitramfs-tools/scripts/live-bottom/12fstab4
1 files changed, 3 insertions, 1 deletions
diff --git a/initramfs-tools/scripts/live-bottom/12fstab b/initramfs-tools/scripts/live-bottom/12fstab
index 7f43937..89f6e1e 100755
--- a/initramfs-tools/scripts/live-bottom/12fstab
+++ b/initramfs-tools/scripts/live-bottom/12fstab
@@ -21,7 +21,9 @@ esac
# live-boot header
-. /scripts/live-functions
+# FIXME: stop hardcoding overloading of initramfs-tools functions
+. /scripts/functions
+. /lib/live/boot/initramfs-tools.sh
if [ -n "${NOFSTAB}" ]
then