mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
Add ipxe support
This commit is contained in:
17
framework/files/usr/lib/systemd/system/ros-installer.service
Normal file
17
framework/files/usr/lib/systemd/system/ros-installer.service
Normal file
@@ -0,0 +1,17 @@
|
||||
[Unit]
|
||||
Description=RancherOS Automatic Installation
|
||||
Documentation=https://github.com/rancher/os
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
Before=getty-pre.target serial-getty@ttyS0.service
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
EnvironmentFile=-/etc/default/%N
|
||||
EnvironmentFile=-/etc/sysconfig/%N
|
||||
TimeoutStartSec=0
|
||||
StandardOutput=journal+console
|
||||
ExecStart=/usr/sbin/ros-installer -automatic
|
Reference in New Issue
Block a user