mrrl-system-config

system configuration on top of MRRL
git clone https://ccx.te2000.cz/git/mrrl-system-config
Log | Files | Refs

config.aat (1164B)


      1 @include common.aat
      2 |BEGIN{
      3 # Login shell for root user in /etc/passwd
      4 root_shell=/bin/zsh
      5 
      6 # Amount of ttys to initialize
      7 tty_max=4
      8 
      9 # Number of gettys to spawn (should be less 9 to not overlap with rescue getty)
     10 getty_max=4
     11 
     12 tty_setfont=ter-v16n
     13 
     14 dev_manager=mdevd
     15 
     16 enable_loopback=1
     17 enable_dhcpcd=1
     18 enable_unbound=1
     19 enable_loadkeys=1
     20 enable_sshd=1
     21 enable_alsactl_rdaemon=1
     22 #enable_brightness=1
     23 #enable_tlp=1
     24 enable_containers=1
     25 #enable_syncthing=1
     26 enable_wpa_supplicant=1
     27 
     28 #X_servers=[
     29 #svc	vtN
     30 #X5	5
     31 #X6	6
     32 #X7	7
     33 #X8	8
     34 #]
     35 
     36 modprobe_modules=[
     37 module
     38 mt7921e
     39 usb_storage
     40 xhci_pci
     41 kvm-amd
     42 ccp
     43 snd-hda-intel
     44 snd_pci_acp3x
     45 |#
     46 |#af_packet
     47 |#thinkpad_acpi
     48 |#iwldvm
     49 |#evdev
     50 |#psmouse
     51 |#elan_i2c
     52 |#fuse
     53 |#overlay
     54 |#tun
     55 |#cpufreq_conservative
     56 |#cpufreq_ondemand
     57 |#cpufreq_powersave
     58 |#cpufreq_userspace
     59 |#ac
     60 |#ehci_pci
     61 |#hid_generic
     62 |#input_leds
     63 |#intel_rapl_msr
     64 |#pcspkr
     65 |#rapl
     66 |#thermal
     67 |#usbhid
     68 |#uvcvideo
     69 |#wmi_bmof
     70 |#xhci_pci
     71 |# USB ethernet
     72 r8153_ecm
     73 ]
     74 
     75 #static_ip=[
     76 #iface	ip	prefix
     77 #|#lo	127.0.0.1	8
     78 #|#eth0	10.70.145.187	25
     79 #]
     80 
     81 #static_route=[
     82 #iface	spec
     83 #|#eth0	default via 10.70.145.129
     84 #]
     85 
     86 user_svscan=[
     87 id	name
     88 1000	ccx
     89 ]
     90 
     91 #tinc_networks=[
     92 #name
     93 #ccx
     94 #]
     95 
     96 |}