commit:     a4f9396cb3d29eab26b0f2dc2c0f173f1011b76f
Author:     Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 28 00:55:14 2018 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Jul 28 00:55:14 2018 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=a4f9396c

mkstandalone is too verbose and we aren't developing this anymore, just let it 
work quieter

 targets/support/functions.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/targets/support/functions.sh b/targets/support/functions.sh
index 01c7e61c..ce43abba 100755
--- a/targets/support/functions.sh
+++ b/targets/support/functions.sh
@@ -108,13 +108,13 @@ create_bootloader() {
 
   # some 64 bit machines have 32 bit UEFI, and you might want to boot 32 bit 
on a 64 bit machine, so we take the safest path and include both
   # set up 32 bit uefi
-  ${grubmkstndaln} /boot/grub/grub.cfg=./grub-stub.cfg --compress=xz -O 
i386-efi -o ./boot/EFI/BOOT/grubia32.efi --themes= -v || die "Failed to make 
grubia32.efi"
+  ${grubmkstndaln} /boot/grub/grub.cfg=./grub-stub.cfg --compress=xz -O 
i386-efi -o ./boot/EFI/BOOT/grubia32.efi --themes= || die "Failed to make 
grubia32.efi"
   #secure boot shim
   cp /usr/share/shim/BOOTIA32.EFI boot/EFI/BOOT/
   cp /usr/share/shim/mmia32.efi boot/EFI/BOOT/
 
   #set up 64 bit uefi
-  ${grubmkstndaln} /boot/grub/grub.cfg=./grub-stub.cfg --compress=xz -O 
x86_64-efi -o ./boot/EFI/BOOT/grubx64.efi --themes= -v || die "Failed to make 
grubx64.efi"
+  ${grubmkstndaln} /boot/grub/grub.cfg=./grub-stub.cfg --compress=xz -O 
x86_64-efi -o ./boot/EFI/BOOT/grubx64.efi --themes= || die "Failed to make 
grubx64.efi"
   #secure boot shim
   cp /usr/share/shim/BOOTX64.EFI boot/EFI/BOOT/
   cp /usr/share/shim/mmx64.efi boot/EFI/BOOT/

Reply via email to