From 217663ac772e63ca58590e06b00e1c3d41c506ea 2017-01-23 02:04:09 From: drtyhlpr Date: 2017-01-23 02:04:09 Subject: [PATCH] fixed typo, updated example to new output image name --- diff --git a/README.md b/README.md index 7a440c8..0c8e57f 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ Create an initramfs that that will be loaded during the Linux startup process. ` ##### `ENABLE_IFNAMES`=true Enable automatic assignment of predictable, stable network interface names for all local Ethernet, WLAN interfaces. This might create complex and long interface names. This parameter is only supported if the Debian release `stretch` is used. -#### SSH settings +#### SSH settings: ##### `SSH_ENABLE_ROOT`=false Enable password root login via SSH. This may be a security risk with default password, use only in trusted environments. `ENABLE_ROOT` must be set to `true`. @@ -365,13 +365,13 @@ After the image file was successfully created by the `rpi23-gen-image.sh` script #####Flashing examples: ```shell -bmaptool copy ./images/jessie/2015-12-13-debian-jessie.img /dev/mmcblk0 -dd bs=4M if=./images/jessie/2015-12-13-debian-jessie.img of=/dev/mmcblk0 +bmaptool copy ./images/jessie/2017-01-23-rpi3-jessie.img /dev/mmcblk0 +dd bs=4M if=./images/jessie/2017-01-23-rpi3-jessie.img of=/dev/mmcblk0 ``` If you have set `ENABLE_SPLITFS`, copy the `-frmw` image on the microSD card, then the `-root` one on the USB drive: ```shell -bmaptool copy ./images/jessie/2015-12-13-debian-jessie-frmw.img /dev/mmcblk0 -bmaptool copy ./images/jessie/2015-12-13-debian-jessie-root.img /dev/sdc +bmaptool copy ./images/jessie/2017-01-23-rpi3-jessie-frmw.img /dev/mmcblk0 +bmaptool copy ./images/jessie/2017-01-23-rpi3-jessie-root.img /dev/sdc ``` ## External links and references