##// END OF EJS Templates
fixed typo, updated example to new output image name
drtyhlpr -
r121:217663ac772e
parent child
Show More
@@ -208,7 +208,7 Create an initramfs that that will be loaded during the Linux startup process. `
208 ##### `ENABLE_IFNAMES`=true
208 ##### `ENABLE_IFNAMES`=true
209 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.
209 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.
210
210
211 #### SSH settings
211 #### SSH settings:
212 ##### `SSH_ENABLE_ROOT`=false
212 ##### `SSH_ENABLE_ROOT`=false
213 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`.
213 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`.
214
214
@@ -365,13 +365,13 After the image file was successfully created by the `rpi23-gen-image.sh` script
365
365
366 #####Flashing examples:
366 #####Flashing examples:
367 ```shell
367 ```shell
368 bmaptool copy ./images/jessie/2015-12-13-debian-jessie.img /dev/mmcblk0
368 bmaptool copy ./images/jessie/2017-01-23-rpi3-jessie.img /dev/mmcblk0
369 dd bs=4M if=./images/jessie/2015-12-13-debian-jessie.img of=/dev/mmcblk0
369 dd bs=4M if=./images/jessie/2017-01-23-rpi3-jessie.img of=/dev/mmcblk0
370 ```
370 ```
371 If you have set `ENABLE_SPLITFS`, copy the `-frmw` image on the microSD card, then the `-root` one on the USB drive:
371 If you have set `ENABLE_SPLITFS`, copy the `-frmw` image on the microSD card, then the `-root` one on the USB drive:
372 ```shell
372 ```shell
373 bmaptool copy ./images/jessie/2015-12-13-debian-jessie-frmw.img /dev/mmcblk0
373 bmaptool copy ./images/jessie/2017-01-23-rpi3-jessie-frmw.img /dev/mmcblk0
374 bmaptool copy ./images/jessie/2015-12-13-debian-jessie-root.img /dev/sdc
374 bmaptool copy ./images/jessie/2017-01-23-rpi3-jessie-root.img /dev/sdc
375 ```
375 ```
376
376
377 ## External links and references
377 ## External links and references
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant