Allow specifying custom chroot command

This commit is contained in:
Manuel Thalmann 2024-07-16 22:10:42 +02:00
commit a76e96f57e
2 changed files with 14 additions and 4 deletions
scripts/Arch/OS

View file

@ -7,6 +7,10 @@ begin
set -l mountDir (getConfig valhalla.partition.rootDir)
function runChroot -S
arch-chroot $argv
end
function setupOS -S -V dir -V CONFIG_MODULE -V mountDir
source "$dir/../../Common/Scripts/hooks.fish"
source "$dir/../../Common/Scripts/wait-network.fish"