bootctl set default
This commit is contained in:
parent
4cb292124a
commit
355840d57d
1 changed files with 2 additions and 2 deletions
4
arkdep
4
arkdep
|
@ -438,8 +438,8 @@ deploy () {
|
||||||
|
|
||||||
printf "\e[1;34m-->\e[0m\e[1m Setting new bootloader entry as default\e[0m\n"
|
printf "\e[1;34m-->\e[0m\e[1m Setting new bootloader entry as default\e[0m\n"
|
||||||
# Configuring it with a oneshot for now, for testing
|
# Configuring it with a oneshot for now, for testing
|
||||||
#bootctl set-default ${data[0]}.conf || cleanup_and_quit "Failed to set default bootloader entry"
|
bootctl set-default ${data[0]}.conf || cleanup_and_quit "Failed to set default bootloader entry"
|
||||||
bootctl set-oneshot ${data[0]}.conf || cleanup_and_quit "Failed to set default bootloader entry"
|
#bootctl set-oneshot ${data[0]}.conf || cleanup_and_quit "Failed to set default bootloader entry"
|
||||||
|
|
||||||
# Remove entries outside of keep
|
# Remove entries outside of keep
|
||||||
declare -r remove_deployments=($(tail -n +$deploy_keep $arkdep_dir/tracker))
|
declare -r remove_deployments=($(tail -n +$deploy_keep $arkdep_dir/tracker))
|
||||||
|
|
Loading…
Add table
Reference in a new issue