From 4ba5679204ed2f1f878559d625c3d71ce71b4bd0 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Fri, 27 Jan 2017 21:31:21 +0000 Subject: Pre-install os-prober package. When running draklive-install, this changes the default for the "Probe Foreign OS" checkbox to true, as asked for by QA. --- config/auto_inst.cfg.pl | 2 +- files/mga_rpms/update_media.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index 0400764..d2bf390 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -82,7 +82,7 @@ $o = { # no legacy bootloaders, we default to grub2 'grub', 'lilo', # no efi stuff - only needed for install, and shipped in live core repo - 'grub2-efi', 'os-prober', 'efibootmgr', 'efivar', + 'grub2-efi', 'efibootmgr', 'efivar', # no devel packages on live media 'glibc-devel', 'gdb', 'gcc', 'gcc3.3', 'dkms', diff --git a/files/mga_rpms/update_media.sh b/files/mga_rpms/update_media.sh index e721a32..0d5bddf 100755 --- a/files/mga_rpms/update_media.sh +++ b/files/mga_rpms/update_media.sh @@ -38,7 +38,6 @@ rm -f {i586,x86_64}/mga_rpms/{core,nonfree}/media_info/* copy_latest core grub2-2* copy_latest core grub2-efi-2* copy_latest core grub2-mageia-theme-2* -copy_latest core os-prober-* copy_latest core lib efivar0-* copy_latest core efibootmgr-* copy_latest core efivar-* -- cgit v1.2.1