CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/01/11 16:22:35
Modified files:
sys/arch/hp300/stand/cdboot: devopen.c
sys/arch/hp300/stand/common: version.c
sys/arch/hp300/stand/libsa: devopen.c
Log message:
Change boot commandline parsing to only force lowercase of the device name
part, and keep the filename unchanged.
This allows a kernel which name contains uppercase letters to be bootable,
instead of getting a `file not found' error with the filename being all
lower case.
A workaround was to prepend the filename with `/', to give an absolute path.
Yet there is no reason to lowercase the filename unless there is a boot device
prefix.
Crank version.