Skip to content

Commit d037c35

Browse files
committed
updated README
1 parent 203a241 commit d037c35

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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:
48
1. Formatted with an MBR paritioning scheme and boot record.
59
2. contains a single parition filling the entire drive, formated with a FS
610

@@ -28,8 +32,10 @@ filesystem
2832

2933
mount\_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

3440
shrinkwrap\_image.sh - reduce an .img to its smallest possible size. Especially
3541
for export.

0 commit comments

Comments
 (0)