Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:lxc [2024/04/28 18:33] – [Setup] darron | tools:lxc [2024/10/24 00:19] (current) – [Setup] darron | ||
---|---|---|---|
Line 31: | Line 31: | ||
==systemd== | ==systemd== | ||
< | < | ||
+ | systemctl stop lxc-monitord.service | ||
systemctl disable lxc-monitord.service | systemctl disable lxc-monitord.service | ||
systemctl mask lxc-monitord.service | systemctl mask lxc-monitord.service | ||
Line 154: | Line 155: | ||
< | < | ||
lxc-create -n terminator -t debian -- -r bullseye -a armhf | lxc-create -n terminator -t debian -- -r bullseye -a armhf | ||
+ | </ | ||
+ | |||
+ | Install bookworm (32-bit) | ||
+ | |||
+ | < | ||
+ | lxc-create -n cracker -t debian -- -r bookworm -a armhf | ||
</ | </ | ||
=== Configure === | === Configure === | ||
Line 276: | Line 283: | ||
apt install runit-init | apt install runit-init | ||
reboot | reboot | ||
+ | </ | ||
+ | |||
+ | or | ||
+ | |||
+ | < | ||
+ | apt-get install runit runit-run runit-systemd | ||
</ | </ | ||
Line 284: | Line 297: | ||
cd / | cd / | ||
rm getty-tty* | rm getty-tty* | ||
+ | </ | ||
+ | |||
+ | ===Apt=== | ||
+ | |||
+ | < | ||
+ | sed -i ' | ||
</ | </ |