From ea7faca817de635f625f0ad680a6796aa52d8e10 Mon Sep 17 00:00:00 2001 From: Thomas Merkel Date: Sun, 16 Jun 2024 14:12:22 +0200 Subject: [PATCH] Fix USB key on OI (#70) The device used on OI to `dd` the image should be consistent throughout the page. --- docs/creating-a-smartos-bootable-usb-key.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/creating-a-smartos-bootable-usb-key.md b/docs/creating-a-smartos-bootable-usb-key.md index 3645dd7..36b75dc 100644 --- a/docs/creating-a-smartos-bootable-usb-key.md +++ b/docs/creating-a-smartos-bootable-usb-key.md @@ -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