|
|
@ -13,13 +13,11 @@ |
|
|
|
"runuser -l junikim -c /home/junikim/arch_rice/user_arch.sh" |
|
|
|
], |
|
|
|
|
|
|
|
"filesystem": "ext4", |
|
|
|
|
|
|
|
"gfx_driver": "All open-source (default)", |
|
|
|
|
|
|
|
"harddrives": ["/dev/vda"], |
|
|
|
|
|
|
|
"hostname": "archlinux1-kvm", |
|
|
|
"hostname": "archbox", |
|
|
|
|
|
|
|
"kernels": ["linux"], |
|
|
|
|
|
|
@ -28,28 +26,22 @@ |
|
|
|
"mirror-region": "Worldwide", |
|
|
|
|
|
|
|
"nic": { |
|
|
|
"NetworkManager": true |
|
|
|
"type": "NM" |
|
|
|
}, |
|
|
|
|
|
|
|
"ntp": true, |
|
|
|
|
|
|
|
"packages": ["docker", "git", "wget", "neovim"], |
|
|
|
"packages": ["docker", "git", "neovim"], |
|
|
|
|
|
|
|
"profile": "minimal", |
|
|
|
|
|
|
|
"services": ["docker"], |
|
|
|
|
|
|
|
"superusers": { |
|
|
|
"junikim": { |
|
|
|
"!password": "password" |
|
|
|
} |
|
|
|
}, |
|
|
|
"swap": false, |
|
|
|
|
|
|
|
"sys-encoding": "utf-8", |
|
|
|
|
|
|
|
"sys-language": "en_US", |
|
|
|
|
|
|
|
"timezone": "US/Eastern", |
|
|
|
|
|
|
|
"users": {} |
|
|
|
"timezone": "US/Eastern" |
|
|
|
} |