Skip to content

Commit 98b0ca3

Browse files
committed
Video drivers explicitly added to ALL in packages.sh
1 parent 096c760 commit 98b0ca3

28 files changed

Lines changed: 69 additions & 105 deletions

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
work/
2-
airootfs/etc/skel/pkg
2+
airootfs/root/pkg
33
TEMPMNT/

airootfs/etc/mkinitcpio.d/linux.preset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ PRESETS=('archiso')
88
ALL_kver='/boot/vmlinuz-linux'
99
ALL_config='/etc/mkinitcpio.conf'
1010

11-
archiso_image="/boot/archiso.img"
11+
archiso_image="/boot/initramfs-linux.img"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../reflector.service
1+
/usr/lib/systemd/system/reflector.service

airootfs/etc/systemd/system/reflector.service

Lines changed: 0 additions & 44 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[Unit]
2+
ConditionKernelCommandLine=!mirror
3+
4+
[Service]
5+
Restart=on-failure
6+
RestartSec=10
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Reflector configuration file for the systemd service.
2+
3+
--save /etc/pacman.d/mirrorlist
4+
--protocol https
5+
--latest 70
6+
--sort rate

0 commit comments

Comments
 (0)