Its difficult to stop working on a project for 9 months in mid-stride and then pick it up again and remember where I left off.
Right now I'm trying to get mindeb to build and I'm stuck trying to get grub to install properly. For some reason, it looks like the last few builds I successfully made back in February of 2009 depended upon a copy of a disk image I backed up before removing the backup target from the mindeb.xml build file. Doh!
I think that I need to:
- Turn off squash
- chroot-setup
- rsync-temp (restoring this back into mindeb.xml)
- cleanup
- Turn on squash
- chroot-setup
- Run qemu / kvm to install grub
- finalize
Hopefully that is all that's needed to get mindeb image builds working again.
UPDATE: All that might not be necessary. I might be able to just copy the grub files from the squash image, before it is squashed, that is! I do not want to require two different manual paths for squash and non-squash builds!
UPDATE 2: I still haven't figured out what I want to do about the backup image, but I've also come to realize that for mindeb I ended up taking a different approach when I last left development on NODOWS: the use of debootstrap and make-kpkg (from kernel-package). The target names are "go-go-ve" and "go-no-ve". Several packages have changed / evolved from lenny to squeeze. I've updated those and am continuing to try out the builds...
Recent Comments