diff options
| author | Daniel Baumann <daniel@debian.org> | 2012-06-05 14:46:19 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-06-05 16:11:16 +0200 |
| commit | c48696a0ebe9ffc938b84b921db90ac620339a52 (patch) | |
| tree | 6ac85d6265f3217158ab0ac71981f1fa94af1eaa /initramfs-tools/hooks/live | |
| parent | fea4312679b6d371123296d1a5d9987419888487 (diff) | |
| download | live-boot-c48696a0ebe9ffc938b84b921db90ac620339a52.tar.gz live-boot-c48696a0ebe9ffc938b84b921db90ac620339a52.zip | |
Splitting out a first bunch of functions out to /live/live/boot/.
Diffstat (limited to 'initramfs-tools/hooks/live')
| -rwxr-xr-x | initramfs-tools/hooks/live | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs-tools/hooks/live b/initramfs-tools/hooks/live index 7113580..40f3de6 100755 --- a/initramfs-tools/hooks/live +++ b/initramfs-tools/hooks/live @@ -52,7 +52,7 @@ fi [ "${QUIET}" ] || echo -n " "core mkdir -p "${DESTDIR}/lib/live" -cp -a /lib/live/boot.sh "${DESTDIR}/lib/live" +cp -a /lib/live/boot.sh /lib/live/boot "${DESTDIR}/lib/live" # Configuration if [ -e /usr/share/live-boot/languagelist ] |
