rc 425 B

123456789101112131415161718192021222324
  1. # vim: ft=sh
  2. SEED=/var/lib/misc/random-seed
  3. FONT=Lat2-Terminus16
  4. NUMLOCK=yes
  5. TTYS=3
  6. #- brightness -#
  7. BRIGHTNESS_DEV=/sys/class/backlight/intel_backlight
  8. BRIGHTNESS_SAVE=/var/cache/brightness
  9. #- zram -#
  10. ZRAM_COUNT=4
  11. ZRAM_ALGO=lz4
  12. ZRAM_SIZE=1G
  13. #- boot time in /etc/issue -#
  14. # will be '%s\n%s\n' "${BOOT_TIME_TXT}${boot_time}" "${ISSUE_SEQ}"
  15. BOOT_TIME=1 # 0 to disable
  16. BOOT_TIME_TXT='boot time: '
  17. ISSUE_SEQ='\l in \r \t
  18. '