mirror of
https://github.com/hexagonal-sun/moss-kernel.git
synced 2026-04-18 06:08:09 -04:00
Using mtools to prepare the initrd image results in an image that exclusively uses 8.3 filenames; as per the spec, the 8.3 filenames are stored uppercase. However, on most UNIX systems, people are used to dealing with down-case names; therefore convert the strings to lower-case before passing back to the user.