mirror of
https://github.com/janithcooray/lin_os_swap_mod.git
synced 2025-07-01 09:46:30 +00:00
## Removed ### Volume keys to configure This was a pain, for some it doesn't work ## Added ### PreConfiged File Each release file will have it's own config ### More Configs 12 Different Combinations Added. You can add mode under config/ ### Fail Safe No Idea on how well it'll work, but if the service file detects an incomplete start up of the last swapon, it will permenently disable itself. To re-enable, it you have to re-install the module. ## Log File is persistant now, but if you uninstall the module, it will get deleted
9 lines
No EOL
242 B
Bash
9 lines
No EOL
242 B
Bash
# SWAP FILE SIZE [2 - 999999]MB
|
|
SWAP_BIN_SIZE=8192
|
|
# SWAPPINESS [0 - 100]
|
|
SWAPPINESS=99
|
|
# SWAP PRIORITY [-999999 - 999999]
|
|
# 0 Will make it auto
|
|
SWAP_FILE_PRIOR=0
|
|
# VERSION THIS VAIBLE SHOULD COME FROM build script
|
|
# SWAP_MOD_VERSION="v2.0-a" |