2013-12-01

Slitaz -- rolling



slitaz-rolling.iso 2013-Nov-24 01:03:35 42.0M


1
tux@slitaz:~$ uname -a
Linux slitaz 3.2-slitaz #4 SMP Sat Nov 23 16:46:58 CET 2013 i686 GNU/Linux

2.
tux@slitaz:~$ grep 'such file' /var/log/boot.log
grep: /lib/modules/3.2-slitaz/modules.usbmap: No such file or directory
grep: /lib/modules/3.2-slitaz/modules.usbmap: No such file or directory
Setting default mixer volumes... amixer: Mixer attach default error: No such file or directory
amixer: Mixer attach default error: No such file or directory
/usr/sbin/soundconf: line 1080: can't open /lib/modules/3.2-slitaz/modules.pcimap: no such file
/usr/sbin/soundconf: line 1080: can't open /lib/modules/3.2-slitaz/modules.isapnpmap: no such file

3.
tux@slitaz:~$ ls -l /lib/modules/3.2.40-slitaz/
total 1032
drwxr-xr-x 10 root root 200 Nov 23 23:57 kernel
-rw-r--r-- 1 root root 241244 Nov 23 23:54 modules.alias
-rw-r--r-- 1 root root 235317 Nov 23 23:54 modules.alias.bin
-rw-r--r-- 1 root root 8547 Nov 23 16:30 modules.builtin
-rw-r--r-- 1 root root 12194 Nov 23 23:57 modules.builtin.bin
-rw-r--r-- 1 root root 93360 Nov 23 23:54 modules.dep
-rw-r--r-- 1 root root 122861 Nov 23 23:54 modules.dep.bin
-rw-r--r-- 1 root root 103 Nov 23 23:54 modules.devname
-rw-r--r-- 1 root root 71340 Nov 23 16:30 modules.order
-rw-r--r-- 1 root root 131 Nov 23 23:57 modules.softdep
-rw-r--r-- 1 root root 112439 Nov 23 23:54 modules.symbols
-rw-r--r-- 1 root root 138006 Nov 23 23:54 modules.symbols.bin

4.
tux@slitaz:~$ zcat /proc/config.gz | grep -e IP_PNP -e NFS
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
CONFIG_IP_PNP_BOOTP=y
CONFIG_IP_PNP_RARP=y
# CONFIG_USB_FUNCTIONFS is not set
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
CONFIG_NFS_V3_ACL=y
# CONFIG_NFS_V4 is not set
# CONFIG_ROOT_NFS is not set
CONFIG_NFSD=m
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
CONFIG_NFSD_V3_ACL=y
# CONFIG_NFSD_V4 is not set
CONFIG_NFS_ACL_SUPPORT=y
CONFIG_NFS_COMMON=y
# CONFIG_NCPFS_NFS_NS is not set

tux@slitaz:~$ zcat /proc/config.gz | grep CGROUP
CONFIG_CGROUPS=y
# CONFIG_CGROUP_DEBUG is not set
# CONFIG_CGROUP_FREEZER is not set
# CONFIG_CGROUP_DEVICE is not set
# CONFIG_CGROUP_CPUACCT is not set
# CONFIG_CGROUP_PERF is not set
CONFIG_CGROUP_SCHED=y
# CONFIG_BLK_CGROUP is not set
# CONFIG_NET_CLS_CGROUP is not set
tux@slitaz:~$