Skip to content

Commit d4fc55f

Browse files
committedDec 17, 2022
Fixes in docs
1 parent a06e010 commit d4fc55f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎docs.html

+4
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ <h4 style="color:lightgreen;">Formating</h4>
7171
<code>$ mkfs -t vfat /dev/sdb1<br>
7272
$ mkfs -t ext4 /dev/sdb2<br>
7373
$ e2label /dev/sdb2 drunk</code><br><br>
74+
<h4 style="color:lightgreen;">Mounting</h4>
75+
<code>$ mount /dev/sdb2 /mnt<br>
76+
$ mkdir -vp /mnt/boot<br>
77+
$ mount /dev/sdb1 /mnt/boot</code><br><br>
7478
<h4 style="color:lightgreen;">bottle-strap</h4>
7579
<code>
7680
$ cd /<br>

0 commit comments

Comments
 (0)
Please sign in to comment.