Go to file
2024-02-09 22:37:47 +09:00
archiso@1f65b695d3 add iso 2024-02-09 22:15:05 +09:00
archlinux-docker@98cd79111d add iso 2024-02-09 22:15:05 +09:00
icon add iso 2024-02-09 22:15:05 +09:00
aios-bootstrap.tar.gz add iso 2024-02-09 22:15:05 +09:00
aios.iso add iso 2024-02-09 22:15:05 +09:00
profiledef.sh add iso 2024-02-09 22:15:05 +09:00
README.md update readme 2024-02-09 22:37:47 +09:00

ai os

$ pacman -S archiso
$ git clone https://git.syui.ai/ai/os
$ cd os
$ git clone https://gitlab.archlinux.org/archlinux/archlinux-docker
$ git clone https://gitlab.archlinux.org/archlinux/archiso

$ cp ./profiledef.sh ./archiso/configs/releng/profiledef.sh

$ mkarchiso -v -o ./ ./archiso/configs/releng

docker

$ docker pull syui/aios
$ docker run --rm syui/aios ai ai -t os

archiso/configs/releng/profiledef.sh

buildmodes=('bootstrap')
$ mkarchiso -v -o ./ ./archiso/configs/releng
$ tar xf aios-bootstrap*.tar.gz
$ echo -e 'Server = http://mirrors.cat.net/archlinux/$repo/os/$arch\nServer = https://geo.mirror.pkgbuild.com/$repo/os/$arch' >> ./root.x86_64/etc/pacman.d/mirrorlist
$ sed -i s/CheckSpace/#CheckeSpace/ root.x86_64/etc/pacman.conf
$ arch-chroot ./root.86_64
---
$ pacman -S base base-devel linux vim git zsh rust
$ pacman-key --init
$ pacman-key --populate archlinux
$ exit
---
$ tar -C root.86_64 -c . | docker import - aios
$ docker images

$ docker run --rm aios cargo version
cargo 1.75.0