We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06e010 commit d4fc55fCopy full SHA for d4fc55f
docs.html
@@ -71,6 +71,10 @@ <h4 style="color:lightgreen;">Formating</h4>
71
<code>$ mkfs -t vfat /dev/sdb1<br>
72
$ mkfs -t ext4 /dev/sdb2<br>
73
$ 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>
78
<h4 style="color:lightgreen;">bottle-strap</h4>
79
<code>
80
$ cd /<br>
0 commit comments