morpheus

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

commit e2041645e56d60abf834ef989dd88fedccf7798e
parent 252097a81377ebc9b9a806b54504ba9228972dc5
Author: sin <sin@2f30.org>
Date:   Mon, 16 Sep 2013 19:43:29 +0100

Rename data/ to stuff/

Diffstat:
Mcreate-bootable | 2+-
Rdata/mbr.bin -> stuff/mbr.bin | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/create-bootable b/create-bootable @@ -22,7 +22,7 @@ mount $partition /mnt || exit 1 fakeroot cp -dar root/* /mnt extlinux --install /mnt/boot || exit 1 -dd if=data/mbr.bin of=$lodev conv=notrunc bs=440 count=1 +dd if=stuff/mbr.bin of=$lodev conv=notrunc bs=440 count=1 sync umount /mnt diff --git a/data/mbr.bin b/stuff/mbr.bin Binary files differ.