RE: Minimum Required RPM Packages for Running Fedora

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>Cause first I need to know what are those essential packages! after
>that, as you and other guys said I can use kickstart to picking up
>them.

I use this in rhel 5 right before I list the extra packages I want
such as tar/openssh etc...

%pre
#!/bin/bash
yum groupinfo base | perl -we 'my $in_mand = 0;
while (<>) { $in_mand =0 if /\s+default packages/i;
print if $in_mand;
$in_mand = 1 if /\s+mandatory packages/i;
 }' > /tmp/package_base_mandatory
%end
 
%packages --nobase
@ Core
%include /tmp/package_base_mandatory
dhclient
irqbalance
logwatch
mailx
microcode_ctl
net-snmp
net-snmp-utils
net-snmp-devel
nfs-utils
ntp
openssh-clients
openssh-server
postfix
readahead
screen
tar
vim-common
vim-enhanced
yum
yum-priorities
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux