Skip to content

Commit 6ac2d08

Browse files
committed
releng 2110 C
1 parent d530290 commit 6ac2d08

File tree

6 files changed

+773
-20
lines changed

6 files changed

+773
-20
lines changed

airootfs/etc/pacman.d/mirrorlist

Lines changed: 761 additions & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
#
2-
# SPDX-License-Identifier: GPL-3.0-or-later
3-
4-
title Arch Linux install medium (x86_64, UEFI)
1+
title Arch Linux installer (x86_64, UEFI)
52
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
63
initrd /%INSTALL_DIR%/boot/intel-ucode.img
74
initrd /%INSTALL_DIR%/boot/amd-ucode.img
85
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
9-
options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% cow_spacesize=4G
6+
options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% cow_spacesize=4G nouveau.modeset=1 radeon.modeset=1 i915.modeset=1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
#
2-
# SPDX-License-Identifier: GPL-3.0-or-later
3-
4-
title Arch Linux install medium (x86_64, UEFI, Copy to RAM)
1+
title Arch Linux installer (x86_64, UEFI, Copy to RAM)
52
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
63
initrd /%INSTALL_DIR%/boot/intel-ucode.img
74
initrd /%INSTALL_DIR%/boot/amd-ucode.img
85
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
9-
options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram cow_spacesize=4G
6+
options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram cow_spacesize=4G nouveau.modeset=1 radeon.modeset=1 i915.modeset=1

efiboot/loader/loader.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# SPDX-License-Identifier: GPL-3.0-or-later
33

44
timeout 15
5-
default archiso-x86_64-linux.conf
5+
default 01-archiso-x86_64-linux.conf

packages.x86_64

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ arch-install-scripts
66
b43-fwcutter
77
base
88
bind-tools
9-
brltty
109
broadcom-wl
1110
btrfs-progs
1211
clonezilla
@@ -66,7 +65,6 @@ nilfs-utils
6665
nmap
6766
ntfs-3g
6867
nvme-cli
69-
openconnect
7068
openssh
7169
openvpn
7270
partclone

syslinux/archiso_sys-linux.cfg

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33

44
LABEL arch64
55
TEXT HELP
6-
Boot the Arch Linux install medium on BIOS.
6+
Boot the Arch Linux installer on BIOS.
77
It allows you to install Arch Linux or perform system maintenance.
88
ENDTEXT
9-
MENU LABEL Arch Linux install medium (x86_64, BIOS)
9+
MENU LABEL Arch Linux installer (x86_64, BIOS)
1010
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
1111
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
12-
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% cow_spacesize=4G
12+
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% cow_spacesize=4G nouveau.modeset=1 radeon.modeset=1 i915.modeset=1
1313

1414
# Copy to RAM boot option
1515
LABEL arch64ram
1616
TEXT HELP
17-
Boot the Arch Linux install medium on BIOS with Copy-to-RAM option
18-
It allows you to install Arch Linux or perform system maintenance.
17+
Boot the Arch Linux installer on BIOS with Copy-to-RAM option.
18+
It allows you to install Arch Linux without having keeping your USB plugged in.
1919
ENDTEXT
20-
MENU LABEL Arch Linux install medium (x86_64, BIOS, Copy to RAM)
20+
MENU LABEL Arch Linux installer (x86_64, BIOS, Copy to RAM)
2121
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
2222
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
23-
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram cow_spacesize=4G
23+
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram cow_spacesize=4G nouveau.modeset=1 radeon.modeset=1 i915.modeset=1

0 commit comments

Comments
 (0)