Merge pull request #1 from inoblue/gzip-level-change

Update debi.sh
pull/25/head
inoblue 4 years ago committed by GitHub
commit b117187de8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      debi.sh

@ -715,7 +715,7 @@ save_grub_cfg='cat'
gzip -d initrd.gz gzip -d initrd.gz
# cpio reads a list of file names from the standard input # cpio reads a list of file names from the standard input
echo preseed.cfg | cpio -o -H newc -A -F initrd echo preseed.cfg | cpio -o -H newc -A -F initrd
gzip -9 initrd gzip -1 initrd
mkdir -p /etc/default/grub.d mkdir -p /etc/default/grub.d
tee /etc/default/grub.d/zz-debi.cfg 1>&2 << EOF tee /etc/default/grub.d/zz-debi.cfg 1>&2 << EOF

Loading…
Cancel
Save