From a4692d2a021a2add9a2252d49022b04e024607d9 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 27 Jun 2001 04:15:50 +0000 Subject: fix kickstart bootloader and partitioning move setting of the fsset out of gui and tui and into partitioningComplete --- dispatch.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dispatch.py') diff --git a/dispatch.py b/dispatch.py index f1b6a904a..ae21e27f0 100644 --- a/dispatch.py +++ b/dispatch.py @@ -58,7 +58,8 @@ installSteps = [ ( "fdisk", ("id.useFdisk", "id.diskset", "id.partrequests")), ( "partition", ("id.fsset", "id.diskset", "id.partrequests", "intf")), ( "partitiondone", partitioningComplete, ("dispatch", "id.bootloader", - "id.fsset", "id.diskset" ) ), + "id.fsset", "id.diskset", + "id.partrequests") ), ( "bootloader", ("dispatch", "id.bootloader", "id.fsset", "id.diskset") ), ( "network", ("id.network",) ), ( "firewall", ("id.network", "id.firewall") ), -- cgit