Fixed the length of the command line.
[reactos.git] / reactos / install.bochs
1 #!/bin/sh
2 /sbin/modprobe loop
3 echo "Installing to disk."
4 mount -t vfat /mnt/hda3/bochs/10M.vga.dos /mnt/floppy -o loop,offset=8704,rw
5 cp -rv reactos/system32 /mnt/floppy/reactos
6 umount /mnt/floppy