Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Fchroot"
Jump to navigation
Jump to search
(add to first steps category) |
(kitty cat) |
||
Line 1: | Line 1: | ||
{{console|body= | {{console|body= | ||
###i## | ###i## cat >> /etc/portage/package.use << "EOF" | ||
app-emulation/qemu static-user qemu_user_targets_aarch64 qemu_user_targets_riscv64 qemu_user_targets_arm | |||
dev-libs/glib static-libs | |||
dev-libs/libpcre static-libs | |||
sys-apps/attr static-libs | |||
emerge -av fchroot | EOF | ||
###i## emerge -av fchroot | |||
}} | }} | ||
Revision as of 21:26, December 4, 2020
root # cat >> /etc/portage/package.use << "EOF" app-emulation/qemu static-user qemu_user_targets_aarch64 qemu_user_targets_riscv64 qemu_user_targets_arm dev-libs/glib static-libs dev-libs/libpcre static-libs sys-apps/attr static-libs EOF root # emerge -av fchroot
add sandboxing to the raspberry pi make.conf
/mnt/funtoo/etc/portage/make.conf
- add sandboxFEATURES="-pid-sandbox"