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.script10
1 files changed, 2 insertions, 8 deletions
diff --git a/backends/initramfs-tools/live.script b/backends/initramfs-tools/live.script
index 7f99cc3..1c6ebbf 100755
--- a/backends/initramfs-tools/live.script
+++ b/backends/initramfs-tools/live.script
@@ -2,15 +2,9 @@
#set -e
-if [ -e /lib/live/boot.sh ]
-then
- . /lib/live/boot.sh
-fi
+. /lib/live/boot.sh
-if [ -e /scripts/functions ]
-then
- . /scripts/functions
-fi
+. /scripts/functions
mountroot ()
{