mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-20 15:40:35 +00:00
fix(deck): Remove branch selector on reboot
This commit is contained in:
parent
5fdb31074c
commit
ea28269462
@ -31,6 +31,12 @@ CURRENT_FREE_ZRAM=$(sysctl vm.min_free_kbytes | awk '{print $3}')
|
||||
KARGS=$(rpm-ostree kargs)
|
||||
NEEDED_KARGS=()
|
||||
|
||||
# UPDATES
|
||||
if [[ -f /var/ublue-update/branch ]]; then
|
||||
echo "Removing previously used branch selection file"
|
||||
rm -f /var/ublue-update/branch
|
||||
fi
|
||||
|
||||
# KERNEL ARGUMENTS
|
||||
echo "Current kargs: $KARGS"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user