I am wondering why the initramfs is copied prior to the post install 
scripts being run.
In my case I want to customize this.

The following patch allows me to do this, I am curious are there are 
issues doing this.

--- creator.py.orig    2010-02-11 20:16:26.067736692 +0100
+++ creator.py    2010-02-11 20:17:26.601615518 +0100
@@ -734,10 +734,10 @@
          kickstart.NetworkConfig(self._instroot).apply(ksh.network)
          kickstart.RPMMacroConfig(self._instroot).apply(self.ks)

-        self._create_bootconfig()
-
          self.__run_post_scripts()

+        self._create_bootconfig()
+
      def launch_shell(self):
          """Launch a shell in the install root.


--
livecd mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/livecd

Reply via email to