dbed41bf81
- parameter order fixed to "simple first, then those with args" and documented as the preferred one (might be debatable, okay) - added "lowmem" to live so it avoids a ramdisk but works off media (it's a knob for propagator) - added "fastboot" everywhere (but failsafe install) to make use of Linux 2.6.29+ async controller initialization - every snippet got a trailing newline so that isolinux.cfg is readable And a fancy makefile to check for shortcut dups!
4 lines
93 B
Makefile
4 lines
93 B
Makefile
# check for shortcut overlaps
|
|
check:
|
|
@sed -n 's/^.*\^\(.\).*$$/\1/p' *.cfg | sort | uniq -c
|