Added networking code from Casper Hornstrup
[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.dos /mnt/floppy -o loop,offset=8704,rw
8 #mount -t minix /bochs/10M.vga.dos /mnt/floppy -o loop,offset=8704,rw
9 ./install.sh /mnt/floppy
10 umount /mnt/floppy