Hi, Linux noob here. I want to modify the isolinux.cfg file:
display boot.msg
default microcore
label microcore
kernel /boot/vmlinuz
append initrd=/boot/core.gz loglevel=3
label mc
kernel /boot/vmlinuz
append initrd=/boot/core.gz loglevel=3
implicit 0
prompt 1
timeout 300
F1 boot.msg
F2 f2
F3 f3
F4 f4
...to bypass the prompt to press <Enter>, F2, F3 or F4 and instead boot to a message like "hello world, press any key", and when the user presses a key it displays the current IP address (by invoking IFCONFIG ETH0).
Sounds simple enough, just need help getting started...