diff options
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20110914')
4 files changed, 42 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20110914/930d245b/attachment-0001.asc b/zarb-ml/mageia-dev/attachments/20110914/930d245b/attachment-0001.asc new file mode 100644 index 000000000..c863b2373 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110914/930d245b/attachment-0001.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iD8DBQBOcMLET1rWTfpocyQRAuwnAKCZMbP8DoWTdOW1tDsoOL0KFwddlwCgq22M +7CEgaqASLKcbDQHpPcePpZo= +=/+e6 +-----END PGP SIGNATURE----- diff --git a/zarb-ml/mageia-dev/attachments/20110914/930d245b/attachment.asc b/zarb-ml/mageia-dev/attachments/20110914/930d245b/attachment.asc new file mode 100644 index 000000000..c863b2373 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110914/930d245b/attachment.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iD8DBQBOcMLET1rWTfpocyQRAuwnAKCZMbP8DoWTdOW1tDsoOL0KFwddlwCgq22M +7CEgaqASLKcbDQHpPcePpZo= +=/+e6 +-----END PGP SIGNATURE----- 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 |