refactor: Simplify install.sh and rename arch to aios throughout

- Simplified install.sh to just extract and mv
- Renamed root.x86_64/var/lib/machines/arch to aios
- Updated all references in build.zsh, setup-user.sh, setup-claude.sh
This commit is contained in:
Claude
2025-11-07 15:00:01 +00:00
parent 1aab33cb04
commit e2b0d7a51d
4 changed files with 24 additions and 86 deletions

View File

@@ -2,7 +2,7 @@
# User setup for aios
# Creates ai user, configures auto-login, sudo, zshrc
ROOTFS="root.x86_64/var/lib/machines/arch"
ROOTFS="root.x86_64/var/lib/machines/aios"
echo "=== User Setup ==="