View Single Post
Posts: 262 | Thanked: 232 times | Joined on Aug 2009
#270
Originally Posted by Matan View Post
You can increase image size:

Code:
dd if=/dev/zero bs=1048576 count=500 >> /home/user/MyDocs/debian-m5-v2.img.ext2
losetup /dev/loop0 /home/user/MyDocs/debian-m5-v2.img.ext2
resize2fs /dev/loop0
Preferably do it after a reboot, to make sure nothing is mounted, since closechroot does not always work.
Couldn't this stuff be an option in the installer? I'm sure quite a few people would like more space, and the default image would be kept smaller.