arch-install-scripts icon indicating copy to clipboard operation
arch-install-scripts copied to clipboard

Useful scripts for installing Arch Linux (read-only mirror)

Results 7 arch-install-scripts issues
Sort by recently updated
recently updated
newest added

started looking into this due to unnecessary tracefs entry in genfstab after installation, and came upon https://bbs.archlinux.org/viewtopic.php?id=274522 for context

With `systemd-sysext` it might be usefull to bootstrap a chroot with packages that doesn't have the completely dependency graph installed along with it. https://man.archlinux.org/man/systemd-sysext.8.en Should just be a fairly trivial...

``` shellcheck genfstab Line 51: out() { printf "$1 $2\n" "${@:3}"; } ^-- SC2059: Don't use variables in the printf format string. Use printf '..%s..' "$foo". Line 72: local i=...

Hi there! I am a big fan of `arch-chroot`, and often use it to prepare VM disk images. Through absolutely no fault of `arch-chroot`, I often run into this problem:...

Hello, using this script, we periodically encountered the problem that "uuid" was not defined on some sections. In the process of studying the problem, it became clear that partition have...

https://wiki.archlinux.org/index.php?title=Install_Arch_Linux_via_Docker fails when following those instructions on a Fedora host: ```bash $ podman run --privileged -it --rm --volume "/tmp/pacstrap:/target" archlinux # pacman -Syu arch-install-scripts # pacstrap /target base ==> Creating...

Hi! I maintain a custom Arch installation script and noticed that it is broken since the release of v25 (8a5613392686a0f07d8664eecb78895b12bfb3e7). Specifically, my script uses `lsblk` to get the `PARTUUID` of...