You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/virt-firmware/files/kernel-bootcfg-boot-successful

10 lines
225 B

#!/sbin/openrc-run
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
description="UKI Successful Boot"
start() {
kernel-bootcfg --boot-successful --update-csv || return 1
}