Skip to content

Commit

Permalink
task-12419 Update matchbox with required assets
Browse files Browse the repository at this point in the history
- adapt old ignition to new schema
  • Loading branch information
Adrian Stadelmann committed Sep 9, 2019
1 parent 89b4ca9 commit 3cb1a28
Showing 1 changed file with 15 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,34 +18,23 @@ storage:
type_guid: A2A0D0EB-E5B9-3344-87C0-68B6B72699C7
filesystems:
# mark existing ROOT partition as unused
- name: "unused"
mount:
device: "/dev/sda9"
format: "ext4"
create:
force: true
label: "unused"
- name: "ROOT"
mount:
device: "/dev/nvme0n1p1"
format: "ext4"
create:
force: true
options:
- "-LROOT"
label: "ROOT"
- name: "DATA"
mount:
device: "/dev/nvme1n1p1"
format: "ext4"
label: "DATA"
create:
force: true
options:
- "-LDATA"
- path: "/"
device: "/dev/sda9"
format: "ext4"
wipe_filesystem: true
label: "unused"
- path: "/"
device: "/dev/nvme0n1p1"
format: "ext4"
wipe_filesystem: true
label: "ROOT"
- path: "/media/data"
device: "/dev/nvme1n1p1"
format: "ext4"
label: "DATA"
wipe_filesystem: true
files:
- path: /etc/sysctl.d/max-user-watches.conf
filesystem: root
contents:
inline: |
fs.inotify.max_user_watches=16184
Expand Down

0 comments on commit 3cb1a28

Please sign in to comment.