Man in a van wrote: > I think I saw mention of someone, somewhere, doing that. > > Apparently one has to download a basic image and then run the manual > install. > > I have a rpi2 but don't have the knowledge, as I tried reading the > instructions and got lost with something about aur (I think). > > Your a bright lad,:) tell me how to do it :p > > atb > > Ronnie
Ronnie, In the absence of a RPI2 SOA installer image, you would need to follow these installation instructions first: http://archlinuxarm.org/platforms/armv7/broadcom/raspberry-pi-2 Then these: https://github.com/SqueezeOnArch/soa-aur The bit you got lost on was step 3. You do that with these commands as root: Code: -------------------- useradd -r -m -d /aur -G wheel -c 'Soa Aur' -s /bin/false aur sed -i -e "/%wheel ALL=(ALL) NOPASSWD: ALL/c %wheel ALL=(ALL) NOPASSWD: ALL" /etc/sudoers -------------------- This is a common step done in all Triode's installer images. (The first line adds a special user to the system as a member of the "wheel" group and the second line allows all members of the wheel group to use the "sudo" command without a password.) Actually, I think creating a SOA installer image for the RPI2 should be straightforward for anyone with some Linux know-how. ------------------------------------------------------------------------ Krisbee's Profile: http://forums.slimdevices.com/member.php?userid=59080 View this thread: http://forums.slimdevices.com/showthread.php?t=101624 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
