From bcea2d108f4475f2f8a152091cd3318bd807eef3 Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 25 Sep 2013 16:53:19 +0100 Subject: [PATCH] Just use cp -ar --- create-bootable | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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