Correct left over references to old initramfs-tools.sh (Closes: #682504).
authorRichard Nelson <unixabg@gmail.com>
Thu, 26 Jul 2012 19:00:26 +0000 (14:00 -0500)
committerRichard Nelson <unixabg@gmail.com>
Thu, 26 Jul 2012 19:00:26 +0000 (14:00 -0500)
scripts/boot/9990-fstab.sh
scripts/boot/9990-netbase.sh

index 7f5459f..dc3f07b 100755 (executable)
@@ -6,7 +6,7 @@ Fstab ()
 {
        # FIXME: stop hardcoding overloading of initramfs-tools functions
        . /scripts/functions
-       . /lib/live/boot/initramfs-tools.sh
+       . /lib/live/boot/9990-initramfs-tools.sh
 
        if [ -n "${NOFSTAB}" ]
        then
index 3f5f7af..c11b9df 100755 (executable)
@@ -11,7 +11,7 @@ Netbase ()
 
        # FIXME: stop hardcoding overloading of initramfs-tools functions
        . /scripts/functions
-       . /lib/live/boot/initramfs-tools.sh
+       . /lib/live/boot/9990-initramfs-tools.sh
 
        log_begin_msg "Preconfiguring networking"