Filesystem when GRUB is used to create an ISO file
Posted: Thu Apr 06, 2017 3:23 pm
I have been using GRUB's mkrescue to create ISO images from my compiled source files. I'm now at the point of developing my OS where I want to move into looking at reading/writing to the hard disk, but I do not know what filesystem is created by GRUB's mkrescue on the ISO image.
To be specific, I am using the command:
Where os.iso is the name of the output ISO file and sysroot is the name of the root directory of my OS.
Any help would be appreciated.
To be specific, I am using the command:
Code: Select all
grub-mkrescue -o os.iso sysrooot
Any help would be appreciated.