aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mkimg.base.sh
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-06-13 19:34:41 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2017-06-13 19:35:36 +0200
commitaefed4153f594ca97c1a0863c37132c6f81d1c99 (patch)
tree525d2c8d9c3b3bdb4212ebc3a022239bfaed78cb /scripts/mkimg.base.sh
parenteef6c849c78965014701c850db4aa802f6efdb2b (diff)
downloadaports-aefed4153f594ca97c1a0863c37132c6f81d1c99.tar.bz2
aports-aefed4153f594ca97c1a0863c37132c6f81d1c99.tar.xz
scripts/mkimg.base: set sysid on the iso images
Most other distros seems to do this
Diffstat (limited to 'scripts/mkimg.base.sh')
-rwxr-xr-xscripts/mkimg.base.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mkimg.base.sh b/scripts/mkimg.base.sh
index 3e4252b86d..f326d8605c 100755
--- a/scripts/mkimg.base.sh
+++ b/scripts/mkimg.base.sh
@@ -260,6 +260,7 @@ create_image_iso() {
if [ "$ARCH" = ppc64le ]; then
grub-mkrescue --output ${ISO} ${DESTDIR} -follow-links \
+ -sysid LINUX \
-volid "alpine-$PROFILE $RELEASE $ARCH"
else
xorrisofs \
@@ -268,6 +269,7 @@ create_image_iso() {
-full-iso9660-filenames \
-joliet \
-rock \
+ -sysid LINUX \
-volid "alpine-$PROFILE $RELEASE $ARCH" \
$_isolinux \
$_efiboot \