Tiny Core Base > TCB Bugs

tc-config, case $i in, base) ONLYBASE=1 ;; is redundant with same in tce-setup

(1/1)

nick65go:
in tc 11.1, in file tc-config, I think the case-search for item "base" in /proc/cmdline in not need.
--- Code: ---for i in `cat /proc/cmdline`; do*)
   case $i in
    base) ONLYBASE=1 ;;
--- End code ---
the real search is anyway done in tce-setup. so maybe you can delete this specific item from the branch: base) ONLYBASE=1 ;; Basicaly it is has no bad influence in code speed, i undertand it, but is useless in tc-config.IMHO any redundant code is not good impresion for tinycore.

curaga:
Removed, thanks for reporting.

Navigation

[0] Message Index

Go to full version