summaryrefslogtreecommitdiffstats
path: root/build_tools/l7/larch0/profiles/xmaxi/rootoverlay/etc/rc.d/functions.d/larch-autologin
blob: d1c6aa3bb196a525938eee76c30d4e5464395589 (plain)
1
2
3
4
5
6
7
sysinit_end_larch_autologin() {
    # Set up automatically logged in user (larch live system only)
    if [ -f /.livesys/autologin ]; then
        cp /.livesys/autologin /tmp/newuser
    fi
}
add_hook sysinit_end sysinit_end_larch_autologin