summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Nelson <unixabg@gmail.com>2012-07-26 14:00:26 -0500
committerRichard Nelson <unixabg@gmail.com>2012-07-26 14:00:26 -0500
commit8a4c75b8a645bbbab7c2b4520da7d29643304abc (patch)
treeaa069c2ab9cbde6666a5a5e8d5924d3af04f0756
parent84c8b6fbd245fb6a9f91752f73245bf4e6e954ec (diff)
downloadlive-boot-8a4c75b8a645bbbab7c2b4520da7d29643304abc.tar.gz
live-boot-8a4c75b8a645bbbab7c2b4520da7d29643304abc.zip
Correct left over references to old initramfs-tools.sh (Closes: #682504).
-rwxr-xr-xscripts/boot/9990-fstab.sh2
-rwxr-xr-xscripts/boot/9990-netbase.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/boot/9990-fstab.sh b/scripts/boot/9990-fstab.sh
index 7f5459f..dc3f07b 100755
--- a/scripts/boot/9990-fstab.sh
+++ b/scripts/boot/9990-fstab.sh
@@ -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
diff --git a/scripts/boot/9990-netbase.sh b/scripts/boot/9990-netbase.sh
index 3f5f7af..c11b9df 100755
--- a/scripts/boot/9990-netbase.sh
+++ b/scripts/boot/9990-netbase.sh
@@ -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"