* libcurses++, libc++ and liblightOS++ are installed into the crosscompiler directory
[lightOS.git] / build / grub.sh
blobde85da6374cb48421dd6186551bab3ca87e1e958
1 ###############################################################################
2 ##### lightOS #####
3 ###############################################################################
4 grub --batch --no-floppy <<EOT 1>/dev/null || exit 1
5 device (fd0) lightOS-$1.img
6 install (fd0)/boot/grub/stage1 (fd0) (fd0)/boot/grub/stage2 p (fd0)/boot/grub/menu.lst
7 quit
8 EOT