mirror of
https://github.com/rancher/os.git
synced 2025-09-25 04:37:02 +00:00
24 lines
651 B
YAML
24 lines
651 B
YAML
name: "RancherOS Installer"
|
|
stages:
|
|
initramfs:
|
|
- if: '[ -f /run/cos/live_mode ]'
|
|
files:
|
|
- path: /etc/motd
|
|
content: |
|
|
|
|
Run "ros-installer" to install to disk
|
|
|
|
permissions: 0644
|
|
- path: /etc/systemd/system/serial-getty@ttyS0.service.d/override.conf
|
|
content: |
|
|
[Service]
|
|
ExecStart=
|
|
ExecStart=-/sbin/agetty --autologin root --noclear %I $TERM
|
|
permissions: 0644
|
|
- path: /etc/systemd/system/getty@tty1.service.d/override.conf
|
|
content: |
|
|
[Service]
|
|
ExecStart=
|
|
ExecStart=-/sbin/agetty --autologin root --noclear %I $TERM
|
|
permissions: 0644
|