Browse Source

set overwrite = true

main
Nicolas Massé 4 weeks ago
parent
commit
9b8b545b5c
  1. 2
      scripts/generate-butane-spec.sh

2
scripts/generate-butane-spec.sh

@ -41,6 +41,8 @@ for file in $(find "$TARGET_CHROOT" \! -type d); do
id: $(stat -c '%u' "$file")
group:
id: $(stat -c '%g' "$file")
# Overwrite is set to true because /etc and /var are persistent between two applications of the ignition file
overwrite: true
contents:
inline: |
EOF

Loading…
Cancel
Save