diff options
-rw-r--r-- | content/articles/arch-installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/articles/arch-installation.md b/content/articles/arch-installation.md index 0c2ceb6..beb12d4 100644 --- a/content/articles/arch-installation.md +++ b/content/articles/arch-installation.md @@ -110,7 +110,7 @@ the path `/mnt`. ``` mount /dev/mapper/root /mnt -mount --mkdir /dev/vda1 /mnt/boot +mount --options fmask=7137,dmask=7027 --mkdir /dev/vda1 /mnt/boot ``` The software `reflector` is executed to find appropriate Arch Linux package |