Advertisement
s243a

rsS.conf -- /etc -- TazPup Filesystems

Mar 5th, 2019
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.32 KB | None | 0 0
  1. # /etc/rcS.conf : Initial boot script configuration for SliTaz GNU/Linux
  2. # Sourced by    : /etc/init.d/rcS #This is the first function called in the busybox init.
  3. # For More info See: https://www.pearltrees.com/s243a/rcs-conf/id24231291#item251349251
  4.  
  5. # Use udev to populate /dev and handle hotplug events
  6. UDEV="yes"
  7.  
  8. # Clean up the system removing all tmp and pid files
  9. CLEAN_UP_SYSTEM="yes"
  10.  
  11. # Filesystems to check integrity of at boot time. You should check the
  12. # rootfs (where SliTaz is installed) and all partitions listed in fstab.
  13. # Example: CHECK_FS="/dev/hda5 /dev/hdb1"
  14. CHECK_FS=""
  15.  
  16. # Syslogd: Max size (KB) before rotation
  17. SYSLOGD_ROTATED_SIZE="60"
  18.  
  19. # Kernel modules to load at boot time
  20. LOAD_MODULES=""
  21.  
  22. # X Login manager: slim or lxdm, empty to disable X
  23. LOGIN_MANAGER="slim"
  24.  
  25. # Initialization scripts to run at boot time. The local.sh script
  26. # lets you quickly add some local startup commands.
  27. RUN_SCRIPTS="bootopts.sh pup_clock system.sh pup_start_cpu_freq pup_precache pup_pre-desktop network.sh local.sh"
  28.  
  29. # Daemons to start at boot time. DBUS daemon is started before the
  30. # login manager and from: /etc/init.d/system.sh
  31. RUN_DAEMONS="hald pup_alsa pup_acpi pup_pcmcia pup_zramswap pup_sfs_load rc.firewall httpd cupsd ntpd pure-ftpd connman clamd"
  32.  
  33. # Pre login message
  34. MESSAGE="Welcome to TazPuppy"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement