Skip to content

Commit 2f84578

Browse files
Revert "build: Update Dockerfile and package list for additional dependencies"
This reverts commit d9329d8.
1 parent caafd67 commit 2f84578

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ RUN pacman -Syu --noconfirm && \
99
git \
1010
archiso \
1111
grub \
12-
syslinux \
13-
systemd \
14-
efibootmgr \
15-
dosfstools \
16-
mtools \
17-
arch-install-scripts \
18-
bash \
1912
base-devel \
2013
&& pacman -Scc --noconfirm
2114

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-
archinstall
43
arch-install-scripts
4+
archinstall
55
b43-fwcutter
66
base
77
bcachefs-tools
@@ -77,11 +77,11 @@ nilfs-utils
7777
nmap
7878
ntfs-3g
7979
nvme-cli
80-
openconnect
8180
open-iscsi
81+
open-vm-tools
82+
openconnect
8283
openpgp-card-tools
8384
openssh
84-
open-vm-tools
8585
openvpn
8686
partclone
8787
parted

profiledef.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ iso_application="Arch Linux No Beep Live/Rescue DVD"
88
iso_version="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y.%m.%d)"
99
install_dir="arch"
1010
buildmodes=('iso')
11-
bootmodes=('bios.syslinux.mbr' 'uefi-x64.systemd-boot.esp')
11+
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')
1214
arch="x86_64"
1315
pacman_conf="pacman.conf"
1416
airootfs_image_type="squashfs"

0 commit comments

Comments
 (0)