mirror of
https://github.com/System-End/riceathon.git
synced 2026-04-19 16:28:27 +00:00
Tell prettier to ignore this markdown table, they're eaiser to read in source when aligned.
This commit is contained in:
parent
b6ac22033f
commit
490bec97e5
1 changed files with 4 additions and 3 deletions
|
|
@ -131,11 +131,12 @@ Created a new partition 2 of type 'Linux filesystem' and of size 475.9 GiB.
|
||||||
Command (m for help): w
|
Command (m for help): w
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<!-- prettier-ignore -->
|
||||||
Our resulting partition table:
|
Our resulting partition table:
|
||||||
| Mount point on the installed system | Partition | Partition type |
|
| Mount point on the installed system | Partition | Partition type |
|
||||||
| :---------------------------------: | :------------: | :-------------------: |
|
| :---------------------------------: | :------------: | :-------------------: |
|
||||||
| /boot | /dev/nvme0n1p1 | EFI system partition |
|
| /boot | /dev/nvme0n1p1 | EFI system partition |
|
||||||
| / | /dev/nvme0n1p2 | Linux x86-64 root (/) |
|
| / | /dev/nvme0n1p2 | Linux x86-64 root (/) |
|
||||||
|
|
||||||
3. Now, we need to add filesystems:
|
3. Now, we need to add filesystems:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue