We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a58cc9d + a2e71d6 commit f8024e3Copy full SHA for f8024e3
install/usbkill.ini
@@ -141,12 +141,12 @@ do_sync = True
141
##########
142
143
144
-# Set do_wipe_swap to True in order clean the swap
+# Set do_wipe_ram to True in order clean the ram.
145
do_wipe_ram = False
146
# Check sdmem --help for available options
147
wipe_ram_cmd = sdmem -fll
148
149
+# Set do_wipe_swap to True in order clean the swap.
150
do_wipe_swap = False
151
# Check sswap --help for available options
152
wipe_swap_cmd = sswap -l
0 commit comments