Loading…
None
String updated in the repository |
|
None
Source string changed |
|
Things to check
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
- name: issuegen-public-ipv4.service
enabled: true
contents_local: issuegen-public-ipv4.service
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
- path: /usr/local/bin/public-ipv4.sh
mode: 0755
contents:
local: public-ipv4.sh
WantedBy=console-login-helper-messages-issuegen.service
storage:
files:
- path: /etc/hostname
mode: 0644
contents:
inline: |
tutorial
- path: /etc/profile.d/systemd-pager.sh
mode: 0644
contents:
inline: |
# Diz ao sytemD para não usar um paginador quando estiver imprimindo 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 de auditoria do console interativo
kernel.printk=4
- path: /usr/local/bin/public-ipv4.sh
mode: 0755
contents:
inline: |
#!/bin/bash
echo "Detected Public IPv4: is $(curl https://ipv4.icanhazip.com)" > \
/run/console-login-helper-messages/issue.d/50_public-ipv4.issue