Loading…
None
String updated in the repository |
|
None
Source string changed |
|
Things to check
English | Portuguese (Brazil) | ||
---|---|---|---|
boot | inicializar | fedora-docs-l10n/fedora-coreos | |
Butane | Butane | fedora-docs-l10n/fedora-coreos | |
FCOS | FCOS | fedora-docs-l10n/fedora-coreos |
Source string description
type: delimited block -Flags
no-wrap, placeholders:r"`[\w.\/\-_=@&*:$●+~()\] ]*`"
version: {butane-latest-stable-spec}
storage:
disks:
- # The link to the block device the OS was booted from.
device: /dev/disk/by-id/coreos-boot-disk
# We do not want to wipe the partition table since this is the primary
# device.
wipe_table: false
partitions:
- number: 4
label: root
# Allocate at least 8 GiB to the rootfs. See NOTE above about this.
size_mib: 8192
resize: true
- size_mib: 0
# We assign a descriptive label to the partition. This is important
# for referring to it in a device-agnostic way in other parts of the
# configuration.
label: var
filesystems:
- path: /var
device: /dev/disk/by-partlabel/var
# We can select the filesystem we'd like.
format: ext4
# Ask Butane to generate a mount unit for us so that this filesystem
# gets mounted in the real root.
with_mount_unit: true
version: 1.3.0
storage:
disks:
- # O nome do dispositivo de bloco primário. Em configurações baseadas
# em virtio, isso será `/dev/vda`. Em outros, será `/dev/sda`.
device: /dev/vda
# Nós não queremos apagar a partição, considerando que esse é o
# dispositivo primário.
wipe_table: false
partitions:
- number: 4
label: root
# Aloca pelo menos 8 GiB para o rootfs. Veja NOTA acima sobre isso.
size_mib: 8192
resize: true
- size_mib: 0
# Atribuímos um rótulo descritivo para a partição. Isso é importante
# para nos referirmos de uma maneira agnóstica de dispositivos em
# outras partes da configuração.
label: var
filesystems:
- path: /var
device: /dev/disk/by-partlabel/var
# Podemos selecionar o sistema de arquivos que gostariámos.
format: ext4
# Requisitar ao FCCT que gere uma unidade de montagem para nós,
# para que o sistema de arquivos seja montado no root real.
with_mount_unit: true