From e1f5028f2c3adc68d125ddcdb290a34b03bc6809 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Fri, 15 Nov 2019 19:29:18 -0500 Subject: New upstream version 23 --- Makefile | 2 +- doc/pacstrap.8.asciidoc | 4 ++++ genfstab.in | 2 +- pacstrap.in | 9 +++++++-- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 4d3cdb2..301eb7e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VER=22 +VER=23 PREFIX = /usr/local diff --git a/doc/pacstrap.8.asciidoc b/doc/pacstrap.8.asciidoc index 9f25792..c23e8ca 100644 --- a/doc/pacstrap.8.asciidoc +++ b/doc/pacstrap.8.asciidoc @@ -36,6 +36,10 @@ Options *-M*:: Avoid copying the host's mirrorlist to the target. +*-U*:: + Use pacman -U to install packages. Useful for obtaining fine-grained + control over the installed packages. + *-h*:: Output syntax and command line options. diff --git a/genfstab.in b/genfstab.in index b8220ea..c626290 100644 --- a/genfstab.in +++ b/genfstab.in @@ -220,7 +220,7 @@ done [[ $device = *'\040(deleted)' ]] && continue if [[ $type = file ]]; then - printf '%-20s' "$device" + printf '%-20s' "${device#${root%/}}" elif [[ $device = /dev/dm-+([0-9]) ]]; then # device mapper doesn't allow characters we need to worry # about being mangled, and it does the escaping of dashes diff --git a/pacstrap.in b/pacstrap.in index 231a154..703df11 100644 --- a/pacstrap.in +++ b/pacstrap.in @@ -15,6 +15,7 @@ m4_include(common) hostcache=0 copykeyring=1 copymirrorlist=1 +pacmode=-Sy usage() { cat <