diff --git a/articles/setup-ubuntu-on-raspberry-pi-without-keyboard.md b/articles/setup-ubuntu-on-raspberry-pi-without-keyboard.md index 1d430db..fdc636a 100644 --- a/articles/setup-ubuntu-on-raspberry-pi-without-keyboard.md +++ b/articles/setup-ubuntu-on-raspberry-pi-without-keyboard.md @@ -21,11 +21,11 @@ layout: article ```yaml:/Volumes/system-boot/network-config wifis: wlan0: - dhcp4: true - optional: true - access-points: - : - password: "" + dhcp4: true + optional: true + access-points: + "": + password: "" ``` ## 5. Raspberry Pi の IP アドレスを調べる @@ -83,11 +83,11 @@ OS を焼いたあとは SD カードのディスクがアンマウントされ ```yaml:/Volumes/system-boot/network-config wifis: wlan0: - dhcp4: true - optional: true - access-points: - : - password: "" + dhcp4: true + optional: true + access-points: + "": + password: "" ``` `` には使用している Wi-Fi の SSID、`` には Wi-Fi のパスワードを設定します。