diff --git a/cfg/setup-user.sh b/cfg/setup-user.sh index bf386f2..ee2afb7 100755 --- a/cfg/setup-user.sh +++ b/cfg/setup-user.sh @@ -35,7 +35,6 @@ echo "Creating workspace container configuration..." mkdir -p $ROOTFS/etc/systemd/nspawn cat > $ROOTFS/etc/systemd/nspawn/workspace.nspawn <<'EOF' [Exec] -Boot=yes ResolvConf=copy-host [Files] @@ -76,8 +75,6 @@ if [[ -o login ]] && [[ -o interactive ]]; then if [[ -z "$INSIDE_WORKSPACE" ]]; then # Running as ai user on aios OS - enter workspace container export INSIDE_WORKSPACE=1 - sudo machinectl start workspace 2>/dev/null || true - sleep 1 exec sudo machinectl shell workspace else # Running as root inside workspace container - start claude