Add a script for setting up Arch on surface
This commit is contained in:
parent
b8b9d75358
commit
2ca61f7584
1 changed files with 9 additions and 0 deletions
9
profiles/ManuSurface/Arch/setup.sh
Executable file
9
profiles/ManuSurface/Arch/setup.sh
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/bash
|
||||||
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
|
|
||||||
|
ARCH_DISK=nvme0n1 \
|
||||||
|
ARCH_HOSTNAME="manu-surface" \
|
||||||
|
USER_DISPLAYNAME="Manuel Thalmann" \
|
||||||
|
. "../../../scripts/Arch/OS/setup.sh";
|
||||||
|
|
||||||
|
popd > /dev/null;
|
Loading…
Reference in a new issue