RHEL5 Minimal Installationssh keys + RHEL5Red Hat server minimal installsudoers file RHEL5RHEL5: Forbid...

Can I criticise the more senior developers around me for not writing clean code?

Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?

Why does Mind Blank stop the Feeblemind spell?

Function pointer with named arguments?

How can I practically buy stocks?

Why do distances seem to matter in the Foundation world?

Philosophical question on logistic regression: why isn't the optimal threshold value trained?

Pulling the rope with one hand is as heavy as with two hands?

How to fry ground beef so it is well-browned

How could Tony Stark make this in Endgame?

How to denote matrix elements succinctly?

Like totally amazing interchangeable sister outfits II: The Revenge

Map of water taps to fill bottles

How to limit Drive Letters Windows assigns to new removable USB drives

Is there any official lore on the Far Realm?

Can an Area of Effect spell cast outside a Prismatic Wall extend inside it?

What happens to Mjolnir (Thor's hammer) at the end of Endgame?

Pre-plastic human skin alternative

Checks user level and limit the data before saving it to mongoDB

How do I reattach a shelf to the wall when it ripped out of the wall?

How to write a column outside the braces in a matrix?

Rivers without rain

What is causing the white spot to appear in some of my pictures

Critique of timeline aesthetic



RHEL5 Minimal Installation


ssh keys + RHEL5Red Hat server minimal installsudoers file RHEL5RHEL5: Forbid installation of i386 packages on 64-bit systems?VMware RHEL5 guest OS cached memory releaseMinimal installation of OpenSolaris (or alternative)?Connecting to a Yum Repo on RHEL5Odd behaviour of gettimeofday on RHEL5 serverRHEL5 Run script on Server's first bootRHEL5: htop shows empty command-column






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







2















I've got my server hosted at theplanet, and I'm trying to get them to do a minimal install of RHEL5 (64bit). Here's what anaconda-ks.cfg shows:



install
url --url http://192.168.0.2/RHES5-x86_64
key --skip
lang en_US.UTF-8
.
.
.
selinux --enforcing
timezone --utc America/Chicago
bootloader --location=mbr --driveorder=sda,sdb
# The following is the partition information you requested
# Note that any partitions you deleted are not expressed
# here so unless you clear all partitions first, this is
# not guaranteed to work
#clearpart --linux --drives=sda
#part /boot --fstype ext3 --onpart sda1
#part / --fstype ext3 --onpart sda2
#part /data --fstype ext3 --onpart sda5
#part swap --onpart sda3

%packages
@core


Now, I would guess this would install a minimal number of packages. However, rpm -qa | wc -l gives a total of 614 packages installed. Going through the install.log, I see packages related to sound, dvd rw, bluetooth, printing, XOrg packages, etc. Reading online a bit, I'm seeing that a minimal install should be more like 250-280 packages.



Any thoughts on how to strip this down further?



Thanks!










share|improve this question































    2















    I've got my server hosted at theplanet, and I'm trying to get them to do a minimal install of RHEL5 (64bit). Here's what anaconda-ks.cfg shows:



    install
    url --url http://192.168.0.2/RHES5-x86_64
    key --skip
    lang en_US.UTF-8
    .
    .
    .
    selinux --enforcing
    timezone --utc America/Chicago
    bootloader --location=mbr --driveorder=sda,sdb
    # The following is the partition information you requested
    # Note that any partitions you deleted are not expressed
    # here so unless you clear all partitions first, this is
    # not guaranteed to work
    #clearpart --linux --drives=sda
    #part /boot --fstype ext3 --onpart sda1
    #part / --fstype ext3 --onpart sda2
    #part /data --fstype ext3 --onpart sda5
    #part swap --onpart sda3

    %packages
    @core


    Now, I would guess this would install a minimal number of packages. However, rpm -qa | wc -l gives a total of 614 packages installed. Going through the install.log, I see packages related to sound, dvd rw, bluetooth, printing, XOrg packages, etc. Reading online a bit, I'm seeing that a minimal install should be more like 250-280 packages.



    Any thoughts on how to strip this down further?



    Thanks!










    share|improve this question



























      2












      2








      2


      2






      I've got my server hosted at theplanet, and I'm trying to get them to do a minimal install of RHEL5 (64bit). Here's what anaconda-ks.cfg shows:



      install
      url --url http://192.168.0.2/RHES5-x86_64
      key --skip
      lang en_US.UTF-8
      .
      .
      .
      selinux --enforcing
      timezone --utc America/Chicago
      bootloader --location=mbr --driveorder=sda,sdb
      # The following is the partition information you requested
      # Note that any partitions you deleted are not expressed
      # here so unless you clear all partitions first, this is
      # not guaranteed to work
      #clearpart --linux --drives=sda
      #part /boot --fstype ext3 --onpart sda1
      #part / --fstype ext3 --onpart sda2
      #part /data --fstype ext3 --onpart sda5
      #part swap --onpart sda3

      %packages
      @core


      Now, I would guess this would install a minimal number of packages. However, rpm -qa | wc -l gives a total of 614 packages installed. Going through the install.log, I see packages related to sound, dvd rw, bluetooth, printing, XOrg packages, etc. Reading online a bit, I'm seeing that a minimal install should be more like 250-280 packages.



      Any thoughts on how to strip this down further?



      Thanks!










      share|improve this question
















      I've got my server hosted at theplanet, and I'm trying to get them to do a minimal install of RHEL5 (64bit). Here's what anaconda-ks.cfg shows:



      install
      url --url http://192.168.0.2/RHES5-x86_64
      key --skip
      lang en_US.UTF-8
      .
      .
      .
      selinux --enforcing
      timezone --utc America/Chicago
      bootloader --location=mbr --driveorder=sda,sdb
      # The following is the partition information you requested
      # Note that any partitions you deleted are not expressed
      # here so unless you clear all partitions first, this is
      # not guaranteed to work
      #clearpart --linux --drives=sda
      #part /boot --fstype ext3 --onpart sda1
      #part / --fstype ext3 --onpart sda2
      #part /data --fstype ext3 --onpart sda5
      #part swap --onpart sda3

      %packages
      @core


      Now, I would guess this would install a minimal number of packages. However, rpm -qa | wc -l gives a total of 614 packages installed. Going through the install.log, I see packages related to sound, dvd rw, bluetooth, printing, XOrg packages, etc. Reading online a bit, I'm seeing that a minimal install should be more like 250-280 packages.



      Any thoughts on how to strip this down further?



      Thanks!







      redhat installation rhel5






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 4 mins ago









      Michael Hampton

      176k27321651




      176k27321651










      asked Oct 9 '09 at 9:03









      NeilNeil

      71115




      71115






















          1 Answer
          1






          active

          oldest

          votes


















          3














          You need to add --nobase to your %packages stanza, like this:



          %packages --nobase


          That'll mean you really need to know what you are doing though, as only the absolute minimum of packages will be installed. You need @core if you do this, and probably some more packages too. If you add --nodocs (or --nodoc, I'm not sure), you'll even skip installing the %doc section of individual RPM's, saving even more space.






          share|improve this answer
























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "2"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f72860%2frhel5-minimal-installation%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            3














            You need to add --nobase to your %packages stanza, like this:



            %packages --nobase


            That'll mean you really need to know what you are doing though, as only the absolute minimum of packages will be installed. You need @core if you do this, and probably some more packages too. If you add --nodocs (or --nodoc, I'm not sure), you'll even skip installing the %doc section of individual RPM's, saving even more space.






            share|improve this answer




























              3














              You need to add --nobase to your %packages stanza, like this:



              %packages --nobase


              That'll mean you really need to know what you are doing though, as only the absolute minimum of packages will be installed. You need @core if you do this, and probably some more packages too. If you add --nodocs (or --nodoc, I'm not sure), you'll even skip installing the %doc section of individual RPM's, saving even more space.






              share|improve this answer


























                3












                3








                3







                You need to add --nobase to your %packages stanza, like this:



                %packages --nobase


                That'll mean you really need to know what you are doing though, as only the absolute minimum of packages will be installed. You need @core if you do this, and probably some more packages too. If you add --nodocs (or --nodoc, I'm not sure), you'll even skip installing the %doc section of individual RPM's, saving even more space.






                share|improve this answer













                You need to add --nobase to your %packages stanza, like this:



                %packages --nobase


                That'll mean you really need to know what you are doing though, as only the absolute minimum of packages will be installed. You need @core if you do this, and probably some more packages too. If you add --nodocs (or --nodoc, I'm not sure), you'll even skip installing the %doc section of individual RPM's, saving even more space.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Oct 9 '09 at 9:22









                wzzrdwzzrd

                9,20322643




                9,20322643






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Server Fault!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f72860%2frhel5-minimal-installation%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    As a Security Precaution, the user account has been locked The Next CEO of Stack OverflowMS...

                    Українські прізвища Зміст Історичні відомості |...

                    Список ссавців Італії Природоохоронні статуси | Список |...