Jarno Rantanen
0e9736f348
Make the image setup script status messages more terse.
2020-03-13 10:31:01 +02:00
Jarno Rantanen
a8997d59b4
Fix brainfart of disabling SSH and then SSH'ing over to poweroff.
2020-03-13 10:22:37 +02:00
Jarno Rantanen
e6ae2ca1cb
Add note about disabling dtoverlay=vc4-fkms-v3d when rotating display with the Pi 4.
...
See #92
2020-03-10 18:06:00 +02:00
Jarno Rantanen
69b8916a7e
Update boot graphics example to something that works (the old link had rotten away).
2020-03-10 16:57:43 +02:00
Jarno Rantanen
9ccabb10cf
Include xinput_calibrator in installed packages, as it's referenced in the first-boot doc.
2020-03-10 16:57:22 +02:00
Jarno Rantanen
a896556596
Improve consistency on some instructions.
2020-03-10 12:26:33 +02:00
Jarno Rantanen
4fe960a666
Separate the SSH disabling and eventual poweroff steps in image-setup.
2020-03-10 12:24:35 +02:00
Jarno Rantanen
79a6539fac
Add comment on why perl -i.
2020-03-10 12:22:09 +02:00
Jarno Rantanen
e65b60057f
Fully silent login on tty1.
2020-03-10 12:21:54 +02:00
Jarno Rantanen
2e74cab483
Improve instructions for providing the tag being built.
2020-03-10 12:21:29 +02:00
Jarno Rantanen
f98837b0d0
Fix permissions for auto-login setup.
2020-03-10 11:03:29 +02:00
Jarno Rantanen
b78549e4fe
Move locale setup up in the process.
2020-03-10 11:03:12 +02:00
Jarno Rantanen
afa230e4f9
Install rng-tools to support Pi Zero.
...
Closes #49
2020-03-10 10:40:02 +02:00
Jarno Rantanen
dce7209800
Replace high-unicode progress markers with clearer ones.
2020-03-10 10:33:47 +02:00
Jarno Rantanen
f13454c657
Properly silence console logins.
2020-03-10 10:33:47 +02:00
Jarno Rantanen
09b0b4fa0e
Update CLI-auto-login to match updated raspi-config.
2020-03-10 10:33:47 +02:00
Jarno Rantanen
72f85b375d
Properly set locale for the image.
...
This is to prevent e.g. the myriad of warnings during setup:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_ADDRESS = "fi_FI.UTF-8",
LC_NAME = "fi_FI.UTF-8",
LC_MONETARY = "fi_FI.UTF-8",
LC_PAPER = "fi_FI.UTF-8",
LC_IDENTIFICATION = "fi_FI.UTF-8",
LC_TELEPHONE = "fi_FI.UTF-8",
LC_MEASUREMENT = "fi_FI.UTF-8",
LC_TIME = "fi_FI.UTF-8",
LC_NUMERIC = "fi_FI.UTF-8",
LANG = "en_GB.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_GB.UTF-8").
locale: Cannot set LC_ALL to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
2020-03-10 10:33:47 +02:00
Jarno Rantanen
17aa8f6e00
Replace some in-place sed invocations with perl, as it's more robust.
2020-03-10 10:33:47 +02:00
Jarno Rantanen
97eebe6410
Add notes on controlling the kiosk remotely to first-boot doc.
...
See #38
2020-03-10 10:33:47 +02:00
Jarno Rantanen
92579e2223
Updates for alpha2.
2020-03-10 10:33:47 +02:00
Jarno Rantanen
aeff8283b9
Update image-setup script to work on linux, plus first changes for Raspbian Buster.
2020-03-10 10:33:47 +02:00
Austin Vance
7e17948ff3
Update the image generation to work with Buster
2020-03-10 10:33:47 +02:00
sualko
c0bc600380
remove ssh host keys and enable regeneration
...
fix #100
2020-03-04 09:34:28 +01:00
Jarno Rantanen
29ee021f08
Add link to #58 to first-boot doc.
2019-06-17 10:49:08 +03:00
Jarno Rantanen
7f6d33d73c
Document the fact that RPi 1.0 hasn't been tested for the latest release.
2019-04-24 15:12:49 +03:00
Jarno Rantanen
aae0a353ec
Update verified models for 2.1.0-rc1.
2019-04-24 14:32:19 +03:00
Jarno Rantanen
086e642751
Add more test users for the RC.
2019-04-10 15:15:59 +03:00
Jarno Rantanen
0bd9f87148
Make note of the release tester name
2019-04-10 13:59:35 +03:00
Jarno Rantanen
68b9e5bc4a
Add section about 2.1 testing to verified-models doc.
2019-04-10 13:51:40 +03:00
Jarno Rantanen
b3bcf63343
Add section about 2.1 testing to verified-models doc.
2019-04-10 13:46:13 +03:00
Jarno Rantanen
9b05e15c20
Update image setup script with better usage instructions for first boot.
2019-04-10 12:25:47 +03:00
Jarno Rantanen
e39d644be0
Update image setup script to wait for SSH to come back and resume automatically after reboot.
2019-04-10 12:25:47 +03:00
Jarno Rantanen
06a9a36a9e
Update image setup script to be gentler on the boot files, and make backups.
2019-04-10 12:25:47 +03:00
Jarno Rantanen
d0c07c10b0
Switch to more international defaults for keyboard layout & timezone.
2019-04-10 12:25:47 +03:00
Jarno Rantanen
cb17c26e87
Add notes about rotating more exotic screens
...
Thanks @GendoRokubungi!
Closes #41
2019-04-04 14:00:57 +03:00
Jarno Rantanen
53788bb686
Add instructions on xinput_calibrator to first-boot.md
...
Thanks @Kimmax!
Closes #46
2019-04-04 13:47:50 +03:00
Jarno Rantanen
6a4a3e6f8a
Move screen rotation instructions to first-boot doc.
2018-11-07 10:47:49 +02:00
Jarno Rantanen
86aff645dc
Use Prettier to format the Markdown.
2018-11-07 10:37:52 +02:00
Jarno Rantanen
783da796c7
Update verified models.
2018-08-17 13:25:09 +03:00
Jarno Rantanen
56d1b7b715
Move image-setup.sh to docs/.
2018-08-17 13:21:39 +03:00
Jarno Rantanen
f52df42c9d
Move first-boot.md to docs/ as well.
2018-08-17 13:16:47 +03:00
Jarno Rantanen
1615244c57
Collect some files under docs/.
2018-08-17 13:13:11 +03:00