diff --git a/config/includes.chroot/etc/laptop-mode/conf.d/board-specific/custom-drives-wakeup.conf b/config/includes.chroot/etc/laptop-mode/conf.d/board-specific/custom-drives-wakeup.conf new file mode 100644 index 0000000..0b6490e --- /dev/null +++ b/config/includes.chroot/etc/laptop-mode/conf.d/board-specific/custom-drives-wakeup.conf @@ -0,0 +1,6 @@ +# Maximum time, in seconds, of work that you are prepared to lose when your +# system crashes or power runs out. This is the maximum time that Laptop Mode +# will keep unsaved data waiting in memory before spinning up your hard drive. +# +LM_BATT_MAX_LOST_WORK_SECONDS=20 +LM_AC_MAX_LOST_WORK_SECONDS=5 \ No newline at end of file