Site Tools


fedora

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
fedora [2011/08/09 22:34] e-ndyfedora [2011/08/31 18:04] – [Fedora Installation Procedure] Minor fixes tequila
Line 1: Line 1:
 +DRAFT
 +
 +====== Fedora Installation Procedure ======
 +
 +
 as **root** on your work pc|laptop: as **root** on your work pc|laptop:
  
Line 4: Line 9:
   cd $_   cd $_
   mkdir root   mkdir root
-  mount -t xxxfs /dev/sdxN root+  # make filesystem 
 +  mkfs.ext4 -b 4096 -E stripe-width=16 -O ^has_journal /dev/sdXN 
 +  mount -t ext4 /dev/sdxN root
   wget http://fedora.roving-it.com/rootfs-f14-alpha1.tar.bz2   wget http://fedora.roving-it.com/rootfs-f14-alpha1.tar.bz2
   tar xvf rootfs-f14-alpha1.tar.bz2 --numeric-owner -C root   tar xvf rootfs-f14-alpha1.tar.bz2 --numeric-owner -C root
Line 18: Line 25:
   wget http://repo.kastnerove.cz/aboot-2.6.38.3-ac100-marvin24+.img   wget http://repo.kastnerove.cz/aboot-2.6.38.3-ac100-marvin24+.img
      
-  # if neccessary modify it using abootimg (image is used for sdX1 = root and sdX2 = swap) and then..+  # if necessary modify it using abootimg (image is used for sdX1 = root and sdX2 = swap) and then..
   nvflash -r --download 6 aboot-2.6.38.3-ac100-marvin24+.img   nvflash -r --download 6 aboot-2.6.38.3-ac100-marvin24+.img
  
Line 25: Line 32:
 boot ac100 boot ac100
  
-login as root (password is 'fedroaarm')+login as **root** (password is '//fedroaarm//')
  
 append additional repos to koji-latest repo (koji repo has only 2 groups for building) append additional repos to koji-latest repo (koji repo has only 2 groups for building)
  
   cat << EOF >> /etc/yum.repos.d/fedora-koji-f14.repo   cat << EOF >> /etc/yum.repos.d/fedora-koji-f14.repo
-  [branched-20110805+  [branched-20110831
-  name=branched-20110805 +  name=branched-20110831 
-  baseurl=http://arm.koji.fedoraproject.org/mash/branched-20110805/14/arm/os/+  baseurl=http://arm.koji.fedoraproject.org/mash/branched-20110831/14/arm/os/
   enabled=1   enabled=1
   gpgcheck=0   gpgcheck=0
Line 38: Line 45:
   [tegra-rpms]   [tegra-rpms]
   name=tegra-rpms   name=tegra-rpms
-  baseurl=http://repo.kastnerove.cz/rpm/$basearch/f$releasever/RPMS/+  baseurl=http://repo.kastnerove.cz/rpm/arm/f$releasever/RPMS/
   enabled=1   enabled=1
   gpgcheck=0   gpgcheck=0
fedora.txt · Last modified: 2012/02/17 23:58 by armelf