Skip to content

Commit

Permalink
Adjust device
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Jul 12, 2024
1 parent 0674102 commit 3c85b1b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions deploy/image-sync/extra-cloud-init.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Disk layout
disk_setup:
ephemeral0:
sdb:
table_type: 'mbr'
layout: true
overwrite: false
fs_setup:
- label: ephemeral0
filesystem: ext4
device: ephemeral0
- filesystem: ext4
device: sdb
partition: any
overwrite: false
mounts:
- [ ephemeral0, /var/cache/image-sync ]
- [ /deb/sdb, /var/cache/image-sync ]

0 comments on commit 3c85b1b

Please sign in to comment.