Tiny Core Linux

Tiny Core Base => TCB Bugs => Topic started by: genec on July 29, 2012, 11:43:12 PM

Title: TC 4.5.1-4.5.6: isolinux.cfg errors
Post by: genec on July 29, 2012, 11:43:12 PM
I'm assuming this is the right spot and that there's one maintainer for the configs.

1) For menu use, UI is preferred over DEFAULT, leaving default for its true purpose.
Code: [Select]
DEFAULT menu.c32 should read
Code: [Select]
DEFAULT tc
UI menu.c32
  I can provide more definitive reference (like syslinux:NEWS) if preferred.

2) tinycore-4.5.6.iso:boot/isolinux/isolinux.cfg line 4 references a non-existent label.
Code: [Select]
ONTIMEOUT plus should read
Code: [Select]
ONTIMEOUT tc
As a side note, there are some trailing spaces scattered throughout (since I happen to stumble upon with my editor mode due to using git which normally dislikes it).
Title: Re: TC 4.5.1-4.5.6: isolinux.cfg errors
Post by: curaga on July 30, 2012, 09:39:37 AM
Right place, yes.
Title: Re: TC 4.5.1-4.5.6: isolinux.cfg errors
Post by: roberts on July 30, 2012, 04:21:37 PM
Adjustments to isolinux.cfg completed for next release.
Title: Re: TC 4.5.1-4.5.6: isolinux.cfg errors
Post by: genec on August 11, 2012, 09:09:48 PM
Thanks again for a great system.