Skip to content

Commit

Permalink
Sourcing individual live-boot scripts rather than executing them.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed Jun 26, 2012
1 parent 4385a21 commit 6344cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/initramfs-tools/live.script
Expand Up @@ -4,5 +4,5 @@

if [ -e /lib/live/boot.sh ]
then
/lib/live/boot.sh ${@}
. /lib/live/boot.sh
fi

0 comments on commit 6344cfe

Please sign in to comment.