index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-06 | Rename "default-config" to "overlay" | Aaron Griffin | |
I like difficulty and then name was annoying me Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2008-06-21 | Fix USB image corruption issues | Simo Leone | |
Fixes FS#10614 sfdisk and the kernel cannot accurately detect disk geometry from the disk image file, causing automatic partition size calculations to fail. The whole partition table is now calculated in mkusbimg rather than letting sfdisk do it. mkusbimg doesn't directly use losetup anymore either, eliminating some code. This also fixes issues with needing to make the partition much larger than necessary, so image size has been minimized. Signed-off-by: Simo Leone <simo@archlinux.org> | |||
2008-04-15 | Removed backticks | Simo Leone | |
Yes. Signed-off-by: Simo Leone <simo@archlinux.org> | |||
2008-03-30 | Changed mkusbimg size to 25% over rootsize | Simo Leone | |
This is plenty to compensate for filesystem overhead. Cutting the size too close to the minimum makes the image unbootable. No idea why. Signed-off-by: Simo Leone <simo@archlinux.org> | |||
2008-03-30 | Added USB image creation script | Simo Leone | |
mkusbimg creates bootable raw disk images that can be written to USB devices. It's intended to be on the same functional level as mkisofs. Signed-off-by: Simo Leone <simo@archlinux.org> |