Skip to content

Commit

Permalink
Update oblong.bu
Browse files Browse the repository at this point in the history
  • Loading branch information
reesericci authored Mar 18, 2024
1 parent 9e980c7 commit 25ddc42
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions oblong.bu
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ storage:
contents:
source: https://raw.githubusercontent.com/obl-ong/infra/main/mobilizon.yml
disks:
- device: /dev/disk/by-id/coreos-boot-disk
wipe_table: false
partitions:
- number: 4
label: root
size_mib: 0
resize: true
- device: /dev/sdb
wipe_table: false
partitions:
Expand All @@ -75,8 +82,5 @@ storage:
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

0 comments on commit 25ddc42

Please sign in to comment.