Update for live-build version 4.0.3-1kali2
- update compare version in build_all.sh - replace image name with live-image-ARCH.* in build_all.sh - change variable ARCHITECTURES in ARCHITECTURE in package lists as name has been changed in live-builddebian-cd
parent
2a299f7e44
commit
8b9e8f814d
@ -1,11 +1,11 @@
|
||||
# EFI support, ensure we have the required .deb in the ISO available for
|
||||
# installation
|
||||
|
||||
#if ARCHITECTURES i386
|
||||
#if ARCHITECTURE i386
|
||||
grub-efi
|
||||
grub-efi-ia32
|
||||
#endif
|
||||
#if ARCHITECTURES amd64
|
||||
#if ARCHITECTURE amd64
|
||||
grub-efi
|
||||
grub-efi-amd64
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue