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 Both sides next revision
docs:man:installing_pld_linux_based_on_rescue_cd [2019-01-21 19:09]
arekm [Requirements]
docs:man:installing_pld_linux_based_on_rescue_cd [2019-01-21 19:19]
arekm [Filesystem]
Line 18: Line 18:
  
 ===== Filesystem ===== ===== Filesystem =====
-Initiate swap space  +Initiate swap space:
 <​file>#​ mkswap /dev/sda1 <​file>#​ mkswap /dev/sda1
 </​file>​ </​file>​
-Make filesystem (ex. ext3)  
  
-<​file>#​ mkfs.ext3 /dev/sda2+Make filesystem (ex. ext4):  
 +<​file>#​ mkfs.ext4 /dev/sda2
 </​file>​ </​file>​
-We need to create mountpoint, and mounnt partition into it.  
  
 +We need to create mountpoint and mount partition into it:
 <​file>#​ mkdir /pld <​file>#​ mkdir /pld
-# mount /dev/hda2 /pld+# mount /dev/sda2 /pld
 </​file>​ </​file>​
-If We want to use more partitions (ex. /boot), We need to mount it too.  
- 
- 
  
 +If more partitions are going to be used (like you want to have separate /boot or /home) then these need to be mounted now, too.
 ===== Network configuration ===== ===== Network configuration =====
 ''​RescueCd''​ should configure (using DHCP) our network automatically during a boot process. If DHCP is not present, We need to do it manually. Let's assume We want to set IP to 192.168.0.2. **/​etc/​sysconfig/​interfaces/​ifcfg-eth0** should looks like:  ''​RescueCd''​ should configure (using DHCP) our network automatically during a boot process. If DHCP is not present, We need to do it manually. Let's assume We want to set IP to 192.168.0.2. **/​etc/​sysconfig/​interfaces/​ifcfg-eth0** should looks like: 
docs/man/installing_pld_linux_based_on_rescue_cd.txt · Last modified: 2019-01-21 20:21 by arekm