[PLDWWW] page changed: docs:man:installing_pld_linux_based_on_rescue_cd
"Arkadiusz Miśkiewicz (arekm)"
arekm at pld-linux.org
Mon Jan 21 19:19:09 CET 2019
[Filesystem]
--- https://www.pld-linux.org/docs/man/installing_pld_linux_based_on_rescue_cd?rev=1548094158
+++ https://www.pld-linux.org/docs/man/installing_pld_linux_based_on_rescue_cd?rev=1548094749
@@ -16,25 +16,22 @@
===== Filesystem =====
- Initiate swap space
-
+ Initiate swap space:
<file># mkswap /dev/sda1
</file>
- Make filesystem (ex. ext3)
- <file># mkfs.ext3 /dev/sda2
+ Make filesystem (ex. ext4):
+ <file># mkfs.ext4 /dev/sda2
</file>
- We need to create mountpoint, and mounnt partition into it.
+ We need to create mountpoint and mount partition into it:
<file># mkdir /pld
- # mount /dev/hda2 /pld
+ # mount /dev/sda2 /pld
</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 =====
''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:
<file>DEVICE=eth0
Diff URL:
https://www.pld-linux.org/docs/man/installing_pld_linux_based_on_rescue_cd?do=diff&r1=1548094158&r2=1548094749
--
This mail was generated by DokuWiki at
https://www.pld-linux.org/
More information about the pld-cvs-commit
mailing list