commit:     3a3768dff3d2b2cc40cdd8b18b54369bf8e07b2e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 21 20:23:14 2026 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jan 21 20:23:14 2026 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=3a3768df

Give the "extra partition" on iso's a distinct label

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 targets/support/create-iso.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index c0e682f4..e567a6f5 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -205,7 +205,7 @@ case ${clst_hostarch} in
                        rm -f "${extrapart}"
                        dd if=/dev/zero of="${extrapart}" bs=1k count="${2}"
                        # TODO: allow setting different fs type
-                       mkfs.xfs "${extrapart}"
+                       mkfs.xfs -L G2iso_DATA "${extrapart}"
                        # 1=ESP, 2=HFS+, so 3 is first available partition
                        extra_opts+=(
                                "-append_partition"

Reply via email to