Set sector size to 512 bytes.
[reactos.git] / reactos / install.bochs
1 #!/bin/sh
2 /sbin/modprobe loop
3 echo "Installing to floppy."
4 mount -t vfat /bochs/1.44a.dos /mnt/floppy -o loop,rw
5 ./install-system.sh /mnt/floppy
6 umount /mnt/floppy
7 echo "Installing to disk."
8 mount -t vfat /bochs/10M.vga.dos /mnt/floppy -o loop,offset=8704,rw
9 ./install.sh /mnt/floppy
10 umount /mnt/floppy
11 echo "Installing to minix disk."
12 #mount -t minix /bochs/10M.vga.minix /mnt/floppy -o loop,offset=8704,rw
13 #./install.sh /mnt/floppy
14 #umount /mnt/floppy