anaconda-kadischi-rootpath.patch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi.
Using Kadischi under FC5tx platforms, with the latest Anaconda RAWHIDE(anaconda-10.91.12-1) has produced this patch for Anaconda when using rootpath methods with Kadischi.

This patch allows Kadischi amd Anaconda to operate properly together.
This patch eliminates the need for users to patch Anaconda under FC5tx platforms.

Could someone please review the changes, and reply back as to why or why not this will not be
sufficient for Anaconda, and if it is viable merge this within Anaconda?
If there are other aspects of rootpath in Anaconda that are not covered
here, would you briefly mention where else rootpath can be cleaned up at.. as I am not an Anaconda developer I cannot state whether or not I have overlooked something that looks fairly simple otherwise.

Thanks for your time.
J. Hartline
--- anaconda.orig	2006-02-02 19:28:53.000000000 -0700
+++ anaconda	2006-02-03 09:21:41.000000000 -0700
@@ -1161,15 +1161,16 @@
 
 # Skip the disk options in rootpath mode
 if flags.rootpath:
-    dispatch.skipStep("partitionmethod", permanent = 1)
-    dispatch.skipStep("partitionmethodsetup", permanent = 1)
-    dispatch.skipStep("autopartition", permanent = 1)
+    dispatch.skipStep("partitionobjinit", permanent = 1)
+    dispatch.skipStep("parttype", permanent = 1)
     dispatch.skipStep("autopartitionexecute", permanent = 1)
-    dispatch.skipStep("fdisk", permanent = 1)
+    dispatch.skipStep("partition", 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)
 
 # set up the headless case
 if isHeadless == 1:

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux