Added final packages for testing archinstall
This commit is contained in:
parent
310e3534e3
commit
f98352fcd5
|
|
@ -41,3 +41,7 @@ requirements.txt
|
|||
/cmd_output.txt
|
||||
node_modules/
|
||||
uv.lock
|
||||
test_tooling/mkosi/*image*
|
||||
test_tooling/mkosi/mkosi.cache/**
|
||||
test_tooling/mkosi/mkosi.tools/**
|
||||
test_tooling/mkosi/mkosi.tools.manifest
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ Profiles=archinstall
|
|||
Incremental=true
|
||||
ToolsTree=default
|
||||
ToolsTreeProfiles=devel,misc,package-manager,runtime,gui
|
||||
WithNetwork=yes
|
||||
|
||||
[Runtime]
|
||||
Console=gui
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
cd archinstall-git
|
||||
rm -rf dist
|
||||
|
||||
uv build --no-build-isolation --wheel
|
||||
uv pip install dist/*.whl --break-system-packages --system --no-build --no-deps
|
||||
|
|
@ -1,3 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
git clone https://github.com/archlinux/archinstall.git /root/archinstall
|
||||
git clone https://github.com/archlinux/archinstall.git /root/archinstall-git
|
||||
curl -s "https://archlinux.org/mirrorlist/?country=SE&protocol=https&use_mirror_status=on" | sed -e 's/^#Server/Server/' -e '/^#/d' | rankmirrors -n 5 - > /etc/pacman.d/mirrorlist
|
||||
|
||||
# TODO: Set geo-mirrors statically instead
|
||||
|
|
@ -38,6 +38,16 @@ Packages=
|
|||
strace
|
||||
util-linux
|
||||
xz
|
||||
pacman-contrib
|
||||
gcc
|
||||
git
|
||||
pkgconfig
|
||||
python
|
||||
python-pip
|
||||
python-uv
|
||||
python-setuptools
|
||||
python-pyparted
|
||||
python-pydantic
|
||||
python-textual
|
||||
WithDocs=false
|
||||
KernelCommandLine=quiet splash
|
||||
|
|
@ -0,0 +1 @@
|
|||
6
|
||||
Loading…
Reference in New Issue