make_win_usb: Should specify the USB key as 1st arg and iso file as the
2nd.
This commit is contained in:
parent
2480b9c1ea
commit
b502997d5e
|
@ -2,9 +2,9 @@
|
|||
|
||||
# Source: http://admincloud.net/116/creer-une-cle-usb-bootable-de-windows-sous-linux/
|
||||
|
||||
WIN_HDD=/dev/sdb
|
||||
WIN_HDD="${1}"
|
||||
WIN_USB_MNT_PATH=/mnt/USBW7/
|
||||
WIN_ISO_FILE="${1}"
|
||||
WIN_ISO_FILE="${2}"
|
||||
WIN_ISO_MNT_PATH=/mnt/WIN7/
|
||||
|
||||
# Empty MBR
|
||||
|
|
Loading…
Reference in New Issue