diff options
author | mobinmob <mobinmob@disroot.org> | 2018-06-05 12:03:03 +0300 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2019-01-15 23:11:04 +0100 |
commit | 9c883e71a0a6e90faf24edb7190217d4392cde83 (patch) | |
tree | 72caca0607075c20a0282e03bf797bf1b7df79d6 | |
parent | 1c91cd56ce59707c131acb509f049dc95cee66b7 (diff) | |
download | hrmpf-9c883e71a0a6e90faf24edb7190217d4392cde83.tar.gz hrmpf-9c883e71a0a6e90faf24edb7190217d4392cde83.tar.xz hrmpf-9c883e71a0a6e90faf24edb7190217d4392cde83.zip |
mklive.sh: Default cachedir is not /var/cache/xbps.
-rw-r--r-- | mklive.sh.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mklive.sh.in b/mklive.sh.in index 74ac0a2..9b973b3 100644 --- a/mklive.sh.in +++ b/mklive.sh.in @@ -69,7 +69,8 @@ Options: -A "pkg pkgN" Set xbps-alternatives for packages. -b <system-pkg> Set an alternative base-system package (defaults to base-system). -r <repo-url> Use this XBPS repository (may be specified multiple times). - -c <cachedir> Use this XBPS cache directory (/var/cache/xbps if unset). + -c <cachedir> Use this XBPS cache directory (a subdirectory of current +directory if unset). -k <keymap> Default keymap to use (us if unset) -l <locale> Default locale to use (en_US.UTF-8 if unset). -i <lz4|gzip|bzip2|xz> Compression type for the initramfs image (xz if unset). |