mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 11:13:12 +02:00
closed issue #56
This commit is contained in:
@@ -29,9 +29,6 @@ sudo bash -c "echo '[Service]' >> /etc/systemd/system/getty@tty1.service.d/autol
|
|||||||
sudo bash -c "echo 'ExecStart=' >> /etc/systemd/system/getty@tty1.service.d/autologin.conf"
|
sudo bash -c "echo 'ExecStart=' >> /etc/systemd/system/getty@tty1.service.d/autologin.conf"
|
||||||
sudo bash -c "echo 'ExecStart=-/sbin/agetty --autologin pi --noclear %I 38400 linux' >> /etc/systemd/system/getty@tty1.service.d/autologin.conf"
|
sudo bash -c "echo 'ExecStart=-/sbin/agetty --autologin pi --noclear %I 38400 linux' >> /etc/systemd/system/getty@tty1.service.d/autologin.conf"
|
||||||
|
|
||||||
# give Raspi a default hostname (optional)
|
|
||||||
sudo raspi-config nonint do_hostname "RaspiBlitz"
|
|
||||||
|
|
||||||
# do memory split (16MB)
|
# do memory split (16MB)
|
||||||
sudo raspi-config nonint do_memory_split 16
|
sudo raspi-config nonint do_memory_split 16
|
||||||
|
|
||||||
@@ -323,6 +320,9 @@ echo "After final reboot - your SD Card Image is ready."
|
|||||||
echo "Press ENTER to install LCD and reboot ..."
|
echo "Press ENTER to install LCD and reboot ..."
|
||||||
read key
|
read key
|
||||||
|
|
||||||
|
# give Raspi a default hostname (optional)
|
||||||
|
sudo raspi-config nonint do_hostname "RaspiBlitz"
|
||||||
|
|
||||||
# *** RASPIBLITZ / LCD (at last - because makes a reboot) ***
|
# *** RASPIBLITZ / LCD (at last - because makes a reboot) ***
|
||||||
# based on https://www.elegoo.com/tutorial/Elegoo%203.5%20inch%20Touch%20Screen%20User%20Manual%20V1.00.2017.10.09.zip
|
# based on https://www.elegoo.com/tutorial/Elegoo%203.5%20inch%20Touch%20Screen%20User%20Manual%20V1.00.2017.10.09.zip
|
||||||
cd /home/admin/
|
cd /home/admin/
|
||||||
|
Reference in New Issue
Block a user