diff options
| author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-04-26 09:42:14 +0200 |
|---|---|---|
| committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 13:54:17 +0200 |
| commit | 38c96516f54ed40e8d3355a639afb0d956fd0a3b (patch) | |
| tree | 0ec895443056d95a355657c17114ab26ceecf19e | |
| parent | cdeea6bf8b114e499c650e14549fd0affd5d5b4a (diff) | |
| download | live-boot-38c96516f54ed40e8d3355a639afb0d956fd0a3b.tar.gz live-boot-38c96516f54ed40e8d3355a639afb0d956fd0a3b.zip | |
Renaming main function to live for consistent namespace.
| -rwxr-xr-x | backends/dracut/live.script | 2 | ||||
| -rwxr-xr-x | backends/initramfs-tools/live.script | 2 | ||||
| -rwxr-xr-x | scripts/boot/9990-main.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/backends/dracut/live.script b/backends/dracut/live.script index 2f29e70..223f355 100755 --- a/backends/dracut/live.script +++ b/backends/dracut/live.script @@ -7,5 +7,5 @@ DRACUT_FIXME () { # dracut entry point for live-boot is FIXME(); function - Main + Live } diff --git a/backends/initramfs-tools/live.script b/backends/initramfs-tools/live.script index 1c6ebbf..9646274 100755 --- a/backends/initramfs-tools/live.script +++ b/backends/initramfs-tools/live.script @@ -9,5 +9,5 @@ mountroot () { # initramfs-tools entry point for live-boot is mountroot(); function - Main + Live } diff --git a/scripts/boot/9990-main.sh b/scripts/boot/9990-main.sh index fd10e5d..682959d 100755 --- a/scripts/boot/9990-main.sh +++ b/scripts/boot/9990-main.sh @@ -2,7 +2,7 @@ # set -e -Main () +Live () { if [ -x /scripts/local-top/cryptroot ] then |
