Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
GIJack committed Aug 23, 2020
1 parent 5420f08 commit f2c8ad0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ bootable systems inside. Assumed that:
2. contains a single parition filling the entire drive, formated with a FS

System requirements:
--------------------
1. Arch Linux
2. GNU Parted
3. qemu (uses qemu-resize)
Expand All @@ -20,7 +21,7 @@ This is particularly useful if making an image for the cloud or other virtual
machine systems.

Scripts:

--------
init_image.sh - create a blank image file, formated with a single parition and a
filesystem

Expand All @@ -29,3 +30,12 @@ mount_image.sh - mount or unmount a previously made image
shrinkwrap_image.sh - reduce an .img to its smallest possible size. Especially
for export.

Instalation
-----------
There is a Makefile for GNU make with two options

make install

make remove

This should be self-explanitory

0 comments on commit f2c8ad0

Please sign in to comment.