Wrote documentation and scripts for creating a busybox boot floppy. Initial revision.
This commit is contained in:
7
examples/bootfloppy/syslinux.cfg
Normal file
7
examples/bootfloppy/syslinux.cfg
Normal file
@ -0,0 +1,7 @@
|
||||
display display.txt
|
||||
default linux
|
||||
timeout 10
|
||||
prompt 1
|
||||
label linux
|
||||
kernel linux
|
||||
append initrd=rootfs.gz root=/dev/ram0
|
Reference in New Issue
Block a user