diff --git a/stuff/create-bootable b/stuff/create-bootable index c5564a0..2dd28e1 100755 --- 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"