From a35a7805e97b115ae04181dce6cf940e546c7295 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 14 May 2026 10:29:08 +0200 Subject: add --no-dl/-N option to skip downloads and set NODOWNLOAD=yes Adds --no-dl/-N flag for use with --hintfile or --new. Skips wget, inserts NODOWNLOAD=yes after MD5SUM_x86_64 in the hint file. Also fixes README (correct paths, old command name, missing --delete/--clean sections) and updates CLAUDE.md and bash completion accordingly. Co-Authored-By: Claude Sonnet 4.6 --- mkhint.bash-completion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mkhint.bash-completion') diff --git a/mkhint.bash-completion b/mkhint.bash-completion index 43a64ae..8c52fb1 100644 --- a/mkhint.bash-completion +++ b/mkhint.bash-completion @@ -8,7 +8,7 @@ _mkhintfile_completions() { repo_dir="/var/lib/sbopkg/SBo-danix" hint_dir="/etc/slackrepo/SBo-danix/hintfiles" - local all_flags="--version --hintfile --new --list --clean --delete --help" + local all_flags="--version --hintfile --new --list --clean --delete --no-dl --help" case "$prev" in --new|-n) @@ -34,4 +34,4 @@ _mkhintfile_completions() { esac } -complete -F _mkhintfile_completions mkhintfile.sh mkhintfile +complete -F _mkhintfile_completions mkhint.sh mkhint -- cgit v1.2.3