-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is a storage partition possible? #78
Comments
It is possible, but you would need to disable sanity check, lines 56-60 in glim.sh. |
I am interested in this too. I would like to have a EXT4 partition and one NTFS partition. This could be for storage of iso files larger than 4gb if we can find some way to boot them. I have manually resized the vfat partition after creating it with glim.sh and created two partitions one NTFS and EXT4 as follows:
Lines 41 to 81:
I can now run the glim.sh script on my flash drive and build again without error. Output looks like this:
|
For example: a 128GB stick divided into two partitions, 64gb FAT32 for GLIM and 64gb ext4 for transferring and storing files. Is this possible?
The text was updated successfully, but these errors were encountered: