Hi.
I have generated a patch against Anaconda 10.92.14-1 to skip (2 more)
steps in rootflags.
With this should clear up anything needed for users using Kadischi to
build CDs.
If it is at all possible, can we get this merged with Anaconda?
It is pretty small.
With these two steps in Anacoda with rootflags still, kickstart
definitely fails with Kadischi
which is the main concern. Ok. Send some feedback.. I'm sure reading my
mail has taken longer
than it would to even apply it! Heh.
Generated against Anaconda 10.92.14-1
J. Hartline
--- anaconda.orig 2006-03-02 17:18:48.000000000 -0500
+++ anaconda 2006-03-02 17:27:02.000000000 -0500
@@ -1177,12 +1177,14 @@
dispatch.skipStep("parttype", permanent = 1)
dispatch.skipStep("autopartitionexecute", permanent = 1)
dispatch.skipStep("partition", permanent = 1)
+ dispatch.skipStep("addswap", permanent = 1)
dispatch.skipStep("partitiondone", permanent = 1)
dispatch.skipStep("bootloadersetup", permanent = 1)
dispatch.skipStep("bootloader", permanent = 1)
dispatch.skipStep("bootloaderadvanced", permanent = 1)
dispatch.skipStep("upgbootloader", permanent = 1)
dispatch.skipStep("instbootloader", permanent = 1)
+ dispatch.skipStep("complete", permanent = 1)
# set up the headless case
if isHeadless == 1: