The chroot Technique – a Swiss army multitool for Linux systems
1–10 of 123 posts
Re: The chroot Technique – a Swiss army multitool for Linux systems
#2Re: The chroot Technique – a Swiss army multitool for Linux systems
#3Though these days you may want to look into things like systemd-nspawn instead of plain chroot.
Re: The chroot Technique – a Swiss army multitool for Linux systems
#4Re: The chroot Technique – a Swiss army multitool for Linux systems
#5I actually wish that instead of docker & etc we had just gotten a better chroot... Or maybe just a new kernel syscall that is chroot()++.
Re: The chroot Technique – a Swiss army multitool for Linux systems
#6The arch linux install has a little wrapper around chroot, used to configure the installed system without booting it. https://wiki.archlinux.org/title/Installation_guide#Chroot
Re: The chroot Technique – a Swiss army multitool for Linux systems
#7I actually wish that instead of docker & etc we had just gotten a better chroot... Or maybe just a new kernel syscall that is chroot()++.
https://github.com/mtseet/proot-docker
We need more people to improve it!
Re: The chroot Technique – a Swiss army multitool for Linux systems
#8I actually wish that instead of docker & etc we had just gotten a better chroot... Or maybe just a new kernel syscall that is chroot()++.
Re: The chroot Technique – a Swiss army multitool for Linux systems
#9Re: The chroot Technique – a Swiss army multitool for Linux systems
#10I actually wish that instead of docker & etc we had just gotten a better chroot... Or maybe just a new kernel syscall that is chroot()++.