swap
This commit is contained in:
parent
6057a28908
commit
d00dc06207
1 changed files with 3 additions and 1 deletions
|
@ -62,7 +62,9 @@ Partitions
|
||||||
|
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
mkswap --label swap /dev/md0p2
|
mkswap --label swap \
|
||||||
|
-U d8ee4260-4652-7192-7bb3-ebbadeb835a7 \
|
||||||
|
/dev/md0p2
|
||||||
mkfs.ext4 -L data \
|
mkfs.ext4 -L data \
|
||||||
-U 46527192-7bb3-ebba-deb8-35a7e8606808 \
|
-U 46527192-7bb3-ebba-deb8-35a7e8606808 \
|
||||||
/dev/md0p1
|
/dev/md0p1
|
||||||
|
|
Loading…
Reference in a new issue