aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2018-07-03 16:34:49 -0400
committerRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2018-07-03 16:34:49 -0400
commita81a9de33437f36f0ec1cf52a25e5f26e07f2618 (patch)
tree4b26f018a3241433e34bc0cf82b8a0e671e32f1d /targets
parentalways support both uefi modes (diff)
downloadcatalyst-a81a9de33437f36f0ec1cf52a25e5f26e07f2618.tar.gz
catalyst-a81a9de33437f36f0ec1cf52a25e5f26e07f2618.tar.bz2
catalyst-a81a9de33437f36f0ec1cf52a25e5f26e07f2618.zip
the volume label is used in mokmanager, so make it more obvious
Diffstat (limited to 'targets')
-rwxr-xr-xtargets/support/create-iso.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index 2091d918..dcf18d76 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -277,7 +277,7 @@ case ${clst_hostarch} in
dd if=/dev/zero of="${clst_target_path}/gentoo.efimg" bs=1k \
count=${iaSize}
echo "Formatting loopback file with FAT16 FS"
- mkfs.vfat -F 16 -n GENTOO "${clst_target_path}/gentoo.efimg"
+ mkfs.vfat -F 16 -n GENTOOLIVE "${clst_target_path}/gentoo.efimg"
mkdir "${clst_target_path}/gentoo.efimg.mountPoint"
echo "Mounting FAT16 loopback file"