janithcooray-lin_os_swap_mod/module/vars.sh
Janith Cooray eba992d27d # V2 Beta A
## 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
2024-10-22 23:32:33 +05:30

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"