[Fedora-livecd-list] Why copy initramfs prior to running post install scripts?

Grant Williamson traxtopel at gmail.com
Thu Feb 11 19:18:47 UTC 2010


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.




More information about the livecd mailing list