You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Lyndon Brown cce2cd88b6 grub2: split up grub.cfg
as done in upstream live-build MR #135.

the intention here is to prepare to fix application of the theme for submenus,
as addressed next.

we could accomplish that just by the theme.cfg portion of the split, but why
not do the config.cfg bit also now. this is similar to how syslinux is broken
up, and a part of the live-build MR #135 changes are to merge config/bootloader
files on top of the default set, rather than use them instead, thus
user/derivative configs only need to carry the bootloader files they actually
want to replace. breaking up grub.cfg helps towards this, so eventually kali
can drop carrying files that are identical to upstream ilve-build's.
6 years ago
auto Switch back installer to live one 6 years ago
kali-config grub2: split up grub.cfg 6 years ago
simple-cdd Fix installer image to cope with default 686-pae kernel that we use on i386 6 years ago
.getopt.sh Move new options to .getopt.sh so that upstream script can recognize them 6 years ago
.gitignore Fix installer image to cope with default 686-pae kernel that we use on i386 6 years ago
README.md Update README file 7 years ago
build.sh Ensure tasksel is included in installer images 6 years ago
build_all.sh Rename script into ./build.sh 11 years ago

README.md

live-build configuration for Kali ISO images

Have a look at https://docs.kali.org/development/live-build-a-custom-kali-iso for explanations on how to use this repository.