Skip to content

Commit

Permalink
Update install-on-macbook-with-opencore-parallel.md
Browse files Browse the repository at this point in the history
Исправление опечатки
  • Loading branch information
iDevPro committed Mar 17, 2024
1 parent 77714c2 commit 6125a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/system/install-on-macbook-with-opencore-parallel.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dd if=/dev/zero of=/swapfile bs=1M count=4096
chmod 600 /swapfile
mkswap /swapfile

echo "/swapfile nonw swap defaults 0 0" >> /etc/fstab # важно >>
echo "/swapfile none swap defaults 0 0" >> /etc/fstab # важно >>
cat /etc/fstab # смотрим что строка с /swapfile появилась в конце файла

reboot
Expand All @@ -94,7 +94,7 @@ btrfs filesystem mkswapfile --size 4g --uuid clear /swap/swapfile

swapon /swap/swapfile

echo "/swapfile nonw swap defaults 0 0" >> /etc/fstab # важно >>
echo "/swapfile none swap defaults 0 0" >> /etc/fstab # важно >>
cat /etc/fstab # смотрим что строка с /swapfile появилась в конце файла

reboot
Expand Down

0 comments on commit 6125a99

Please sign in to comment.