From d929c8cbc09732337fb4805accbf3564e9cca0bb Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Tue, 20 Mar 2018 22:56:16 -0400 Subject: Import Upstream version 18 --- pacstrap.in | 119 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 pacstrap.in (limited to 'pacstrap.in') diff --git a/pacstrap.in b/pacstrap.in new file mode 100644 index 0000000..72f2809 --- /dev/null +++ b/pacstrap.in @@ -0,0 +1,119 @@ +#!/bin/bash + +# +# Assumptions: +# 1) User has partitioned, formatted, and mounted partitions on /mnt +# 2) Network is functional +# 3) Arguments passed to the script are valid pacman targets +# 4) A valid mirror appears in /etc/pacman.d/mirrorlist +# + +shopt -s extglob + +m4_include(common) + +hostcache=0 +copykeyring=1 +copymirrorlist=1 + +usage() { + cat <