diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/boot/0020-initramfs-tools | 14 | ||||
| -rw-r--r-- | scripts/boot/FIXME | 2 |
2 files changed, 0 insertions, 16 deletions
diff --git a/scripts/boot/0020-initramfs-tools b/scripts/boot/0020-initramfs-tools deleted file mode 100755 index c251443..0000000 --- a/scripts/boot/0020-initramfs-tools +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -#set -e - -if [ -e /scripts/functions ] -then - . /scripts/functions -fi - -mountroot () -{ - # initramfs-tools entry point for live-boot is mountroot(); function - Main -} diff --git a/scripts/boot/FIXME b/scripts/boot/FIXME index f3c62c5..31876ec 100644 --- a/scripts/boot/FIXME +++ b/scripts/boot/FIXME @@ -17,8 +17,6 @@ From a users point of view, it doesn't matter at all though. Scripts overview ---------------- -00xx initramfs "bootstrapping" - 0xxx live-boot internals 1xxx find and mount rootfs |
