morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit 5908cd0ac330b20d12669a78f9cf0eb4c3f7fd8f
parent 6cafdd34d0a5a51b32b75e5383c52acfe6966971
Author: sin <sin@2f30.org>
Date:   Thu, 26 Sep 2013 20:39:37 +0100

Make the image 512M

Diffstat:
Mcreate-bootable | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/create-bootable b/create-bootable @@ -6,7 +6,7 @@ img=morpheus-$arch-$version.img -dd if=/dev/zero of=$img bs=256M count=1 +dd if=/dev/zero of=$img bs=512M count=1 fdisk $img <<< ' o n