diff options
| author | Jonathan Bauer | 2013-08-22 13:42:49 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-08-22 13:42:49 +0200 |
| commit | de8d279742a0956578ffbcb612241466c0022f87 (patch) | |
| tree | 9922c43aa045a585d24658b299db5fb9f4e6a6b3 /remote/rootfs | |
| parent | [rootfs-stage31] activate plymouth with 'splash' in the kcl. (Removed the DEB... (diff) | |
| download | tm-scripts-de8d279742a0956578ffbcb612241466c0022f87.tar.gz tm-scripts-de8d279742a0956578ffbcb612241466c0022f87.tar.xz tm-scripts-de8d279742a0956578ffbcb612241466c0022f87.zip | |
fix /etc/functions.inc sourcing
Diffstat (limited to 'remote/rootfs')
| -rwxr-xr-x | remote/rootfs/rootfs-stage31/data/init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/rootfs/rootfs-stage31/data/init b/remote/rootfs/rootfs-stage31/data/init index 35e898b5..7e05084d 100755 --- a/remote/rootfs/rootfs-stage31/data/init +++ b/remote/rootfs/rootfs-stage31/data/init @@ -17,7 +17,7 @@ export PATH=/bin:/sbin:/usr/bin:/usr/sbin export LD_LIBRARY_PATH=/usr/lib64 # import common functions -. /etc/functions +. /etc/functions.inc # mount the important standard directories mount -n -t tmpfs -o 'mode=755' run "/run" @@ -72,7 +72,7 @@ done [ "$DEBUG" -ge 1 ] && echo "0" >/proc/sys/kernel/printk || echo "4 4 1 7" >/proc/sys/kernel/printk # start plymouth if activated -if [ "x$SPLASH" == "x1" ]; then +if [ "x$SPLASH" == "x1" -a "$DEBUG" -lt 1 ]; then echo "Starting plymouth..." plymouthd && plymouth show-splash fi |
