Skip to content

Used to update most Mac devices dual booting Arch Linux via rEFInd and using "yaourt"

License

Notifications You must be signed in to change notification settings

amhyder/ArchMacrEFIndUpdater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

ArchMacrEFIndUpdater

To be used with most Mac devices dual booting Arch Linux via rEFInd and using "yaourt" as their AUR package manager.

Whats Going On

This script mounts the rEFInd partition to /mnt, updates all packages via pacman, updates all packages via yaourt, and finally checks to make sure your initramfs and kernel match previous to the update, if not, it will copy over the new initramfs and kernel if a mismatch is detected.

Update Commands Used

  • sudo pacman -Suy
  • yaourt -Suya

Prerequisites

  • rEFInd must be installed and located at /dev/sda1 on your machine.
  • You must be running Arch Linux, this will not work with other distros.
  • You must have yaourt installed.

Instructions

    1. Make sure your rEFInd partition is /dev/sda1 and have nothing mounted in /mnt/
    1. Run the update.sh script
    1. If needed, reboot after the script has completed.

About

Used to update most Mac devices dual booting Arch Linux via rEFInd and using "yaourt"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages