7 lines
118 B
Bash
Executable File
7 lines
118 B
Bash
Executable File
#!/bin/esh
|
|
|
|
if not kcmdline -q migrate then exit 0
|
|
|
|
echo -n "Migrating filesystem..." >> /dev/pex/splash
|
|
/bin/migrate
|