diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-20 16:22:21 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-20 16:22:21 +0200 |
commit | ace1d5279c215ba0a3bc4c2faefbeca114381267 (patch) | |
tree | 7a61ca63a25efe37660f874d380235de86900691 | |
parent | aafeeeb6f27472721b783a31d0092a71e84e0366 (diff) | |
download | nutyx-extra-ace1d5279c215ba0a3bc4c2faefbeca114381267.tar.gz nutyx-extra-ace1d5279c215ba0a3bc4c2faefbeca114381267.tar.bz2 nutyx-extra-ace1d5279c215ba0a3bc4c2faefbeca114381267.tar.xz nutyx-extra-ace1d5279c215ba0a3bc4c2faefbeca114381267.zip |
splashy, petits ajustements
-rw-r--r-- | base/splashy/.md5sum | 2 | ||||
-rwxr-xr-x | base/splashy/splashy | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/base/splashy/.md5sum b/base/splashy/.md5sum index 811466af3..af45639bc 100644 --- a/base/splashy/.md5sum +++ b/base/splashy/.md5sum @@ -1,3 +1,3 @@ 9e3d5d8a8c89d6db10c6b41ec498a566 nutyx-attapu.jpg -a6ba5548cfacc3db268a62c76be61cab splashy +ecd26e8203aa99320f3eb26fd47f503c splashy 03b7ee4f31c56ee61463772f74bad8a0 splashy-0.3.13.tar.gz diff --git a/base/splashy/splashy b/base/splashy/splashy index ef3b986c5..98ab883d2 100755 --- a/base/splashy/splashy +++ b/base/splashy/splashy @@ -93,8 +93,6 @@ check_to_enable () { } calculate_steps () { - boot_mesg "(Re)generating splash steps" - echo_ok [ -f /etc/inittab ] && RLVL=`sed -n 's/id:\([2345]\):initdefault:/\1/ p' /etc/inittab` [ ! -d $STEPS_DIR ] && mkdir -p $STEPS_DIR |