WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: TC 4.5.1-4.5.6: isolinux.cfg errors  (Read 2432 times)

Offline genec

  • Full Member
  • ***
  • Posts: 240
TC 4.5.1-4.5.6: isolinux.cfg errors
« on: July 29, 2012, 08: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).

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10963
Re: TC 4.5.1-4.5.6: isolinux.cfg errors
« Reply #1 on: July 30, 2012, 06:39:37 AM »
Right place, yes.
The only barriers that can stop you are the ones you create yourself.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: TC 4.5.1-4.5.6: isolinux.cfg errors
« Reply #2 on: July 30, 2012, 01:21:37 PM »
Adjustments to isolinux.cfg completed for next release.
10+ Years Contributing to Linux Open Source Projects.

Offline genec

  • Full Member
  • ***
  • Posts: 240
Re: TC 4.5.1-4.5.6: isolinux.cfg errors
« Reply #3 on: August 11, 2012, 06:09:48 PM »
Thanks again for a great system.