Search Criteria
Package Details: archlinuxarm-installer 1.0-1
Package Actions
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 |
Keywords: | ArchLinuxARM ARM installer |
Licenses: | GPL3 |
Submitter: | annguyenfoss |
Maintainer: | annguyenfoss |
Last Packager: | annguyenfoss |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-04-12 06:27 (UTC) |
Last Updated: | 2019-04-12 06:27 (UTC) |
Dependencies (7)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-uutilsAUR, coreutils-hybridAUR, coreutils-selinuxAUR)
- dosfstools (dosfstools-gitAUR)
- e2fsprogs (busybox-coreutilsAUR, e2fsprogs-gitAUR)
- libarchive (libarchive-gitAUR)
- util-linux (busybox-coreutilsAUR, util-linux-selinuxAUR, util-linux-aesAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
delaerep commented on 2019-05-20 15:45 (UTC)
@annguyenfoss I use autofs for mounting my nfs shares.
annguyenfoss commented on 2019-05-05 13:23 (UTC)
@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 (UTC)
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}"