Skip to content

Commit

Permalink
Correct left over references to old initramfs-tools.sh (Closes: #6825…
Browse files Browse the repository at this point in the history
…04).
  • Loading branch information
unixabg committed Jul 26, 2012
1 parent 84c8b6f commit 8a4c75b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/boot/9990-fstab.sh
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/boot/9990-netbase.sh
Expand Up @@ -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"

Expand Down

0 comments on commit 8a4c75b

Please sign in to comment.