diff options
| author | Daniel Baumann <daniel@debian.org> | 2012-07-02 17:51:53 +0200 | 
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-07-18 23:34:15 +0200 | 
| commit | adcbcdddfb0df4c6f719cace4f8ff0fdaa3a189c (patch) | |
| tree | da8a39e9a1236630efb8800f2ec69c6c0ab74b91 /scripts | |
| parent | 2e70d7be610c9e45787c37352d36241de3c155d7 (diff) | |
| download | live-boot-adcbcdddfb0df4c6f719cace4f8ff0fdaa3a189c.tar.gz live-boot-adcbcdddfb0df4c6f719cace4f8ff0fdaa3a189c.zip | |
Renaming mountroot function to main to provide a generic live-boot entry point for initramfs generators.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/boot/9990-main.sh (renamed from scripts/boot/9990-mountroot.sh) | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/boot/9990-mountroot.sh b/scripts/boot/9990-main.sh index 2d14e4d..bd378eb 100755 --- a/scripts/boot/9990-mountroot.sh +++ b/scripts/boot/9990-main.sh @@ -2,7 +2,7 @@  # set -e -mountroot () +Main ()  {  	if [ -x /scripts/local-top/cryptroot ]  	then | 
