Search Criteria
Package Details: archlinuxarm-installer 1.0-1
Git Clone URL: | https://aur.archlinux.org/archlinuxarm-installer.git (read-only, click to copy) |
---|---|
Package Base: | archlinuxarm-installer |
Description: | Universal, automatic installer for ArchLinux ARM |
Upstream URL: | https://github.com/adjutant/archlinuxarm-installer |
Licenses: | |
Submitter: | annguyenfoss |
Maintainer: | annguyenfoss |
Last Packager: | annguyenfoss |
Votes: | 1 |
Popularity: | 0.000101 |
First Submitted: | 2019-04-12 06:27 |
Last Updated: | 2019-04-12 06:27 |
Latest Comments
delaerep commented on 2019-05-20 15:45
@annguyenfoss I use autofs for mounting my nfs shares.
annguyenfoss commented on 2019-05-05 13:23
@delaerep: Thanks.
For device naming, I thought of it as well but was wondering if there are anyone interested in the tool for me to implement that. :D I'll create myself an issue on github for this.
For autofs, did you mean that the host system running this tool is a live CD one? That's pretty strange to have live-CD-ish environments by today, except for strict security purposes. I'll consider this as well, but I'm not quite convinced yet.
delaerep commented on 2019-05-04 18:11
If your usb-device is /dev/mmcblkX instead of /dev/sdX your have to change all occurances of "${install_disk}1" or "${install_disk}2" to "${install_disk}p1" or "${install_disk}p2"
if you are using autofs, you can't create a dir in /mnt so you have to change line 90 from : mount_path="/mnt/.alARM_install_${session_id}" to : mount_path="/media/.alARM_install_${session_id}"