1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-20 19:28:34 +00:00

Simply use cat to write mbr.bin

This commit is contained in:
sin 2014-03-25 14:26:33 +00:00
parent f2331ae3f0
commit f767b158fc

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