Drop verbosity

This commit is contained in:
Steve McIntyre 2022-12-29 04:02:20 +00:00
parent bba0f2116c
commit beccc326ca
1 changed files with 2 additions and 2 deletions

View File

@ -443,7 +443,7 @@ if [ -d boot$N/isolinux/grub-$ARCH ] && [ $BOOT_EFI -ne 0 ] ; then
fi;;
esac
cp -av $dir/*-efi $dir/*.pf2 $dir/*.cfg $CDDIR/boot/grub
cp -a $dir/*-efi $dir/*.pf2 $dir/*.cfg $CDDIR/boot/grub
if [ $SB = 1 ]; then
echo " Removing non-SB grub files and config for $grub_arch"
rm -f $CDDIR/boot/grub/*-efi/*.mod $CDDIR/boot/grub/*-efi/*.lst
@ -467,7 +467,7 @@ if [ -d boot$N/isolinux/grub-$ARCH ] && [ $BOOT_EFI -ne 0 ] ; then
$BASEDIR/tools/boot/$DI_CODENAME/parse_isolinux \
boot$N/isolinux $CDDIR $BASEDIR/data/$DI_CODENAME/grub-theme.in "$DISKINFO_DISTRO" "$DEBIAN_KERNEL" "$DEBVERSION" \
>> $CDDIR/boot/grub/grub.cfg
cp -v $BASEDIR/data/$DI_CODENAME/hl*png $CDDIR/boot/grub/theme
cp $BASEDIR/data/$DI_CODENAME/hl*png $CDDIR/boot/grub/theme
NUM_ENTRIES=$(grep menuentry $CDDIR/boot/grub/grub.cfg | wc -l)
echo " CD$N/boot/grub/grub.cfg has $NUM_ENTRIES boot entries defined"