# Setup Finalization The following will walk through finalizing setup of the base environment. ``` sh # Wait for cloud initi to spew to LCD (this will take a minute, it's prepping the initial config and deploying it, including the default user account) # Login as ubuntu / ubuntu and follow the prompts sudo -sHu root /bin/bash # Disable cloud-init as it's unnecessary for the purposes of this project touch /etc/cloud/cloud-init.disabled nano -w /boot/firmware/cmdline.txt remove console=tty1 # If using the wisecoco 6" 2k 1440x2560 *portrait* LCD, include the below line # # If using the wisecoco 10.1" 2k 1600xx2560 *portrait* LCD, include the below line fbcon=rotate:1 # Setup screen resolution (UNCOMMENT THE RIGHT LINES!!!) cat >> /boot/firmware/usercfg.txt < /etc/systemd/logind.conf.d/ignored_keys.conf < /etc/profile.d/rpi-tools.sh < /etc/ld.so.conf.d/00-vmcs.conf <