Renaming main function to live for consistent namespace.
authorDaniel Baumann <mail@daniel-baumann.ch>
Fri, 26 Apr 2013 07:42:14 +0000 (09:42 +0200)
committerDaniel Baumann <mail@daniel-baumann.ch>
Mon, 6 May 2013 11:54:17 +0000 (13:54 +0200)
backends/dracut/live.script
backends/initramfs-tools/live.script
scripts/boot/9990-main.sh

index 2f29e70..223f355 100755 (executable)
@@ -7,5 +7,5 @@
 DRACUT_FIXME ()
 {
        # dracut entry point for live-boot is FIXME(); function
-       Main
+       Live
 }
index 1c6ebbf..9646274 100755 (executable)
@@ -9,5 +9,5 @@
 mountroot ()
 {
        # initramfs-tools entry point for live-boot is mountroot(); function
-       Main
+       Live
 }
index fd10e5d..682959d 100755 (executable)
@@ -2,7 +2,7 @@
 
 # set -e
 
-Main ()
+Live ()
 {
        if [ -x /scripts/local-top/cryptroot ]
        then