Home / Rel_0.98 / releases / x86_64 / repodata
Name Modified Size InfoDownloads / Week
Parent folder
1b4379888418dc8daa55e07864b558fe2f0540703f6122d9496235f710686416-primary.sqlite.bz2 2013-10-29 696.4 kB
d0dc94acdf8c8033e1405de8f07a0535e9ac73698318438fa902d2451b9b446c-ramone-1-comps.xml 2013-10-29 2.0 MB
d52b627d225fffe45f6dfca90e2596149e233305e1c9f17a25eb10fa1bbd55f5-ramone-1-comps.xml.gz 2013-10-29 437.7 kB
repomd.xml 2013-10-29 3.7 kB
0a3e4de801012f18dda734285f8c3ad7fb5edd3ab3dd4e2e8ea5439f2ce0195a-filelists.sqlite.bz2 2013-10-29 1.5 MB
0006a87bb1cd15c3e1e46488f9feffbdd834e013565c71c838bf96d79570644e-other.sqlite.bz2 2013-10-29 81.4 kB
b46fb21a5923cf036ebacce028d94c93fdbd9307ddfb5c6ccdcb67f60f07dca3-primary.xml.gz 2013-10-29 315.5 kB
bd21805e48324067acd503e2502be5b556bd8f1e33510c0c4034723548c44b2e-other.xml.gz 2013-10-29 62.0 kB
d16adc660af461c83809c18842c4333771d0fae6474b16986f9246fef69cb528-filelists.xml.gz 2013-10-29 1.2 MB
Totals: 9 Items   6.2 MB 0
  Installation Guide

1 Download a LiveCD ISO image.
2 Boot from the LiveCD.
3 Open a terminal.
4 Login as root user:
  $ su -
  The root password is "ramone".
5 Creating the root partition:
  # cfdisk /dev/sda
6 Install system to the root partition:
  If you want to install system on sda1 partition for example, run
  # ram-livecd-to-disk /dev/sda1
  If you don't want to install GRUB, run with --no-grub-install.
  # ram-livecd-to-disk /dev/sda1 --no-grub-install
7 Reboot the system.
8 Post installation:
  8.1 Add a user
  # useradd test
  # passwd test
  # mkdir /home/test
  # chown -R test:test /home/test
  8.2 Add the user to the sudoers file
  # visudo
  8.3 Add a swap partition
  Set up a swap area:
  $ sudo mkswap /dev/sda3
  Add it in /etc/fstab:
  /dev/sda3      swap         swap     pri=1               0     0
  8.4 Replace localtime
  $ sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
  8.5 Update the system
  $ sudo yum makecache
  $ sudo yum update
  8.6 Install some packages
  $ sudo yum install gcc
Source: readme, updated 2013-10-25