Line 45: |
Line 45: |
| </pre> | | </pre> |
| * enable ssh for access from Putty or other SSH client | | * enable ssh for access from Putty or other SSH client |
− | - For easier copy/paste of the next few commands...This is also temporary, the hosts.allow file is templated and will be overwritten soon | + | - enabling ssh now is not really needed, there isn't a long command to copy and paste anymore, so skip this if you like...This is also temporary, the hosts.allow file is templated and will be overwritten soon |
| <pre> | | <pre> |
| echo "ALL:ALL" >> /etc/hosts.allow | | echo "ALL:ALL" >> /etc/hosts.allow |
Line 55: |
Line 55: |
| wget -O /etc/yum.repos.d/sme9.repo http://bugs.contribs.org/attachment.cgi?id=3682 | | wget -O /etc/yum.repos.d/sme9.repo http://bugs.contribs.org/attachment.cgi?id=3682 |
| </pre> | | </pre> |
− | * Yum install the e-smith and smeserver packages | + | * Yum upgrade to the latest the e-smith and smeserver packages |
− | - Bug [[bugzilla:7350]] is fixed with e-smith-base-5.4.0-10 so now the command is just: | + | - All the e-smith and smeserver packages needed are installed by the CD now, and bug [[bugzilla:7350]] is fixed with e-smith-base-5.4.0-10 so now the command is just: |
| <pre style="white-space:normal;"> | | <pre style="white-space:normal;"> |
− | yum install smeserve\* e-smit\* --nogpg | + | yum --disablerepo=base,updates,extras upgrade --nogpg |
− | </pre>
| |
− | (todo: fix the repo file and instructions to not have to add --nogpg)
| |
− | | |
− | * Yum upgrade to see if there are other updates available
| |
− | - currently this does nothing, no other rpms are updated
| |
− | <pre>
| |
− | yum upgrade
| |
| </pre> | | </pre> |
| * Save another snapshot | | * Save another snapshot |