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
Basically you don't need Building or even Installation section up until
cd $BUILDDIR ln -s usr/bin/hummingbird sbin/init
Preparing already features make -j$THREADS DESTDIR=$BUILDDIR install which will automatically do
make -j$THREADS DESTDIR=$BUILDDIR
install -Dm755 usr/lib/hummingbird/fs "$BUILDDIR/usr/lib/hummingbird/fs" install -Dm755 usr/lib/hummingbird/tty "$BUILDDIR/usr/lib/hummingbird/tty"
and even more like installing reboot and shutdown, and generating random.seed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Basically you don't need Building or even Installation section up until
Preparing already features
make -j$THREADS DESTDIR=$BUILDDIR
install which will automatically doand even more like installing reboot and shutdown, and generating random.seed
The text was updated successfully, but these errors were encountered: