summaryrefslogtreecommitdiff
path: root/initramfs-tools/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-06-05 19:24:39 +0200
committerDaniel Baumann <daniel@debian.org>2012-06-05 19:35:57 +0200
commit4bd662d6947608f3a92416b599e2286718f16c61 (patch)
tree7e630d8b95397694151dc896dbf24cfc8cd78f72 /initramfs-tools/scripts
parentd66dcd7d9be6a96d86b3385b3a856effd1eb3df3 (diff)
downloadlive-boot-4bd662d6947608f3a92416b599e2286718f16c61.tar.gz
live-boot-4bd662d6947608f3a92416b599e2286718f16c61.zip
Simplyfing initramfs-tools specific files within the source tree.
Diffstat (limited to 'initramfs-tools/scripts')
-rwxr-xr-xinitramfs-tools/scripts/live8
1 files changed, 0 insertions, 8 deletions
diff --git a/initramfs-tools/scripts/live b/initramfs-tools/scripts/live
deleted file mode 100755
index ad67e24..0000000
--- a/initramfs-tools/scripts/live
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-#set -e
-
-if [ -e /lib/live/boot.sh ]
-then
- /lib/live/boot.sh ${@}
-fi