summaryrefslogtreecommitdiff
path: root/src/core/procedures/automatic
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/automatic
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/automatic')
-rw-r--r--src/core/procedures/automatic2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/procedures/automatic b/src/core/procedures/automatic
index 6aa69b9..5f6f336 100644
--- a/src/core/procedures/automatic
+++ b/src/core/procedures/automatic
@@ -6,7 +6,7 @@
# It should be:
# phase_preparation=(configure intro sysprep select_source runtime_network runtime_repositories runtime_packages)
# phase_basics=(set_clock prepare_disks)
-# phase_system=(package_list install_packages auto_fstab auto_network auto_locale auto_keymap_font configure_system mkinitcpio locales install_bootloader)
+# phase_system=(package_list install_packages auto_network auto_locale auto_keymap_font configure_system mkinitcpio locales install_bootloader)
# phase_finish=(msg_report)
# In theory, the only manual thing should maybe be configuring the runtime network and putting the configfile in place