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