I had to make some small changes to get koan/LiveCD building under
Fediora 8 and then creating a Fedora 8 install under VMware.
for base.cfg the livecd tools don't seem the take the --packages flag
anymore so I added the some extras to %package and also sfdisk seemed to
want all 4 primary partions configured - although that might be down to
me building in a VMware target machine
------------------------------------------ cut
-------------------------------------------------
# TODO: apparently calling it fedora-dev instead of a-dev makes things
# not work. Perhaps it has something to do with the default repos in
# /etc/yum.repos.d not getting properly disabled?
# save a little bit of space at least...
rm -f /boot/initrd*
------------------------------------------ cut
-------------------------------------------------
and for build.py I commented the --package stuff and corrected the
_DISTRO_ stuff to F8
------------------------------------------ cut
-------------------------------------------------
diff -U 10 build.py build1.py
--- build.py 2007-11-22 09:24:05.000000000 +0000
+++ build1.py 2007-12-04 08:25:40.000000000 +0000
@@ -25,23 +25,23 @@
# tweak at your own risk
# not expected to work with anything lower than FC-7
# use i386 for compatibility, still works with x86_64
# this is the LiveCD's OS, not the target install OS