morpheus

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

commit e457911fab95924b6d889b0af41f3e8c7bf49bfd
parent b5c9de9c13bda5b70e73a93a010571475a2cc16d
Author: sin <sin@2f30.org>
Date:   Mon, 16 Sep 2013 13:58:37 +0100

Sync after dd

Diffstat:
Mcreate-bootable | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

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