From: Michael Tremer Date: Sun, 22 Mar 2009 21:09:49 +0000 (+0100) Subject: Beautified loading of modules in pomona. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bc27b27b375f9cfb9d7acfeb8c8782791a7f4c6;p=ipfire-3.x.git Beautified loading of modules in pomona. --- diff --git a/src/pomona/pomona b/src/pomona/pomona index 6a2647355..387474d1c 100644 --- a/src/pomona/pomona +++ b/src/pomona/pomona @@ -25,12 +25,13 @@ # # ############################################################################### +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 $@