Rename config script
This commit is contained in:
parent
3291928a11
commit
1ba4113e56
12 changed files with 13 additions and 13 deletions
scripts/Arch/Config/SecureBoot
|
@ -8,7 +8,7 @@ begin
|
|||
end
|
||||
|
||||
function configureSW -V dir
|
||||
source "$dir/../../../Common/Scripts/config.fish"
|
||||
source "$dir/../../../Common/Scripts/settings.fish"
|
||||
set -l label (getOSConfig boot.label)
|
||||
set -l efiDir (getOSConfig boot.efiMountPoint)
|
||||
set -l bootNums (efibootmgr | sed "/$label/{ s/^.*Boot\([[:digit:]]\+\)\*.*\$/\1/; p; }; d")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue