mirror of https://github.com/armbian/build.git
Small updates to firstrun config
This commit is contained in:
parent
b6ab198b43
commit
b0140bcee6
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
{
|
||||
#-----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue