ReferencePlatforms/Test/FedoraLinux64: Difference between revisions

Jump to navigation Jump to search
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
* [http://hg.mozilla.org/build/puppet-manifests/rev/8dcb160501ae 8dcb160501ae]
  vi /etc/sysconfig/network
* This should be the equivalent of the puppet change:
  /bin/rpm -i --oldpackage http://production-puppet.build.mozilla.org/talos/linux/RPMS/${hardwaremodel}/mercurial-1.5.1-1.fc12.${hardwaremodel}.rpm


== xorg.conf change for 1600x1200 resolution ==
Fedora is no longer covered by puppet. Run the script that performs the same steps:
http://hg.mozilla.org/build/puppet-manifests/rev/6bfd8419ce06


== simplejson ==
https://hg.mozilla.org/build/braindump/file/a6eee2f099b0/linux-related/fedora_setup_no_puppet.sh
Install simplejson against python 2.5.4 (~/bin/python):


scp dev-stage01.build.mozilla.org:/pub/mozilla.org/mozilla/libraries/linux/simplejson-3.3.0.tar.gz .
There are some basic params at the top of the script that need to be set prior to running the script.
tar zxf simplejson-3.3.0.tar.gz
cd simplejson-3.3.0
python setup.py install
python -c "import simplejson"
canmove, Confirmed users
2,850

edits

Navigation menu