summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorCarlos D <carlos.dagostino@gmail.com>2017-03-21 17:31:10 +0100
committerCarlos D <carlos.dagostino@gmail.com>2017-03-21 17:31:10 +0100
commite6a02918ce04f5c2cdda0983626753cd06ec0d3d (patch)
treec61f23202a6aa11346a8b9870391bdb09d1aae2a /nixos
parentdd13d24e30e5d1cd62d1ab28f0267765a00d7ead (diff)
downloadnixpkgs-e6a02918ce04f5c2cdda0983626753cd06ec0d3d.tar
nixpkgs-e6a02918ce04f5c2cdda0983626753cd06ec0d3d.tar.gz
nixpkgs-e6a02918ce04f5c2cdda0983626753cd06ec0d3d.tar.bz2
nixpkgs-e6a02918ce04f5c2cdda0983626753cd06ec0d3d.tar.lz
nixpkgs-e6a02918ce04f5c2cdda0983626753cd06ec0d3d.tar.xz
nixpkgs-e6a02918ce04f5c2cdda0983626753cd06ec0d3d.tar.zst
nixpkgs-e6a02918ce04f5c2cdda0983626753cd06ec0d3d.zip
Expand on creating USB bootable for OS X
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/installation/installing-usb.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/doc/manual/installation/installing-usb.xml b/nixos/doc/manual/installation/installing-usb.xml
index a4b5dafbed1..dae73306056 100644
--- a/nixos/doc/manual/installation/installing-usb.xml
+++ b/nixos/doc/manual/installation/installing-usb.xml
@@ -11,7 +11,9 @@ a USB stick. You can use the <command>dd</command> utility to write the image:
 <command>dd if=<replaceable>path-to-image</replaceable>
 of=<replaceable>/dev/sdb</replaceable></command>. Be careful about specifying the
 correct drive; you can use the <command>lsblk</command> command to get a list of
-block devices.</para>
+block devices. If you're on OS X you can run <command>diskutil list</command>
+to see the list of devices; the device you'll use for the USB must be ejected
+before writing the image.</para>
 
 <para>The <command>dd</command> utility will write the image verbatim to the drive,
 making it the recommended option for both UEFI and non-UEFI installations. For