]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
installer: Don't load the kernel modules for filesystems.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 10 Apr 2010 11:14:20 +0000 (13:14 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 10 Apr 2010 11:14:20 +0000 (13:14 +0200)
pkgs/core/pomona/src/pomona

index ab448da13153d7010048c51e8f59fe220840a212..1e991d0c3f284b3f6ea2cc8ecb0c3c7fd6ac1f77 100644 (file)
 #                                                                             #
 ###############################################################################
 
-echo "Running the Pomona Text Installer..."
-echo -n "Loading modules:"
-for i in md_mod dm_mod ext3 xfs reiserfs reiser4 btrfs; do
-       echo -n " $i"
-       modprobe $i
-done
-echo # Newline
+echo "Running the Pomona Installer..."
 
 python /usr/lib/pomona/installer.py $@
+ret=$?
 
 for i in $@; do
        if [ "$i" == "--debug" ]; then
@@ -47,4 +42,13 @@ for i in $@; do
        fi
 done
 
-reboot
+#reboot
+
+cat <<EOF
+
+       The installer program has finished with exit code ${ret}.
+
+       Please reboot your system or do some debugging work :P
+
+EOF
+sleep 1h