From b5f3c168834d19ab842d9cf997abdbe12b1f04e5 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Tue, 15 Sep 2015 14:49:42 +0200 Subject: improve formatting --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac8df11..559b719 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,23 @@ Create a bootable image for a RaspberryPi 2 on DEVICE. Options: --force Don't ask for any confirmations. + --mirror=<$MIRROR> Use a debian mirror, such as "fr" or "ch" + --hostname=<$HOSTNAME> Use a given hostname for the device. + --timezone=<$TIMEZONE> Set timezone data as listed in /usr/share/zoneinfo - --wpa-essid=<$WPA_ESSID> Use a given wireless ESSID. Sets up wireless networking. + + --wpa-essid=<$WPA_ESSID> Use a given wireless ESSID. Sets up wireless + networking. + --wpa-psk=<$WPA_PSK> Use a given WPA pre-shared key. + --password=<$ROOT_PASWORD> Set the given root password. - --ssh-key=<$SSH_KEY> Add the given SSH key to root's authorized_keys file. If invalid, password login will be enabled. + + --ssh-key=<$SSH_KEY> Add the given SSH key to root's authorized_keys file. + If invalid, password login will be enabled. + --root-fs=<$ROOTFS> Use given directory as mount point during installation. ``` -- cgit v1.2.3