Skip to content

Commit d9329d8

Browse files
build: Update Dockerfile and package list for additional dependencies
1 parent 1ab2c76 commit d9329d8

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ RUN pacman -Syu --noconfirm && \
99
git \
1010
archiso \
1111
grub \
12+
syslinux \
13+
systemd \
14+
efibootmgr \
15+
dosfstools \
16+
mtools \
1217
base-devel \
1318
&& pacman -Scc --noconfirm
1419

packages.x86_64

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
alsa-utils
22
amd-ucode
3-
arch-install-scripts
43
archinstall
4+
arch-install-scripts
55
b43-fwcutter
66
base
77
bcachefs-tools
@@ -77,11 +77,11 @@ nilfs-utils
7777
nmap
7878
ntfs-3g
7979
nvme-cli
80-
open-iscsi
81-
open-vm-tools
8280
openconnect
81+
open-iscsi
8382
openpgp-card-tools
8483
openssh
84+
open-vm-tools
8585
openvpn
8686
partclone
8787
parted

profiledef.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ iso_version="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y.%m.%d)"
99
install_dir="arch"
1010
buildmodes=('iso')
1111
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito'
12-
'uefi-ia32.systemd-boot.esp' 'uefi-x64.systemd-boot.esp'
13-
'uefi-ia32.systemd-boot.eltorito' 'uefi-x64.systemd-boot.eltorito')
12+
'uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito')
1413
arch="x86_64"
1514
pacman_conf="pacman.conf"
1615
airootfs_image_type="squashfs"

0 commit comments

Comments
 (0)