Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
384392728e67a966feb81cda7b395781d5987f05d65ecc0989487da1db220634-primary.sqlite.bz2 | 2013-09-12 | 190.5 kB | |
d0dc94acdf8c8033e1405de8f07a0535e9ac73698318438fa902d2451b9b446c-ramone-1-comps.xml | 2013-09-12 | 2.0 MB | |
d52b627d225fffe45f6dfca90e2596149e233305e1c9f17a25eb10fa1bbd55f5-ramone-1-comps.xml.gz | 2013-09-12 | 437.7 kB | |
repomd.xml | 2013-09-12 | 3.7 kB | |
55b778ff2555370468a9cc88cd779d6a75100623178553dbbbe33e5f5f1c913a-filelists.sqlite.bz2 | 2013-09-12 | 65.5 kB | |
fd789e45cd8e6fada94aa10fa46d5765da840a06f79a0fdac9d67fdc88b11a3b-other.sqlite.bz2 | 2013-09-12 | 72.2 kB | |
4e9320f143b1afec8d51ac7b77b4b774370b3fe1b13d0746379b374b7dd67167-primary.xml.gz | 2013-09-12 | 152.4 kB | |
8e8604f87c8f2cd165dc86511a99527ffb545af8f11bd7997cc464f1bcb7fb73-filelists.xml.gz | 2013-09-12 | 50.7 kB | |
21762d2cc2fe7b8e78bea965950de7788858b88bbc19df70000dad12949697dc-other.xml.gz | 2013-09-12 | 54.4 kB | |
Totals: 9 Items | 3.0 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