Go to file
Takeshi Suzuki ca8e8f63ec
genfstab: disable appending subvol onto options
Options parsed from findmnt may already have the subvol option, so
appending the subvol option is unnecessary.

Fixes FS#65003

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
2021-03-10 21:33:50 -05:00
completion zsh completion: remove option that no longer exists 2019-06-05 15:55:37 -04:00
doc doc: update pacstrap description to account for default 'base' changing 2020-09-08 15:46:32 -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 doc: add manpages for all programs 2019-06-05 15:44:58 -04:00
arch-chroot.in arch-chroot: squelch output from mountpoint cmd 2018-10-15 13:01:43 -04:00
common Bind mount /run from host into new root 2019-01-05 11:21:06 -05:00
COPYING add GPL2 license file 2012-12-12 21:00:41 -05:00
genfstab.in genfstab: disable appending subvol onto options 2021-03-10 21:33:50 -05:00
Makefile release v23 2019-11-13 16:56:25 -05:00
pacstrap.in pacstrap: support local file mode 2019-11-13 12:03:38 -05:00
README.md README: document dependency requirements 2016-06-12 10:53:13 -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.