Official NuTyX forums

Documentation => Configuration files of NuTyX => Topic started by: Thierry on Thu Nov 17 14:54:53 2016

Title: Configuration files of NuTyX
Post by: Thierry on Thu Nov 17 14:54:53 2016
- The keyboard:

in non graphical mode:
Code: [Select]
/etc/sysconfig/console
in graphical mode:
Code: [Select]
/etc/X11/xorg.xonf.d/20-keyboard.conf
- The network, name of the machine:

Code: [Select]
/sys/class/net/
/etc/sysconfig/network
/etc/sysconfif/ifconfig.<networkcards_name>
/etc/wpa_supplicant.<wirelesscards_name>
/etc/resolv.conf

- Language:

Code: [Select]
/etc/profile.d/i18n.sh
- Location and localtime:

Code: [Select]
/etc/localtime
- Mounting partitions, USB keys, swap partition, etc

Code: [Select]
/etc/fstab
- Clock:

Code: [Select]
/etc/sysconfig/clock
- Boot of the machine:

Code: [Select]
/boot/grub/grub.cfg

- Kernel modules manual loading / Passing parameter to the kernel modules

Code: [Select]
/etc/profile.d/modules.d/
/etc/modprobe.d/

- Folders/Files creation at boot time (normaly temporarly):

Code: [Select]
/etc/sysconfig/createfiles
- Services startUp scripts localtion:

Code: [Select]
/etc/rc.d/init.d/
- Graphical login via lxdm:

Code: [Select]
/etc/lxdm/lxdm.conf