Use common script for Arch installation
This commit is contained in:
parent
5987f326cc
commit
a20260f3e5
|
@ -2,10 +2,6 @@
|
||||||
begin
|
begin
|
||||||
set -l dir (status dirname)
|
set -l dir (status dirname)
|
||||||
|
|
||||||
function getInstallerScript -V dir -S
|
|
||||||
echo "$dir/install.fish"
|
|
||||||
end
|
|
||||||
|
|
||||||
CONFIG_NAME="DerGeret" \
|
CONFIG_NAME="DerGeret" \
|
||||||
ARCH_HOSTNAME="der-geret" \
|
ARCH_HOSTNAME="der-geret" \
|
||||||
USER_DISPLAYNAME="Manuel Thalmann" \
|
USER_DISPLAYNAME="Manuel Thalmann" \
|
||||||
|
|
|
@ -14,6 +14,10 @@ begin
|
||||||
pacstrap -K "$mountDir" fish jq nix tmux
|
pacstrap -K "$mountDir" fish jq nix tmux
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function getInstallerScript -V dir -S
|
||||||
|
echo "$dir/install.fish"
|
||||||
|
end
|
||||||
|
|
||||||
function setupOS -S -V dir -V mountDir
|
function setupOS -S -V dir -V mountDir
|
||||||
source "$dir/../../Common/Scripts/hooks.fish"
|
source "$dir/../../Common/Scripts/hooks.fish"
|
||||||
source "$dir/../../Common/Scripts/wait-network.fish"
|
source "$dir/../../Common/Scripts/wait-network.fish"
|
||||||
|
|
Loading…
Reference in a new issue