Skip to content

Commit

Permalink
Fix USB key on OI (#70)
Browse files Browse the repository at this point in the history
The device used on OI to `dd` the image should be consistent throughout the page.
  • Loading branch information
drscream authored Jun 16, 2024
1 parent 188ec64 commit ea7faca
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 ea7faca

Please sign in to comment.