Skip to content

Commit 267dcfc

Browse files
committed
[fix] : Copy grub config to preset from original releng
1 parent 1ce6430 commit 267dcfc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/make_bootloader.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
make_bootloader(){
55
cp -r "${script_path}/profile_template/efiboot" "$work_dir/profile"
66
cp -r "${script_path}/profile_template/syslinux" "$work_dir/profile"
7+
cp -r "${script_path}/archiso/configs/releng/grub" "$work_dir/profile"
78
}

0 commit comments

Comments
 (0)