Go to file
Dave Reisner c568e9059c common: avoid calling umount without any args
For example, when calling arch-chroot on a dir without a /proc:

  # arch-chroot badroot
  mount: badroot/proc: mount point does not exist.
  ==> ERROR: failed to setup chroot badroot
  umount: bad usage
  Try 'umount --help' for more information.
2018-10-06 19:58:05 -04:00
test fix valid_number_of_base 2014-12-15 13:40:00 -05:00
.gitattributes Create a project Makefile 2012-06-18 11:17:42 +02:00
.gitignore Create a project Makefile 2012-06-18 11:17:42 +02:00
arch-chroot.in arch-chroot: don't require /etc/resolv.conf in the host 2018-05-18 17:17:43 -04:00
common common: avoid calling umount without any args 2018-10-06 19:58:05 -04:00
COPYING add GPL2 license file 2012-12-12 21:00:41 -05:00
genfstab.in genfstab: add support for prefix matching 2018-05-18 17:18:03 -04:00
Makefile prepare v19 2018-08-25 06:57:13 -04:00
pacstrap.in Rephrase description of -i to be less awful 2018-09-17 17:40:19 -04:00
README.md README: document dependency requirements 2016-06-12 10:53:13 -04:00
zsh-completion allow turning off --noconfirm 2012-08-03 08:43:01 -04:00

Arch Install Scripts

This is a small suite of scripts aimed at automating some menial tasks when installing Arch Linux.

Requirements

  • GNU coreutils (>= v8.15)
  • util-linux (>= 2.23)
  • POSIX awk
  • bash (>= 4.1)

License

See COPYING for details.