Loading…
None
String updated in the repository |
|
None
Source string changed |
|
English | Portuguese (Brazil) | ||
---|---|---|---|
Butane | Butane | fedora-docs-l10n/fedora-coreos | |
FCOS | FCOS | fedora-docs-l10n/fedora-coreos | |
units | unidades | fedora-docs-l10n/fedora-coreos |
Source string description
type: delimited block -Flags
no-wrap, placeholders:r"`[\w.\/\-_=@&*:$●+~()\] ]*`"
version: {butane-latest-stable-spec}
systemd:
units:
- name: serial-getty@ttyS0.service
dropins:
- name: autologin-core.conf
contents: |
[Service]
# Override Execstart in main unit
ExecStart=
# Add new Execstart with `-` prefix to ignore failure`
ExecStart=-/usr/sbin/agetty --autologin core --noclear %I $TERM
storage:
files:
- path: /etc/hostname
mode: 0644
contents:
inline: |
tutorial
- path: /etc/profile.d/systemd-pager.sh
mode: 0644
contents:
inline: |
# Tell systemd to not use a pager when printing information
export SYSTEMD_PAGER=cat
version: 1.3.0
systemd:
units:
- name: serial-getty@ttyS0.service
dropins:
- name: autologin-core.conf
contents: |
[Service]
# Sobrescreve ExecStart na unidade principal
ExecStart=
# Adiciona um novo ExecStart com o prefixo `-` para ignorar falhas `
ExecStart=-/usr/sbin/agetty --autologin core --noclear %I $TERM
storage:
files:
- path: /etc/hostname
mode: 0644
contents:
inline: |
tutorial
- path: /etc/profile.d/systemd-pager.sh
mode: 0644
contents:
inline: |
#Diz ao systemD para não usar um paginador quando for imprimir informações
export SYSTEMD_PAGER=cat
- path: /etc/sysctl.d/20-silence-audit.conf
mode: 0644
contents:
inline: |
# Aumenta o nível de logging de DEBUG(7) para WARNING(4)
# para esconder mensagens para auditoria do console interativo
kernel.printk=4