Repository : ssh://git@diktynna/doc
On branches: backup-redmine/2020-09-12,master
commit 3b52f383d7ece405159b64038a2e07f885632307 Author: Sven Eckelmann sven@narfation.org Date: Sun Aug 23 08:53:34 2020 +0000
doc: open-mesh/Kernel_hacking_Debian_image: use systemd-nspawn instead of chroot for proper container virtualization
3b52f383d7ece405159b64038a2e07f885632307 open-mesh/Kernel_hacking_Debian_image.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/open-mesh/Kernel_hacking_Debian_image.textile b/open-mesh/Kernel_hacking_Debian_image.textile index 2eb6bfd..7ae22f1 100644 --- a/open-mesh/Kernel_hacking_Debian_image.textile +++ b/open-mesh/Kernel_hacking_Debian_image.textile @@ -24,8 +24,8 @@ sudo mkfs.ext4 -O '^has_journal' -F debian.img sudo mkdir debian sudo mount -o loop debian.img debian sudo debootstrap buster debian -sudo chroot debian apt update -sudo chroot debian apt install --no-install-recommends build-essential vim openssh-server less \ +sudo systemd-nspawn -D debian apt update +sudo systemd-nspawn -D debian apt install --no-install-recommends build-essential vim openssh-server less \ pkg-config libnl-3-dev libnl-genl-3-dev libcap-dev tcpdump rng-tools5 \ trace-cmd flex bison libelf-dev libdw-dev binutils-dev libunwind-dev libssl-dev libslang2-dev liblzma-dev libperl-dev