Connected standard input/output to the console
[reactos.git] / reactos / install.bochs
1 #!/bin/sh
2 echo "Installing to floppy."
3 mount -t vfat /bochs/1.44a /mnt/floppy -o loop,rw
4 ./install-system.sh /mnt/floppy
5 umount /mnt/floppy
6 echo "Installing to disk."
7 mount -t vfat /bochs/10M.vga /mnt/floppy -o loop,rw
8 ./install.sh /mnt/floppy
9 umount /mnt/floppy