Skip to content

Commit 71c9530

Browse files
committed
scripts: Don't ignore /etc/group in update-image.py
1 parent 2d458f6 commit 71c9530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ def generate_plan(arch, root_uuid, scriptdir):
467467
yield FsAction.RSYNC, "sbin"
468468
yield FsAction.RSYNC, "root/"
469469
yield FsAction.RSYNC, "usr/"
470-
yield FsAction.RSYNC, "etc/", ['machine-id', '.updated', 'group']
470+
yield FsAction.RSYNC, "etc/", ['machine-id', '.updated']
471471
yield FsAction.RSYNC, "var/"
472472
yield FsAction.RSYNC, "home/"
473473
yield FsAction.RSYNC, "opt/"

0 commit comments

Comments
 (0)