Try and enable autologin to the desktop
This commit is contained in:
parent
6b30745668
commit
9ca0333bf4
|
@ -1,6 +1,6 @@
|
|||
xserver-xorg-video-fbdev xserver-xorg xinit xserver-xorg-video-fbturbo
|
||||
mousepad
|
||||
lxde lxtask menu-xdg
|
||||
zenity xdg-utils
|
||||
gvfs-backends gvfs-fuse
|
||||
lightdm gnome-themes-standard-data gnome-icon-theme
|
||||
git
|
||||
xserver-xorg-video-fbdev xserver-xorg xinit xserver-xorg-video-fbturbo xserver-xorg-legacy xscreensaver
|
||||
lxde lxtask menu-xdg # gksu
|
||||
xdg-utils gvfs-backends gvfs-fuse
|
||||
lightdm gnome-themes-standard-data gnome-icon-theme i3 i3status
|
||||
liblo7 liblo-dev libasound-dev libjack-jackd2-dev
|
||||
|
|
14
stage3/02-tweaks/01-run.sh
Executable file
14
stage3/02-tweaks/01-run.sh
Executable file
|
@ -0,0 +1,14 @@
|
|||
# Enable ssh.
|
||||
touch ${ROOTFS_DIR}/boot/ssh
|
||||
|
||||
# Boot to gui by default
|
||||
on_chroot << EOF
|
||||
systemctl set-default graphical.target
|
||||
ln -fs /lib/systemd/system/getty@.service /etc/systemd/system/getty.target.wants/getty@tty1.service
|
||||
EOF
|
||||
|
||||
install -m 644 files/autologin.conf ${ROOTFS_DIR}/etc/systemd/system/getty@tty1.service.d/autologin.conf
|
||||
|
||||
# Set up sudoers.d for user patch
|
||||
rm -f ${ROOTFS_DIR}/etc/sudoers.d/010_pi-nopasswd
|
||||
install -m 440 files/010_pi-nopasswd ${ROOTFS_DIR}/etc/sudoers.d/
|
1
stage3/02-tweaks/files/010_pi-nopasswd
Normal file
1
stage3/02-tweaks/files/010_pi-nopasswd
Normal file
|
@ -0,0 +1 @@
|
|||
pi ALL=(ALL) NOPASSWD: ALL
|
3
stage3/02-tweaks/files/autologin.conf
Normal file
3
stage3/02-tweaks/files/autologin.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=-/sbin/agetty --autologin pi --noclear %I \$TERM
|
Loading…
Reference in New Issue
Block a user