Added missing packages for archinstall to work (more might be needed, if different disk filesystems are used.
This commit is contained in:
parent
a145ba5d81
commit
9a44ea0014
|
|
@ -41,7 +41,7 @@ requirements.txt
|
|||
/cmd_output.txt
|
||||
node_modules/
|
||||
uv.lock
|
||||
test_tooling/mkosi/*image*
|
||||
test_tooling/mkosi/mkosi.output/*image*
|
||||
test_tooling/mkosi/mkosi.cache/**
|
||||
test_tooling/mkosi/mkosi.tools/**
|
||||
test_tooling/mkosi/mkosi.tools.manifest
|
||||
|
|
|
|||
|
|
@ -1,6 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
git clone https://github.com/archlinux/archinstall.git /root/archinstall-git
|
||||
(cd /root/archinstall-git && git checkout master)
|
||||
|
||||
# TODO: Set geo-mirrors statically instead
|
||||
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
|
||||
pacman-key --init
|
||||
pacman-key --populate archlinux
|
||||
|
|
@ -49,5 +49,8 @@ Packages=
|
|||
python-pyparted
|
||||
python-pydantic
|
||||
python-textual
|
||||
dosfstools
|
||||
btrfs-progs
|
||||
arch-install-scripts
|
||||
WithDocs=false
|
||||
KernelCommandLine=quiet splash
|
||||
|
|
@ -1 +1 @@
|
|||
7
|
||||
12
|
||||
Loading…
Reference in New Issue