123456789101112131415161718192021222324 |
- # vim: ft=sh
- SEED=/var/lib/misc/random-seed
- FONT=Lat2-Terminus16
- NUMLOCK=yes
- TTYS=3
- #- brightness -#
- BRIGHTNESS_DEV=/sys/class/backlight/intel_backlight
- BRIGHTNESS_SAVE=/var/cache/brightness
- #- zram -#
- ZRAM_COUNT=4
- ZRAM_ALGO=zstd
- ZRAM_SIZE=4G
- #- boot time in /etc/issue -#
- # will be '%s\n%s\n' "${BOOT_TIME_TXT}${boot_time}" "${ISSUE_SEQ}"
- BOOT_TIME=1 # 0 to disable
- BOOT_TIME_TXT='boot time: '
- ISSUE_SEQ='\l in \r \t
- '
|