mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2025-12-06 07:12:01 +01:00
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:
commit
bc23e2dc90
|
|
@ -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
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue