WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Suggestion for usbinstall script  (Read 1406 times)

Offline ixbrian

  • Administrator
  • Sr. Member
  • *****
  • Posts: 436
Suggestion for usbinstall script
« on: September 20, 2010, 07:53:28 PM »
Currently the usbinstall script requires the dosfstools extension to be loaded before it will let you proceed.  From what I can tell, dosfstools is not needed if you are doing a EXT type usbinstall, so it might be helpful to detect if it is a EXT install and not require dosfstools in this case. 

Changing line 252 to something like this should work:

Code: [Select]
[ $TYPE == "EXT" ] || [ `find "$TCEINSTALLED" -name "dosfstools*"` ] || MISSING="$MISSING dosfstools "

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Suggestion for usbinstall script
« Reply #1 on: September 21, 2010, 09:38:36 AM »
Minor and not a BD as overwhelmingly it is needed, nonetheless, OK.
10+ Years Contributing to Linux Open Source Projects.