commit: a81a9de33437f36f0ec1cf52a25e5f26e07f2618
Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 3 20:34:49 2018 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Jul 3 20:34:49 2018 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=a81a9de3
the volume label is used in mokmanager, so make it more obvious
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 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"