File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# disk-image-scripts
2- A collection of shell scripts for working with raw disk image .img files with
3- bootable systems inside. Assumed that:
2+
3+ Generate virtual machine template images for the cloud, and tools for working
4+ on .img files locally for upload.
5+
6+ Shell scripts for working with raw disk image .img files with bootable systems
7+ inside. Assumed that:
481 . Formatted with an MBR paritioning scheme and boot record.
592 . contains a single parition filling the entire drive, formated with a FS
610
@@ -28,8 +32,10 @@ filesystem
2832
2933mount\_ image.sh - mount or unmount a previously made image
3034
31- gen\_ cloud\_ template.sh - generate a cloud template images based on a profile.
32- see --help for more information
35+ gen\_ cloud\_ template.sh - generate a cloud virtual machine template images.
36+ Designed for work with digital ocean, and programs like harbor-wave, but should
37+ be convertable into an AMI for Amazon, but this has not been tested and not
38+ supported. see --help for more information
3339
3440shrinkwrap\_ image.sh - reduce an .img to its smallest possible size. Especially
3541for export.
You can’t perform that action at this time.
0 commit comments