commit: ddd5f20a4f72dce79d33c784c7aff224675ca159
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 21 20:27:35 2026 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jan 21 20:28:08 2026 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=ddd5f20a
Revert "Give the "extra partition" on iso's a distinct label"
This reverts commit 3a3768dff3d2b2cc40cdd8b18b54369bf8e07b2e.
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 e567a6f5..c0e682f4 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 -L G2iso_DATA "${extrapart}"
+ mkfs.xfs "${extrapart}"
# 1=ESP, 2=HFS+, so 3 is first available partition
extra_opts+=(
"-append_partition"