Allow specifying custom chroot
command
This commit is contained in:
parent
dd7ff686bb
commit
a76e96f57e
2 changed files with 14 additions and 4 deletions
scripts/Arch/OS
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue