mirror of
https://github.com/bohanyang/debi.git
synced 2026-09-27 06:26:15 +00:00
Update
This commit is contained in:
+3
-3
@@ -454,9 +454,9 @@ if [ "$DEBI_DRY_RUN" != true ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
gunzip initrd.gz
|
gunzip "$DEBI_NEW_DIR/initrd.gz"
|
||||||
echo preseed.cfg | cpio -H newc -o -A -F initrd
|
echo "$DEBI_NEW_DIR/preseed.cfg" | cpio -H newc -o -A -F initrd
|
||||||
gzip initrd
|
gzip "$DEBI_NEW_DIR/initrd"
|
||||||
|
|
||||||
if command_exists update-grub; then
|
if command_exists update-grub; then
|
||||||
DEBI_GRUBCFG=/boot/grub/grub.cfg
|
DEBI_GRUBCFG=/boot/grub/grub.cfg
|
||||||
|
|||||||
Reference in New Issue
Block a user