morpheus

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

commit c3fd7e6c36d539d25ba82d2addfe37d9efcbdd53
parent b45e00ff5fa38f5f958d803c67d652d98955f0b7
Author: sin <sin@2f30.org>
Date:   Mon, 16 Sep 2013 15:23:19 +0100

Make the bootable image 16MB

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

diff --git a/create-bootable b/create-bootable @@ -2,7 +2,7 @@ # # Ensure you've loaded the loop module with max_part=15 -dd if=/dev/zero of=morpheus-boot.img bs=128M count=1 +dd if=/dev/zero of=morpheus-boot.img bs=16M count=1 fdisk morpheus-boot.img <<< ' o n