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 /scripts | |
| parent | cdeea6bf8b114e499c650e14549fd0affd5d5b4a (diff) | |
| download | live-boot-38c96516f54ed40e8d3355a639afb0d956fd0a3b.tar.gz live-boot-38c96516f54ed40e8d3355a639afb0d956fd0a3b.zip | |
Renaming main function to live for consistent namespace.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/boot/9990-main.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
