coreos.json aktualisiert
This commit is contained in:
-41
@@ -20,22 +20,6 @@
|
||||
]
|
||||
},
|
||||
"storage": {
|
||||
"disks": [
|
||||
{
|
||||
"device": "/dev/sda",
|
||||
"partitions": [
|
||||
{
|
||||
"label": "swap",
|
||||
"sizeMiB": 8000
|
||||
},
|
||||
{
|
||||
"label": "data",
|
||||
"sizeMiB": 0
|
||||
}
|
||||
],
|
||||
"wipeTable": true
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"path": "/etc/hostname",
|
||||
@@ -85,35 +69,10 @@
|
||||
"source": "data:;base64,W3VwZGF0ZXNdCnN0cmF0ZWd5PSJwZXJpb2RpYyIKW1t1cGRhdGVzLnBlcmlvZGljLndpbmRvd11dCmRheXM9WyAiU2F0IiwgIlN1biIgXQpzdGFydF90aW1lPSIyMjozMCIKbGVuZ3RoX21pbnV0ZXM9NjAK"
|
||||
}
|
||||
}
|
||||
],
|
||||
"filesystems": [
|
||||
{
|
||||
"device": "/dev/disk/by-partlabel/data",
|
||||
"format": "ext4",
|
||||
"mountOptions": [
|
||||
"noatime"
|
||||
],
|
||||
"path": "/"
|
||||
},
|
||||
{
|
||||
"device": "/dev/disk/by-partlabel/swap",
|
||||
"format": "swap",
|
||||
"wipeFilesystem": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"systemd": {
|
||||
"units": [
|
||||
{
|
||||
"contents": "# Generated by Butane\n[Unit]\nRequires=systemd-fsck@dev-disk-by\\x2dpartlabel-data.service\nAfter=systemd-fsck@dev-disk-by\\x2dpartlabel-data.service\n\n[Mount]\nWhere=/\nWhat=/dev/disk/by-partlabel/data\nType=ext4\nOptions=noatime\n\n[Install]\nRequiredBy=local-fs.target",
|
||||
"enabled": true,
|
||||
"name": "-.mount"
|
||||
},
|
||||
{
|
||||
"contents": "# Generated by Butane\n[Swap]\nWhat=/dev/disk/by-partlabel/swap\n\n[Install]\nRequiredBy=swap.target",
|
||||
"enabled": true,
|
||||
"name": "dev-disk-by\\x2dpartlabel-swap.swap"
|
||||
},
|
||||
{
|
||||
"dropins": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user