Difference between revisions of "Quartz64 Installing Arch Linux ARM"

Jump to navigation Jump to search
m
(found the key after all.)
Line 13: Line 13:
== Fetching The Root File System Tarball ==
== Fetching The Root File System Tarball ==


Fetch the root filesystem tarball over HTTPS from the de3 mirror, the autoselect mirror is broken and will sometimes feed you mirrors with broken HTTPS, and you can't get the GPG keys to verify the tarball anywhere.
Fetch the root filesystem tarball over HTTPS from the de3 mirror, the autoselect mirror is broken and will sometimes feed you mirrors with broken HTTPS.


  $ wget -N https://de3.mirror.archlinuxarm.org/os/ArchLinuxARM-aarch64-latest.tar.gz{,.md5}
  $ wget -N https://de3.mirror.archlinuxarm.org/os/ArchLinuxARM-aarch64-latest.tar.gz{,.sig}


Verify that the file survived the transfer (i.e. the connection didn't get interrupted prematurely). This provides no security against maliciously modified tarballs, just aborted transfers:
Fetch the gpg keys:


  $ md5sum -c ArchLinuxARM-aarch64-latest.tar.gz.md5
  $ curl 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x68b3537f39a313b3e574d06777193f152bdbe6a6' | gpg --import=-
 
Verify the tarball's authenticity
 
$ gpg --verify ArchLinuxARM-aarch64-latest.tar.gz.sig


== Installing The Root File System ==
== Installing The Root File System ==