Skip to content

Releases: GIJack/disk-image-scripts

Version 1.4

20 Aug 23:00
Compare
Choose a tag to compare
  • 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

13 Sep 14:39
Compare
Choose a tag to compare
  • 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

29 May 20:38
Compare
Choose a tag to compare
  • 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

16 Sep 19:20
Compare
Choose a tag to compare

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

24 Aug 15:40
Compare
Choose a tag to compare

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

19 Aug 00:17
Compare
Choose a tag to compare
  • Initial Release