We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't setup ALT Linux chroot under gentoo
cd $HOME git clone https://github.com/altlinux/hasher.git export PATH=$HOME/hasher/hasher:$PATH mkdir -p $HOME/chroots/alt hsh --initroot-only $HOME/chroots/alt
Got errror
hasher/hasher/hsh: line 12: .: hsh-sh-functions: file not found
Tried to use hsh-sh-functions.in
cp $HOME/hasher/hasher/hsh-sh-functions.in $HOME/hasher/hasher/hsh-sh-functions
But got error too
hasher/hasher/hsh-sh-functions: line 15: .: shell-error: file not found
The text was updated successfully, but these errors were encountered:
The hasher depends on libshell. You need to have shell-* and hsh-sh-functions in the $PATH.
hasher
Sorry, something went wrong.
@techiedesu Also hasher uses hasher-priv.
No branches or pull requests
Can't setup ALT Linux chroot under gentoo
Got errror
Tried to use hsh-sh-functions.in
But got error too
The text was updated successfully, but these errors were encountered: