Last Update: 2023-10-17
Control + Alt + T
to open the Crosh terminal.vsh termina
to access Vsh Termina.lxc launch images:archlinux/current archlinux
lxc exec archlinux -- bash
passwd
to set the root password.yes y | pacman -Syu base-devel git gtk3 openssh xdg-utils xkeyboard-config base-devel git curl make neovim wl-clipboard fish base-devel fakeroot pacman-contrib wayland xorg-xwayland devtools dhclient neofetch sudo
sudo useradd -G wheel -m demo
sudo passwd demo
demo
is the default username. Please replace it as needed.
sudo sed -i 's/^# \(%wheel ALL=(ALL:ALL) ALL\)/\1/; s/^# \(%wheel ALL=(ALL:ALL) NOPASSWD: ALL\)/\1/' /etc/sudoers
exit
to leave the arch container.lxc exec archlinux su - demo
cros-container-guest-tools-git
:git clone https://aur.archlinux.org/yay.git
cd yay
yes y | makepkg -si
yay -S cros-container-guest-tools-git
exit
chrome://flags
. Find and enable the #crostini-multi-container
Flag.archlinux
and click "Create".ip -4 a show dev eth0
sudo dhcpcd eth0
sudo pacman -S dhclient
sudo systemctl disable systemd-networkd
sudo systemctl disable systemd-resolved
sudo unlink /etc/resolv.conf
sudo touch /etc/resolv.conf
sudo systemctl enable dhclient@eth0
sudo systemctl start dhclient@eth0
vsh termina
lxc stop archlinux
lxc stop penguin
lxc rename penguin debian
lxc rename arch penguin
lxc stop --force archlinux
We use cookies to improve your browsing experience on our website, to analyse our website traffic, and to understand where our visitors are coming from.