User Tools

Site Tools


docs:man:installing_pld_linux_based_on_rescue_cd

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
docs:man:installing_pld_linux_based_on_rescue_cd [2008-11-09 13:17]
grizz bootloader
docs:man:installing_pld_linux_based_on_rescue_cd [2019-01-21 18:51]
arekm [Requirements]
Line 9: Line 9:
  
 ===== Requirements ===== ===== Requirements =====
-Download RescueCD from : [[http://rescuecd.pld-linux.org/​|http://​rescuecd.pld-linux.org/​]] You need at least a i486 machine with 40MB RAM to run PLD RescueCD. ​+Download RescueCD from : [[docs:rescuecd]] You need at least a i486 machine with 40MB RAM to run PLD RescueCD. ​
  
  
Line 70: Line 70:
  
  
-<​file>#​ poldek --root /pld+<​file>​# rpm --root /pld --initdb 
 +# poldek --root /pld
  
-poldek> install setup FHS dev pwdutils chkconfig dhcpcd poldek vim geninitrd \ +poldek> install setup FHS udev pwdutils chkconfig dhcpcd poldek vim geninitrd \ 
-modutils ​cpio lilo mount login mingetty+kmod cpio lilo
 </​file>​ </​file>​
 \\ :!: Write something more here :!:  \\ :!: Write something more here :!: 
Line 79: Line 80:
  
  
-===== Prepare to install kernel ​=====+===== Kernel installation ===== 
 + 
 + 
 +==== Prepare to install kernel ====
  
  
-<​file>#​ mount /proc /pldroot/proc -o bind+<​file>#​ mount -o bind /proc /pld/proc 
 +# mount -o bind /sys /pld/sys 
 +# mount -o bind /dev /pld/dev
 </​file>​ </​file>​
-Configure **/​etc/​fstab** ex.: +Configure **/pld/​etc/​fstab** ex.: 
  
 <​file>/​dev/​sda1 swap swap defaults 0 0 <​file>/​dev/​sda1 swap swap defaults 0 0
Line 93: Line 99:
  
  
-===== Kernel installation ​=====+==== Kernel installation ====
  
  
Line 104: Line 110:
  
 ==== lilo ==== ==== lilo ====
-Edit **/​etc/​lilo.conf** ​+Edit **/pld/​etc/​lilo.conf** ​
  
 <​file>​boot=/​dev/​sda <​file>​boot=/​dev/​sda
Line 124: Line 130:
  
 ==== grub ==== ==== grub ====
-Edit **/​boot/​grub/​menu.lst** ​+Edit **/pld/​boot/​grub/​menu.lst** ​
  
  
Line 135: Line 141:
 initrd /​boot/​initrd initrd /​boot/​initrd
 </​file>​ </​file>​
-And execute ​ +And execute ​
  
 <​file>#​ chroot /pld /sbin/grub <​file>#​ chroot /pld /sbin/grub
Line 148: Line 154:
  
 ==== Advanced configuration ==== ==== Advanced configuration ====
-Advanced lilo and grub configuration is described here: [[:​Docs:​man:​Bootloader|../​Bootloader]] ​}}} +Advanced lilo and grub configuration is described here: [[:​Docs:​man:​Bootloader|../​Bootloader]] ​ 
 + 
  
 ===== udev ===== ===== udev =====
docs/man/installing_pld_linux_based_on_rescue_cd.txt · Last modified: 2019-01-21 20:21 by arekm