mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-21 18:40:00 +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)
|
KARGS=$(rpm-ostree kargs)
|
||||||
NEEDED_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
|
# KERNEL ARGUMENTS
|
||||||
echo "Current kargs: $KARGS"
|
echo "Current kargs: $KARGS"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user