summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-02 22:35:42 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-02 22:35:42 +0100
commitcd00b83f2a241f54193bec625a76136303374a98 (patch)
tree1eb3ba9715d5701874937e61cf8209d4236394d8 /src
parent01a28447294d13e9778af5bc89f391d819d927a2 (diff)
no more breakage because of the WIP
Diffstat (limited to 'src')
-rw-r--r--src/core/procedures/interactive-DRAFT26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/core/procedures/interactive-DRAFT b/src/core/procedures/interactive-DRAFT
index 145b32d..c4faaaa 100644
--- a/src/core/procedures/interactive-DRAFT
+++ b/src/core/procedures/interactive-DRAFT
@@ -291,13 +291,13 @@ set_clock()
S_CLOCK=1
}
-[ $S_SELECT -eq 0 ] && install_pkg && S_INSTALL=1 # user must first select, then install
+#[ $S_SELECT -eq 0 ] && install_pkg && S_INSTALL=1 # user must first select, then install
# automagic time!
# any automatic configuration should go here
-notify "Writing base configuration..."
-auto_fstab
-auto_network
-auto_locale
+#notify "Writing base configuration..."
+#auto_fstab
+#auto_network
+#auto_locale
autoprepare()
{
@@ -829,14 +829,14 @@ EOF
}
- # exit if network wasn't configured in installer
- if [ $S_NET -eq 0 ]; then
- return 1
- fi
+# exit if network wasn't configured in installer
+# if [ $S_NET -eq 0 ]; then
+# return 1
+# fi
- ask_yesno "Do you want to use the network settings from the installer in rc.conf and resolv.conf?\n\nIf you used Proxy settings, they will be written to /etc/profile.d/proxy.sh" || return 1
+# ask_yesno "Do you want to use the network settings from the installer in rc.conf and resolv.conf?\n\nIf you used Proxy settings, they will be written to /etc/profile.d/proxy.sh" || return 1
- if [ $S_DHCP -ne 1 ]; then
- auto_network
-fi
+#if [ $S_DHCP -ne 1 ]; then
+# auto_network
+#fi
\ No newline at end of file