Difference between revisions of "Quartz64 Installing Arch Linux ARM"

Jump to navigation Jump to search
m (→‎Installing The Root File System: sudo su instead of sudo -i)
Line 71: Line 71:
== Installing The Root File System ==
== Installing The Root File System ==


{{note|Don't prefix the bsdtar command with <code>sudo</code>, run it from an interactive root shell as done here with <code>sudo su</code>. At least the ALARM instructions claim this matters}}
{{note|Don't prefix the bsdtar command with <code>sudo</code>, run it from an interactive root shell as done here with <code>sudo -i</code>. At least the ALARM instructions claim this matters, it might not}}


  $ sudo su
  $ sudo -i
  # mount /dev/sdb5 /mnt/alarm-root
  # mount /dev/sdb5 /mnt/alarm-root
  # mkdir /mnt/alarm-root/boot
  # mkdir /mnt/alarm-root/boot