diff options
| author | Daniel Baumann <daniel@debian.org> | 2013-03-01 10:45:44 +0100 |
|---|---|---|
| committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 13:54:16 +0200 |
| commit | 3a59cebc482d5590085562b7651ce29a57661985 (patch) | |
| tree | 073c3c834b6f19666f68f59a5aad7e263d752273 /backends/initramfs-tools/live.script | |
| parent | e66968e72746e4f3e5375e873debe0b42a979707 (diff) | |
| download | live-boot-3a59cebc482d5590085562b7651ce29a57661985.tar.gz live-boot-3a59cebc482d5590085562b7651ce29a57661985.zip | |
Dropping conditionals in backend, stuff is either there or not but not nothing in between.
Diffstat (limited to 'backends/initramfs-tools/live.script')
| -rwxr-xr-x | backends/initramfs-tools/live.script | 10 |
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 () { |
