Skip to content

Commit

Permalink
add modules for i386
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Jan 6, 2020
1 parent 145302f commit baa2f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fai-cd
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ create_grub2_image() {
--format=i386-pc \
--output=/tmp/core.img \
--locales="" --fonts="" \
--install-modules="linux normal iso9660 biosdisk memdisk search ls echo test chain msdospart part_msdos minicmd ext2 keystatus" \
--install-modules="linux normal iso9660 biosdisk memdisk search ls echo test chain msdospart part_msdos part_gpt minicmd ext2 keystatus all_video font sleep gfxterm" \
--modules="linux normal iso9660 biosdisk search" \
"boot/grub/grub.cfg=/tmp/grub.cfg"
cat $NFSROOT/usr/lib/grub/i386-pc/cdboot.img $NFSROOT/tmp/core.img > $scratch/bios.img
Expand Down

0 comments on commit baa2f73

Please sign in to comment.