mirror of
https://github.com/elitak/nixos-infect.git
synced 2024-11-01 00:29:57 +03:00
Moved bootctl.
This commit is contained in:
parent
c392f82482
commit
b4c22faeee
1 changed files with 2 additions and 1 deletions
|
@ -444,9 +444,10 @@ if [[ -z "$NO_SWAP" ]]; then
|
|||
fi
|
||||
|
||||
makeConf
|
||||
bootctl install --graceful # Add necessary boot files.
|
||||
infect
|
||||
|
||||
bootctl install --graceful # Add necessary boot files.
|
||||
|
||||
if [[ -z "$NO_SWAP" ]]; then
|
||||
removeSwap
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue