-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Issue Description
The readme mentions tracking the progress of the installer with:
systemctl status waydroid-initHowever, it outputs:
Unit waydroid-init.service could not be found.Steps to Reproduce
distrobox create --root \
--image ghcr.io/vanilla-os/waydroid:main \
--init \
--unshare-all \
--name waydroiddistrobox enter --root waydroid;
# Starting container... [ OK ]
# Installing basic packages... [ OK ]
# Setting up devpts mounts... [ OK ]
# Setting up read-only mounts... [ OK ]
# Setting up read-write mounts... [ OK ]
# Setting up host's sockets integration... [ OK ]
# Integrating host's themes, icons, fonts... [ OK ]
# Setting up distrobox profile... [ OK ]
# Setting up sudo... [ OK ]
# Setting up user groups... [ OK ]
# Setting up user's group list... [ OK ]
# Adding user... [ OK ]
# Ensuring user's access... [ OK ]
# Setting up init system... [ OK ]
# Firing up init system... [ OK ]
# Container Setup Complete!
# ⚠ First time user password setup ⚠
# New password:
# Retype new password:
# passwd: password updated successfullysystemctl status waydroid-initOn what version of Vanilla OS this happens?
22.10
Additional Information
Tested on:
- OpenSUSE Tumbleweed
- with Distrobox 1.8.1.2
- Docker as the backend