Small updates to firstrun config

This commit is contained in:
zador-blood-stained 2017-11-04 22:32:15 +03:00
parent b6ab198b43
commit b0140bcee6
2 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Before=network-pre.target network.target
Wants=NetworkManager.service
After=local-fs.target
ConditionPathExists=/boot/armbian_first_run.txt
ConditionPathExists=/root/.not_logged_in_yet
# This is not supported on Jessie
#ConditionFirstBoot=true

View File

@ -1,5 +1,8 @@
#!/bin/bash
# TODO: convert this to use nmcli, improve network interfaces names handling (wl*, en*)
# or drop support for this and remove all related files
do_firstrun_automated_user_configuration()
{
#-----------------------------------------------------------------------------