diff options
author | William Johansson <radar@radhuset.org> | 2018-04-13 21:33:02 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-17 21:09:25 +0000 |
commit | 7030ebdd4fcc4704696f911aec7c6fd6026a36fb (patch) | |
tree | b2f07d380da81df98b8e7a9d92c564c9504060bc /scripts | |
parent | 779ee7a21ad5d88c16b8693bf144760b38e5c8ff (diff) | |
download | aports-7030ebdd4fcc4704696f911aec7c6fd6026a36fb.tar.bz2 aports-7030ebdd4fcc4704696f911aec7c6fd6026a36fb.tar.xz |
scripts/mkimg: use -rational-rock to avoid uid pollution
ISO image should have files owned by root, not leaking the builder uid.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mkimg.base.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkimg.base.sh b/scripts/mkimg.base.sh index 567184d28f..cb7fd7bc08 100755 --- a/scripts/mkimg.base.sh +++ b/scripts/mkimg.base.sh @@ -251,7 +251,7 @@ create_image_iso() { -output ${ISO} \ -full-iso9660-filenames \ -joliet \ - -rock \ + -rational-rock \ -sysid LINUX \ -volid "alpine-$PROFILE $RELEASE $ARCH" \ $_isolinux \ |