Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: ixbrian on September 20, 2010, 07:53:28 PM

Title: Suggestion for usbinstall script
Post by: ixbrian 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 "
Title: Re: Suggestion for usbinstall script
Post by: roberts on September 21, 2010, 09:38:36 AM
Minor and not a BD as overwhelmingly it is needed, nonetheless, OK.