summaryrefslogtreecommitdiff
path: root/src/core/procedures/base
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2010-12-28 17:00:39 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2010-12-28 17:00:39 +0100
commit169ae4f53306aa3c851dcdafb6cc07ccb1cfb514 (patch)
tree57121fdf44be473a2923a289807aaccf74cfc69a /src/core/procedures/base
parenta0b47a59004afd9b1493d8f9ac098fe73519bfe8 (diff)
remove pointless auto_fstab worker
worker_auto_fstab only wrapped around target_configure_fstab. remove worker_auto_fstab, and call target_configure_fstab from prefill_configs(), which gets run in the configure_system worker. This way all procedures still run the logic, but as part of the system configuration, not as a separate step
Diffstat (limited to 'src/core/procedures/base')
-rw-r--r--src/core/procedures/base7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/procedures/base b/src/core/procedures/base
index d57a625..fbab6f7 100644
--- a/src/core/procedures/base
+++ b/src/core/procedures/base
@@ -28,7 +28,6 @@ phase_basics=(\
phase_system=(\
package_list \
install_packages \
- auto_fstab \
auto_network \
auto_locale \
auto_keymap_font \
@@ -158,12 +157,6 @@ worker_install_packages ()
}
-worker_auto_fstab ()
-{
- target_configure_fstab
-}
-
-
worker_auto_network ()
{
[ "$S_DHCP" = 1 ] && target_configure_network dhcp "$PROXY_HTTP" "$PROXY_FTP" && return 0