morpheus

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

commit f767b158fc0117a3afd4d4fdc5f81e7ac2103b88
parent f2331ae3f0a16d09bb984d8d0cbdb9fe4ba93a38
Author: sin <sin@2f30.org>
Date:   Tue, 25 Mar 2014 14:26:33 +0000

Simply use cat to write mbr.bin

Diffstat:
Mstuff/create-bootable | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stuff/create-bootable b/stuff/create-bootable @@ -39,7 +39,7 @@ rmdir "$mnt/lost+found" fakeroot cp -arP "$root"/* "$mnt" extlinux --install "$mnt/boot" -dd if=stuff/mbr.bin of=$lodev conv=notrunc bs=440 count=1 +cat stuff/mbr.bin > $lodev sync umount "$mnt"