18 lines
445 B
Bash
Executable File
18 lines
445 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo pacman -Sw --noconfirm --cachedir "/disk/github/active/make_iso/melawy-archiso/airootfs/opt/extra-drivers" r8168
|
|
|
|
sudo pacman -Sw --noconfirm --cachedir "/disk/github/active/make_iso/melawy-archiso/airootfs/usr/share/packages" dracut \
|
|
dracut-hook \
|
|
grub \
|
|
kernel-install-for-dracut \
|
|
libxvmc \
|
|
linux \
|
|
linux-api-headers \
|
|
linux-headers \
|
|
linux-xanmod-anbox \
|
|
linux-xanmod-anbox-headers \
|
|
os-prober \
|
|
refind \
|
|
xf86-video-intel
|