summaryrefslogtreecommitdiff
path: root/backends/initramfs-tools/live.script
diff options
context:
space:
mode:
Diffstat (limited to 'backends/initramfs-tools/live.script')
-rwxr-xr-xbackends/initramfs-tools/live.script13
1 files changed, 0 insertions, 13 deletions
diff --git a/backends/initramfs-tools/live.script b/backends/initramfs-tools/live.script
deleted file mode 100755
index 9646274..0000000
--- a/backends/initramfs-tools/live.script
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-#set -e
-
-. /lib/live/boot.sh
-
-. /scripts/functions
-
-mountroot ()
-{
- # initramfs-tools entry point for live-boot is mountroot(); function
- Live
-}