Skip to content

Commit

Permalink
Fix USB key on OI
Browse files Browse the repository at this point in the history
The device used on OO to `dd` the image is wrong.
  • Loading branch information
drscream authored Jun 16, 2024
1 parent 188ec64 commit c139607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/creating-a-smartos-bootable-usb-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Before you begin, [download the image](download-smartos.md).

umount /media/USBKEY
gunzip smartos-$RELEASE-usb.img.gz
dd if=smartos-$RELEASE-usb.img of=/dev/rdsk/c2t0d0p0 bs=1024k
dd if=smartos-$RELEASE-usb.img of=/dev/rdsk/c6t0d0p0 bs=1024k

## FreeBSD

Expand Down

0 comments on commit c139607

Please sign in to comment.