X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=grml-autoconfig;h=a4226965e729a1526d63fda3f811a769c33d336b;hp=68961f259ab7b4d23f11e4a66ad4eff9c05d9c8f;hb=7fe54f6858375c2fbee303493cf742150995dd24;hpb=c787948c5c204d1e02cb87c6d2f556939e3ffc4f diff --git a/grml-autoconfig b/grml-autoconfig index 68961f2..a422696 100755 --- a/grml-autoconfig +++ b/grml-autoconfig @@ -70,7 +70,7 @@ fi # update /etc/mtab if running in live-initramfs mode: if [ -z "$INSTALLED" -a -e /live/cow ] ; then if ! grep -q rootfs /etc/mtab ; then - for i in rootfs sysfs proc /live/image /live/cow /lib/init/rw /dev/shm /dev/pts ; do + for i in rootfs "none /sys sysfs" proc /live/image /live/cow /lib/init/rw /dev/shm /dev/pts ; do grep $i /proc/mounts >> /etc/mtab done fi @@ -89,6 +89,8 @@ else echo "6" > /proc/sys/kernel/printk ; eend $? fi +checkvalue $CONFIG_SYSLOG && config_syslog + if checkbootparam "forensic" ; then eerror "Bootopion forensic found. Important notice!" eerror " Do *not* boot with something like 'grml forensic ...' but with 'forensic ...' instead!" @@ -202,8 +204,6 @@ checkvalue $CONFIG_DHCP && config_dhcp [ -n "$SPLASH" ] && /usr/bin/grml-bootsplash "|||||||">/dev/tty14 -checkvalue $CONFIG_SYSLOG && config_syslog - checkvalue $CONFIG_CPU && config_cpu checkvalue $CONFIG_SSH && config_ssh