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

View File

@ -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"