Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenMian committed Dec 31, 2024
1 parent c3a248e commit 2a281d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/操作系统/Linux/Arch/Arch_安装.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,10 @@ bootloader 分区大小通常为 128/256/512.
```console
# mount /dev/root_partition /mnt
# mkdir /mnt/boot
# mount /dev/efi_system_partition /mnt/boot
# mount --mkdir /dev/efi_system_partition /mnt/boot
# lsblk
```

<!-- TODO: mount --mkdir /dev/efi_system_partition /mnt/boot -->

如果有 swap 分区, 还需执行下面命令:

```console
Expand Down

0 comments on commit 2a281d6

Please sign in to comment.