mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-01-20 22:44:28 +01:00
24 lines
407 B
TOML
24 lines
407 B
TOML
[[customizations.user]]
|
|
name = "testuser"
|
|
password = "test"
|
|
groups = ["wheel"]
|
|
|
|
[[customizations.disk.partitions]]
|
|
type = "plain"
|
|
fs_type = "swap"
|
|
minsize = "4 GiB"
|
|
|
|
[[customizations.disk.partitions]]
|
|
type = "plain"
|
|
fs_type = "ext4"
|
|
label = "root"
|
|
minsize = "10 GiB"
|
|
mountpoint = "/"
|
|
|
|
[[customizations.disk.partitions]]
|
|
type = "plain"
|
|
fs_type = "ext4"
|
|
label = "home"
|
|
minsize = "10 GiB"
|
|
mountpoint = "/home"
|