Name | Modified | Size | Downloads / Week |
---|---|---|---|
Rel_0.99 | 2014-07-28 | ||
Rel_0.98 | 2013-10-24 | ||
Rel_0.97 | 2013-08-25 | ||
Rel_0.96 | 2012-10-21 | ||
Rel_0.95 | 2012-09-26 | ||
ramone-0.99-i686-gnome.iso | 2014-07-28 | 756.9 MB | |
readme | 2013-10-25 | 1.0 kB | |
Totals: 7 Items | 756.9 MB | 1 |
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