diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/attachments/20110914/e1ed1cb4 | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20110914/e1ed1cb4')
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20110914/e1ed1cb4/attachment-0001.obj | 14 | ||||
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20110914/e1ed1cb4/attachment.obj | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20110914/e1ed1cb4/attachment-0001.obj b/zarb-ml/mageia-dev/attachments/20110914/e1ed1cb4/attachment-0001.obj new file mode 100644 index 000000000..268f6a1c7 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110914/e1ed1cb4/attachment-0001.obj @@ -0,0 +1,14 @@ +prevent quite a lot of perl modules to be part of minimal basesystem by default + +diff -up ./usr/lib/libDrakX/install/any.pm.tv7 ./usr/lib/libDrakX/install/any.pm +--- ./usr/lib/libDrakX/install/any.pm.tv7 2011-09-14 14:26:15.575519716 +0200 ++++ ./usr/lib/libDrakX/install/any.pm 2011-09-14 14:28:09.803545863 +0200 +@@ -553,6 +553,8 @@ sub default_packages { + push @l, qw(acpi acpid mageia-gfxboot-theme); + # will get auto selected at summary stage for firewall: + push @l, qw(shorewall mandi-ifw); ++ # only needed for CDs/DVDs installations: ++ push @l, 'perl-Hal-Cdroms' if $o->{method} eq 'cdrom'; + + my $dmi_BIOS = detect_devices::dmidecode_category('BIOS'); + my $dmi_Base_Board = detect_devices::dmidecode_category('Base Board');
\ No newline at end of file diff --git a/zarb-ml/mageia-dev/attachments/20110914/e1ed1cb4/attachment.obj b/zarb-ml/mageia-dev/attachments/20110914/e1ed1cb4/attachment.obj new file mode 100644 index 000000000..268f6a1c7 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110914/e1ed1cb4/attachment.obj @@ -0,0 +1,14 @@ +prevent quite a lot of perl modules to be part of minimal basesystem by default + +diff -up ./usr/lib/libDrakX/install/any.pm.tv7 ./usr/lib/libDrakX/install/any.pm +--- ./usr/lib/libDrakX/install/any.pm.tv7 2011-09-14 14:26:15.575519716 +0200 ++++ ./usr/lib/libDrakX/install/any.pm 2011-09-14 14:28:09.803545863 +0200 +@@ -553,6 +553,8 @@ sub default_packages { + push @l, qw(acpi acpid mageia-gfxboot-theme); + # will get auto selected at summary stage for firewall: + push @l, qw(shorewall mandi-ifw); ++ # only needed for CDs/DVDs installations: ++ push @l, 'perl-Hal-Cdroms' if $o->{method} eq 'cdrom'; + + my $dmi_BIOS = detect_devices::dmidecode_category('BIOS'); + my $dmi_Base_Board = detect_devices::dmidecode_category('Base Board');
\ No newline at end of file |