We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce6430 commit 267dcfcCopy full SHA for 267dcfc
1 file changed
lib/make_bootloader.sh
@@ -4,4 +4,5 @@
4
make_bootloader(){
5
cp -r "${script_path}/profile_template/efiboot" "$work_dir/profile"
6
cp -r "${script_path}/profile_template/syslinux" "$work_dir/profile"
7
+ cp -r "${script_path}/archiso/configs/releng/grub" "$work_dir/profile"
8
}
0 commit comments