summaryrefslogtreecommitdiff
path: root/initramfs-tools/scripts
diff options
context:
space:
mode:
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