Tiny Core Base > Release Candidate Testing

Core v7.1rc1

<< < (3/3)

curaga:
Yeah, with dhcp I don't think the hosts addition would be good.

Busybox, that's up to Juanito.

Juanito:
CONFIG_FEATURE_SYSLOGD_READ_BUFFER_SIZE=512 planned for tc-7.1rc2

aswjh:
Can reduce boot time:

--- Code: ------ /tmp/tcloop/Xlibs/usr/bin/setupdesktop
+++ /usr/bin/setupdesktop
@@ -8,7 +8,7 @@
 fi
 
 DESKTOP=`cat /etc/sysconfig/desktop`
-[ `which "$DESKTOP"_initmenu` ] &&  sudo "$DESKTOP"_initmenu
+[ `which "$DESKTOP"_initmenu` ] &&  sudo "$DESKTOP"_initmenu &
 
 FREEDESKTOP="/usr/local/share/applications"
 if [ "$(ls -A $FREEDESKTOP 2>/dev/null)" ]; then
@@ -19,4 +19,4 @@
        done
 fi
 
-[ -n "$ICONS" ] && "$ICONS".sh
+[ -n "$ICONS" ] && "$ICONS".sh &



--- End code ---

Navigation

[0] Message Index

[*] Previous page

Go to full version