forked from josch/mmdebstrap
adjust message about file-mirror-automount hook
This commit is contained in:
parent
2021f6f7cd
commit
5e22e0bfc8
1 changed files with 1 additions and 1 deletions
|
@ -2236,7 +2236,7 @@ sub run_download() {
|
||||||
. " -- use copy:// instead of file:// or a bind-mount. You"
|
. " -- use copy:// instead of file:// or a bind-mount. You"
|
||||||
. " can also try using --hook-dir=/usr/share/mmdebstrap/"
|
. " can also try using --hook-dir=/usr/share/mmdebstrap/"
|
||||||
. "hooks/file-mirror-automount to automatically create"
|
. "hooks/file-mirror-automount to automatically create"
|
||||||
. " the necessary bind-mounts.";
|
. " bind-mounts or copy the files as necessary.";
|
||||||
}
|
}
|
||||||
push @essential_pkgs, $deb;
|
push @essential_pkgs, $deb;
|
||||||
next;
|
next;
|
||||||
|
|
Loading…
Reference in a new issue