Releases: GIJack/disk-image-scripts
Releases · GIJack/disk-image-scripts
Version 1.4
- Debian is now supported
- shrinkwrap and compress now work correctly
- init.arch.local.sh just turns into init.local.sh, compile time config
scripts are now not named for distros, do not need - mount_image.sh fixes. something changed? umount logic targets directory not
block devices, wierd? but it now works again - umount now uses -R,recursive and -f,force to make sure it works
- at the final compression in gen_cloud_image.sh, gzip uses -f to overwrite
if there was a previous file - Lots more fixes
Version 1.3
- updated bash completion, now more indiciative, mount_image umount now works
- shebang is now uses #!/usr/bin/env for greater compatibility
- added init.arch.local.sh to template for user comands to run inside the
chroot at compile time - more bug fixes and stylistic updates
Version 1.2
- new script: gen_cloud_template.sh for making cloud template images
- updated index format, now at 0.9
- fixed losetup -f, now needs root, adjust scripts
- cleaned up Makefile
- added bash completions
- removed last of parted, now uses sfdisk exclusively
- wrote manpages and cleaned up docs
Version 1.1.1
Mostly bugfix release
- changed parted to sfdisk because its easier and parted is unreliable
- updated documentation to reflect expected usage with cloud-init-extra
Version 1.1
Changes
- clean ups
- Added "remove" to makefile
- changed subgmsg() from [+] to ==>, looks more Arch-ish
- added -m/--mount-point to mount_image
- init_image now mounts on a temp directory, like shrinkwrap
Version 1.0
- Initial Release