Added a boot preferences utility. It is currently specific to GRUB2,
commite97b7d85394733f6c08193d1e64b530a4c125508
authorneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 20 Jun 2014 14:05:49 +0000 (20 14:05 +0000)
committerneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 20 Jun 2014 14:05:49 +0000 (20 14:05 +0000)
tree4dadc546f29bed31ac5b9fc5a4467b8df410e551
parente3842faa25fda0bb069fb3f9345ad398019816e2
Added a boot preferences utility. It is currently specific to GRUB2,
and only allows editing the first AROS boot entry found in grub.cfg (the
first AROS entry is identified heuristically).

A few boot options are not handled yet. These include "sysdebug",
"floppy=nomount", "bootmenu", setting the serial port's baud rate etc.,
and using the second serial port.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49081 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
workbench/prefs/boot/args.c [new file with mode: 0644]
workbench/prefs/boot/args.h [new file with mode: 0644]
workbench/prefs/boot/booteditor.c [new file with mode: 0644]
workbench/prefs/boot/booteditor.h [new file with mode: 0644]
workbench/prefs/boot/catalogs/boot.cd [new file with mode: 0644]
workbench/prefs/boot/catalogs/mmakefile.src [new file with mode: 0644]
workbench/prefs/boot/locale.c [new file with mode: 0644]
workbench/prefs/boot/locale.h [new file with mode: 0644]
workbench/prefs/boot/main.c [new file with mode: 0644]
workbench/prefs/boot/mmakefile.src [new file with mode: 0644]