1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
--- lessdisks-0.5.3cvs.20040906.orig/install/usr-sbin/lessdisks-install
+++ lessdisks-0.5.3cvs.20040906/install/usr-sbin/lessdisks-install
@@ -593,12 +593,13 @@
echo "lessdisks stage2 install finished. hit enter to continue"
read pause
-booleanBox "run lessdisks-configure?" "Would you like to run \
- the lessdisks-configure script?\n\
-lessdisks-configure walks you through a few other \
-installation steps, such as setting up NFS, dhcpd, etc...\n\
-Beware, that this takes place on the server (not the lessdisks \
-chroot), and may initiate installation of additional software packages."
-if [ "$?" = "0" ] ; then
- lessdisks-configure
-fi
+# This script is unmaintained
+#booleanBox "run lessdisks-configure?" "Would you like to run \
+# the lessdisks-configure script?\n\
+#lessdisks-configure walks you through a few other \
+#installation steps, such as setting up NFS, dhcpd, etc...\n\
+#Beware, that this takes place on the server (not the lessdisks \
+#chroot), and may initiate installation of additional software packages."
+#if [ "$?" = "0" ] ; then
+# lessdisks-configure
+#fi
|