stuff
This commit is contained in:
parent
92c00a9508
commit
cd3856083f
|
@ -32,8 +32,7 @@ set -e #exit if error
|
||||||
|
|
||||||
## Create the image
|
## Create the image
|
||||||
echo ${CL2}[create_disk.sh]${NC} Creating image... \(dd\)${CL3}
|
echo ${CL2}[create_disk.sh]${NC} Creating image... \(dd\)${CL3}
|
||||||
dd if=/dev/zero of=$1 bs=512 count=131072 > /dev/null
|
dd if=/dev/zero of=$1 bs=512 count=131072 status=progress
|
||||||
|
|
||||||
echo ${CL2}[create_disk.sh]${NC} Partitionning image... \(fdisk\)${CL3}
|
echo ${CL2}[create_disk.sh]${NC} Partitionning image... \(fdisk\)${CL3}
|
||||||
## Partition the image
|
## Partition the image
|
||||||
# WARNING, DO NOT DELETE SPACES !
|
# WARNING, DO NOT DELETE SPACES !
|
||||||
|
|
Loading…
Reference in New Issue