3f012958dc
Renamed server-light.iso into server-ovz.iso to avoid brand dilution and confusion (rider@'s server-light rather favours kvm, anyways). Introduced KDEFAULT: a reliable default kernel chooser knob since apt's regex ordering proved pretty unreliable. Spelling things explicitly is better anyways. SYSLINUX related features undergone pretty major rewrite (that includes syslinux, hdt and memtest). The problem to tackle was features.in/syslinux/generate.mk assuming syslinux and pciids available in build *host* system; this well might not be the case (or worse yet, those can be just different). So now we're a bit less elegant and a bit more enterprise, stuffing things into chroot and working there. Bunch of other fixes along the road, including ; to name a few: - fixed memtest entry (overlooked while renaming SYSLINUX_ITEMS) - new and shiny doc/CodingStyle - gfxboot, stage1 target chain, hdt tweaks - distro.mk rehashed - README++ - TODO: dropped (integer overflow anyways) + actually moved off-tree to reduce commit spam - s,\.config\.mk,distcfg.mk,g - doc/profiles.mk.sample: sample ~/.mkimage/profiles.mk - ...and assorted fixups/additions Sorry for convoluted commit, this would have been pretty hard to rework into some really readable shape (and you might be interested in the original repo's history horrors then, anyways).
11 lines
386 B
INI
11 lines
386 B
INI
# NB: data can be gzipped (without .gz suffix);
|
|
# paths must be relative to image root;
|
|
# http://tinyurl.com/hdt-args is wrong as of 2011-05-31
|
|
# FIXME: weird, gfxboot menu entry boots "nomenu" somehow
|
|
# while entering "hdt" from isolinux cli dumps menu
|
|
label hdt
|
|
menu label ^Hardware information
|
|
com32 hdt.c32
|
|
append quiet
|
|
# append pciids=pci.ids memtest=memtest
|