diff --git a/create-bootable b/create-bootable index 8acdee9..6215b63 100755 --- a/create-bootable +++ b/create-bootable @@ -24,7 +24,7 @@ mkfs.ext2 -L MORPHEUS $partition || exit 1 mount $partition /mnt || exit 1 rmdir /mnt/lost+found -fakeroot cp -dar root/* /mnt +fakeroot cp -ar root/* /mnt extlinux --install /mnt/boot || exit 1 dd if=stuff/mbr.bin of=$lodev conv=notrunc bs=440 count=1