aboutsummaryrefslogtreecommitdiff
path: root/di-maker
AgeCommit message (Collapse)Author
2016-06-05Make coding style more uniformSilvio Rhatto
2015-03-19update to work with jessiedevelopDaniel Kahn Gillmor
around 3.15, the linux kernel stopped parsing arguments passed to it after a -- argument: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=51e158c12aca3c9ac63988611a97c05109b14dc9 This breaks the usual debian-installer approach of putting kernel arguments that you want to persist in the install after the -- argument. We work around this by just putting the arguments we want to persist both before and after the --. yuck.
2015-03-14di-maker should work when absolute paths are passed to itDaniel Kahn Gillmor
2015-03-14give hints of what to do when failing to find isoinfoDaniel Kahn Gillmor
2011-09-30improving usage warnings for di-makerDaniel Kahn Gillmor
2011-09-30fix error output for di-makerDaniel Kahn Gillmor
2011-03-05clean up after a repackDaniel Kahn Gillmor
2010-12-12work from Nat and Joseph to make it so you can rebuild the ISO without ↵Daniel Kahn Gillmor
re-fetching if it already exists, and can include arbitrary files in the initramfs.
2010-12-11put the preseed into the initramfs.Daniel Kahn Gillmor
2010-12-11accept preseed files in di-makerDaniel Kahn Gillmor
2010-03-11enable creation of kfreebsd ISOs (i have not gotten them to work with kvm yet)Daniel Kahn Gillmor
2010-01-08make di-maker use the latest version of grub-mkrescueDaniel Kahn Gillmor
2009-12-10allow di-maker to build ubuntu netboot install ISOs as wellDaniel Kahn Gillmor
2009-11-13abstracted out some of the pieces of the d-i makerDaniel Kahn Gillmor
2009-11-11fully transition di-maker to grub2 (should work on modern squeeze installs)Daniel Kahn Gillmor
2009-10-08initial scattered importDaniel Kahn Gillmor