ReferencePlatforms/Test/FedoraLinux64: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This reference page is pretty much as [[ReferencePlatforms/Test/FedoraLinux|Fedora 32bit's page]] but it differs in the post puppet packages which will be listed here:
This reference page is pretty much as [[ReferencePlatforms/Test/FedoraLinux|Fedora 32bit's page]] but it differs in the post puppet packages which will be listed here:


= Post-puppet packages =
= Post-imaging steps =
Since the deployment of Puppet, future changes to the ref platform are management by it. Because of this, providing _exact_ installation instructions can be tricky. All of the packages listed below are installed on the ref platform and some installation guidelines are provided. Looking at [http://hg.mozilla.org/build/puppet-manifests/file/tip/os/talos_fedora.pp the fedora talos puppet-manifests repository] may help if you are having trouble.
Set hostname:
hostname


== Mercurial ==
Change hostname in /etc/sysconfig/network
* This should be the equivalent of the puppet change:
vi /etc/sysconfig/network
/bin/rpm -i --oldpackage http://production-puppet.build.mozilla.org/talos/linux/RPMS/${hardwaremodel}/mercurial-1.5.1-1.fc12.${hardwaremodel}.rpm
 
Fedora64 is no longer covered by puppet. Run the script that performs the same steps:
 
https://hg.mozilla.org/build/braindump/file/a6eee2f099b0/linux-related/fedora_setup_no_puppet.sh
 
There are some basic params at the top of the script that need to be set prior to running the script.

Latest revision as of 17:06, 6 September 2013

This reference page is pretty much as Fedora 32bit's page but it differs in the post puppet packages which will be listed here:

Post-imaging steps

Set hostname:

hostname 

Change hostname in /etc/sysconfig/network

vi /etc/sysconfig/network

Fedora64 is no longer covered by puppet. Run the script that performs the same steps:

https://hg.mozilla.org/build/braindump/file/a6eee2f099b0/linux-related/fedora_setup_no_puppet.sh

There are some basic params at the top of the script that need to be set prior to running the script.