Skip to content
Snippets Groups Projects
Commit 7030ebdd authored by William Johansson's avatar William Johansson Committed by Natanael Copa
Browse files

scripts/mkimg: use -rational-rock to avoid uid pollution

ISO image should have files owned by root, not leaking the builder uid.
parent 779ee7a2
No related branches found
No related tags found
No related merge requests found
......@@ -251,7 +251,7 @@ create_image_iso() {
-output ${ISO} \
-full-iso9660-filenames \
-joliet \
-rock \
-rational-rock \
-sysid LINUX \
-volid "alpine-$PROFILE $RELEASE $ARCH" \
$_isolinux \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment