DRACUT_QUIET=no

This commit is contained in:
Patrick Schleizer 2023-01-07 17:22:45 -05:00
parent abbaea582d
commit 02f44459ad
No known key found for this signature in database
GPG key ID: CB8D50BB77BB3C48
4 changed files with 8 additions and 0 deletions

View file

@ -4,6 +4,8 @@
## Copyright (C) 2023 - 2023 Friedrich Doku <friedrichdoku@gmail.com>
## See the file COPYING for copying conditions.
DRACUT_QUIET=no
ram_wipe_check_needshutdown() {
local wipe_action
wipe_action=$(getarg wiperamaction)

View file

@ -6,6 +6,8 @@
## TODO: rename to wipe-ram-exit.sh (so it is different from wipe-ram.sh)
DRACUT_QUIET=no
ram_wipe_action() {
local kernel_wiperam_exit
kernel_wiperam_exit=$(getarg wiperamexit)