diff options
author | Juan RP <xtraeme@gmail.com> | 2014-11-04 16:36:33 +0100 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-11-04 16:36:33 +0100 |
commit | 4e5adc6f040de9e14d43cf0471f5313efb30dbec (patch) | |
tree | 13353d208ed37b7396b7c862075859cc4e6f50d3 /data | |
parent | c39051a72b109baea213370e31e73e8842451405 (diff) | |
download | hrmpf-4e5adc6f040de9e14d43cf0471f5313efb30dbec.tar.gz hrmpf-4e5adc6f040de9e14d43cf0471f5313efb30dbec.tar.xz hrmpf-4e5adc6f040de9e14d43cf0471f5313efb30dbec.zip |
mklive: use a default void vpkg configuration file for base-system.
Diffstat (limited to 'data')
-rw-r--r-- | data/void-vpkgs.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/void-vpkgs.conf b/data/void-vpkgs.conf new file mode 100644 index 0000000..c1e8a89 --- /dev/null +++ b/data/void-vpkgs.conf @@ -0,0 +1,7 @@ +# Default void configuration +# +# - gawk as default awk +# - openbsd-man as default man(1) +# +virtualpkg=awk-0_1:gawk +virtualpkg=man-0_1:openbsd-man |