fedorize_image: use tar --sparse instead og bzip2 for cleanstarter.img
This commit is contained in:
parent
70a24f5713
commit
13038dc1ac
Binary file not shown.
BIN
clean_images/clean-starter.img.tar
Normal file
BIN
clean_images/clean-starter.img.tar
Normal file
Binary file not shown.
@ -16,7 +16,7 @@ if [ -f $IMG ]; then
|
|||||||
else
|
else
|
||||||
|
|
||||||
echo "-> Initializing empty image with part table and filesystems..."
|
echo "-> Initializing empty image with part table and filesystems..."
|
||||||
cp clean_images/clean-starter.img $IMG
|
tar kOxf clean_images/clean-starter.img.tar > $IMG
|
||||||
|
|
||||||
touch $IMG || exit 1
|
touch $IMG || exit 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user