From: "Brian C. Lane" <bcl@xxxxxxxxxx> The wait is over. I think this stuff is now in good enough shape for others to start using it and providing feedback. The README.livemedia-creator file attempts to document things, or failing that, read the source :) I plan on adding this as a sub-package in the lorax.spec, I haven't done that yet because I wanted to get this out there with enough time for some feedback before vacation next week. The idea behind this is to integrate all live media creation (isos, disk images, ami images, appliances, etc.) into lorax and anaconda. In its current state it will create bootable iso's which can be installed if you set LIVE_BLOCK=/dev/loop1 before running liveinst. See the README for more info and for future plans. Brian C. Lane (6): Changes needed for livecd creation Add execWith utils from anaconda Allow a None to be passed as size to create_runtime Add livemedia-creator Add config files for live media Add livemedia-creator README and example ks README.livemedia-creator | 170 ++++++++ docs/fedora-livemedia.ks | 388 +++++++++++++++++++ share/config_files/live/x86/boot.msg | 5 + share/config_files/live/x86/grub.conf | 8 + share/config_files/live/x86/isolinux.cfg | 98 +++++ src/pylorax/executils.py | 379 ++++++++++++++++++ src/pylorax/imgutils.py | 64 +++ src/pylorax/treebuilder.py | 14 +- src/sbin/livemedia-creator | 623 ++++++++++++++++++++++++++++++ 9 files changed, 1747 insertions(+), 2 deletions(-) create mode 100644 README.livemedia-creator create mode 100644 docs/fedora-livemedia.ks create mode 100644 share/config_files/live/x86/boot.msg create mode 100644 share/config_files/live/x86/grub.conf create mode 100644 share/config_files/live/x86/isolinux.cfg create mode 100644 src/pylorax/executils.py create mode 100755 src/sbin/livemedia-creator -- 1.7.6.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list