From aefed4153f594ca97c1a0863c37132c6f81d1c99 Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Tue, 13 Jun 2017 19:34:41 +0200
Subject: [PATCH] scripts/mkimg.base: set sysid on the iso images

Most other distros seems to do this
---
 scripts/mkimg.base.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/mkimg.base.sh b/scripts/mkimg.base.sh
index 3e4252b86d4e..f326d8605c0e 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 \
-- 
GitLab