livingcomputermuseum / IFS

An implementation of the Xerox IFS protocol suite
GNU Affero General Public License v3.0
10 stars 6 forks source link

Fix capitalization of boot file names #4

Open shirriff opened 5 years ago

shirriff commented 5 years ago

On Windows, the capitalization doesn't matter, but on Linux it does. This change makes the file names in bootdirectory.txt match the actual file names. This change allows booting from files with names containing capital letters when using Linux (e.g. BeagleBone Ethernet gateway).