mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-23 01:03:35 +07:00
DRACUT_QUIET=no
This commit is contained in:
parent
abbaea582d
commit
02f44459ad
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -6,6 +6,8 @@
|
||||
|
||||
type getarg >/dev/null 2>&1 || . /lib/dracut-lib.sh
|
||||
|
||||
DRACUT_QUIET=no
|
||||
|
||||
ram_wipe_check_needshutdown() {
|
||||
local kernel_wiperam_setting
|
||||
kernel_wiperam_setting=$(getarg wiperam)
|
||||
|
@ -8,6 +8,8 @@
|
||||
## First version by @friedy10.
|
||||
## https://github.com/friedy10/dracut/blob/master/modules.d/40sdmem/wipe.sh
|
||||
|
||||
DRACUT_QUIET=no
|
||||
|
||||
drop_caches() {
|
||||
sync
|
||||
## https://gitlab.tails.boum.org/tails/tails/-/blob/master/config/chroot_local-includes/usr/local/lib/initramfs-pre-shutdown-hook
|
||||
|
Loading…
Reference in New Issue
Block a user