From f6e0c83f5e4f9f5f17339d93a0ebbf0ae4e52e41 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 17 Aug 2026 11:58:48 +0200 Subject: [PATCH] MT#64132 wrapper.sh: no longer invoke grml-live with arch specific option The command line option -a to set the architecture to build is no longer supported as of https://github.com/grml/grml-live/commit/9a903deb8dc97a8ef1c9d37751ce7bbe1c2aa3c2 The running architecture is used by default, so drop the -a option in preparation for the upcoming grml-live releases. Change-Id: I60c205c20c5df1515ddac3d7d3c532307e7c2234 --- wrapper.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/wrapper.sh b/wrapper.sh index 10885bb..e9184b6 100755 --- a/wrapper.sh +++ b/wrapper.sh @@ -93,7 +93,6 @@ build_command+=" LIVE_CONF=/code/grml-live/etc/grml/grml-live.conf" build_command+=" GRML_FAI_CONFIG=${fai_config}" build_command+=" ./grml-live" build_command+=" -s '${osversion}'" -build_command+=" -a amd64" build_command+=" -i '${iso_image_name}'" build_command+=" -c SIPWISE,PUPPETLABS" build_command+=" -o /grml/"