diff --git a/docs/_layouts/board.html b/docs/_layouts/board.html index efd7672..17b6249 100644 --- a/docs/_layouts/board.html +++ b/docs/_layouts/board.html @@ -36,11 +36,11 @@ layout: default {% for debian in x %} {% capture i %}{{ debian.os }}{{ debian.dist }}{{ debian.arch }}{% endcapture %}
- wget https://dl.sd-card-images.johang.se/PLACEHOLDER1.bin.gz
- wget https://dl.sd-card-images.johang.se/PLACEHOLDER2.bin.gz
- zcat boot.bin.gz debian.bin.gz > sd-card.img
- dd if=sd-card.img of=/dev/sdXXX # ...where /dev/sdXXX is your SD card
+
+ wget https://dl.sd-card-images.johang.se/PLACEHOLDER1.bin.gz
+ wget https://dl.sd-card-images.johang.se/PLACEHOLDER2.bin.gz
+ zcat boot.bin.gz debian.bin.gz > sd-card.img
+ dd if=sd-card.img of=/dev/sdXXX # ...where /dev/sdXXX is your SD card
You should change root password.
-# passwd +# passwd Changing password for root. Current password: New password: @@ -22,7 +22,7 @@ Retype new password:Extend root filesystem
If your SD card is larger than 4 GB, you can extend the root filesystem after writing it to the SD card.
-# parted -a opt /dev/sdXXX "resizepart 2 100%" +# parted -a opt /dev/sdXXX "resizepart 2 100%" ... # partprobe ... @@ -33,14 +33,14 @@ Retype new password:Set time zone
Set correct time zone to get correct system time.
-# timedatectl set-timezone Europe/Stockholm +# timedatectl set-timezone Europe/Stockholm ... #perl: warning: Setting locale failed
If you you get the following (or similar) warnings, fix it by installing and configuring
-locale.perl: warning: Setting locale failed. +perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), @@ -58,7 +58,7 @@ perl: warning: Please check that your locale settings: perl: warning: Falling back to the standard locale ("C").-# apt-get install locales +# apt-get install locales ... # dpkg-reconfigure locales ... @@ -67,7 +67,7 @@ perl: warning: Falling back to the standard locale ("C").debconf: unable to initialize frontend: Dialog
If you you get the following (or similar) warnings, fix it by installing
-dialog.debconf: unable to initialize frontend: Dialog +debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline @@ -75,7 +75,7 @@ debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Ter debconf: falling back to frontend: Teletype-# apt-get install dialog +# apt-get install dialog ... #