Skip to content

Commit

Permalink
task-12419 Update matchbox with required assets
Browse files Browse the repository at this point in the history
- sda4 is the root partition for mark as unused
  seams to work a bit differently, see coreos/coreos-assembler#206
  • Loading branch information
Adrian Stadelmann committed Sep 9, 2019
1 parent 3cb1a28 commit d63f5e0
Showing 1 changed file with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,15 @@ storage:
- label: DATA
type_guid: A2A0D0EB-E5B9-3344-87C0-68B6B72699C7
filesystems:
# mark existing ROOT partition as unused
- path: "/"
device: "/dev/sda9"
format: "ext4"
wipe_filesystem: true
label: "unused"
- path: "/"
- path: "/var"
device: "/dev/nvme0n1p1"
format: "ext4"
wipe_filesystem: true
label: "ROOT"
label: "var"
- path: "/media/data"
device: "/dev/nvme1n1p1"
format: "ext4"
label: "DATA"
label: "data"
wipe_filesystem: true
files:
- path: /etc/sysctl.d/max-user-watches.conf
Expand Down

0 comments on commit d63f5e0

Please sign in to comment.