diff options
| author | Daniel Baumann <daniel@debian.org> | 2012-06-05 19:24:39 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-06-05 19:35:57 +0200 |
| commit | 4bd662d6947608f3a92416b599e2286718f16c61 (patch) | |
| tree | 7e630d8b95397694151dc896dbf24cfc8cd78f72 /backends/initramfs-tools/live.script | |
| parent | d66dcd7d9be6a96d86b3385b3a856effd1eb3df3 (diff) | |
| download | live-boot-4bd662d6947608f3a92416b599e2286718f16c61.tar.gz live-boot-4bd662d6947608f3a92416b599e2286718f16c61.zip | |
Simplyfing initramfs-tools specific files within the source tree.
Diffstat (limited to 'backends/initramfs-tools/live.script')
| -rwxr-xr-x | backends/initramfs-tools/live.script | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/backends/initramfs-tools/live.script b/backends/initramfs-tools/live.script new file mode 100755 index 0000000..ad67e24 --- /dev/null +++ b/backends/initramfs-tools/live.script @@ -0,0 +1,8 @@ +#!/bin/sh + +#set -e + +if [ -e /lib/live/boot.sh ] +then + /lib/live/boot.sh ${@} +fi |
