Install WiFi firmware during Surface setup
This commit is contained in:
parent
94960c20df
commit
520b11aa71
1 changed files with 3 additions and 0 deletions
|
@ -1,9 +1,12 @@
|
|||
#!/bin/bash
|
||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||
|
||||
ARCH_MOUNT_ROOT="/mnt" \
|
||||
ARCH_DISK=nvme0n1 \
|
||||
ARCH_HOSTNAME="manu-surface" \
|
||||
USER_DISPLAYNAME="Manuel Thalmann" \
|
||||
. "../../../scripts/Arch/OS/setup.sh";
|
||||
|
||||
pacstrap -K "/mnt" linux-firmware-marvell;
|
||||
|
||||
popd > /dev/null;
|
||||
|
|
Loading…
Reference in a new issue