]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Beautified loading of modules in pomona.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 22 Mar 2009 21:09:49 +0000 (22:09 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 22 Mar 2009 21:09:49 +0000 (22:09 +0100)
src/pomona/pomona

index 6a264735534a1a5bd803fbe52786f5513d8601a4..387474d1c6990492f461241d6137afec4830ec15 100644 (file)
 #                                                                             #
 ###############################################################################
 
+echo "Running the Pomona Text Installer..."
+echo -n "Loading modules: "
 for i in md_mod dm_mod ext3 xfs reiserfs reiser4; do
-       echo "Loading module $i"
+       echo -n "$i"
        modprobe $i
 done
-
-echo "Running the Pomona Text Installer..."
+echo
 
 python /usr/lib/pomona/installer.py $@