From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8F22F138334 for ; Tue, 3 Jul 2018 20:35:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D5FAE0A8C; Tue, 3 Jul 2018 20:35:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48C6AE0A8C for ; Tue, 3 Jul 2018 20:35:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA249335CA9 for ; Tue, 3 Jul 2018 20:35:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 809552E2 for ; Tue, 3 Jul 2018 20:35:06 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1530650089.a81a9de33437f36f0ec1cf52a25e5f26e07f2618.zerochaos@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/create-iso.sh X-VCS-Directories: targets/support/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: a81a9de33437f36f0ec1cf52a25e5f26e07f2618 X-VCS-Branch: master Date: Tue, 3 Jul 2018 20:35:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 44da599d-d38f-4a44-a479-88d3d8314bff X-Archives-Hash: cf246a6ffb0153d4e456da398d55de8f commit: a81a9de33437f36f0ec1cf52a25e5f26e07f2618 Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Tue Jul 3 20:34:49 2018 +0000 Commit: Richard Farina gentoo 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"