Merge branch 'autorun-fixes' into 'master'

Autorun should only run after the network is fully configured

See merge request fdupoux/sysresccd-src!55
This commit is contained in:
Francois Dupoux 2020-06-28 07:15:15 +00:00
commit bc23e2dc90
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@ SystemRescueCd ChangeLog
6.1.6 (YYYY-MM-DD): 6.1.6 (YYYY-MM-DD):
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
* Improved PXE boot when multiple network interfaces are available * Improved PXE boot when multiple network interfaces are available
* Autorun will only run after the network is fully configured (#120)
* Added minicom and picocom serial communication programs * Added minicom and picocom serial communication programs
------------------------------------------------------------------------------- -------------------------------------------------------------------------------

View file

@ -2,7 +2,7 @@
Description=SystemRescueCd Autorun Description=SystemRescueCd Autorun
After=network.target network-online.target sysresccd-initialize.service After=network.target network-online.target sysresccd-initialize.service
Before=getty-pre.target Before=getty-pre.target
Wants=getty-pre.target Wants=getty-pre.target network-online.target
[Service] [Service]
Type=oneshot Type=oneshot