commit 6e52ffa89fe68d3eaf883907d90853230a0a4516
parent 3d5b332b0157f452ddb9a882f7b2880bacf01ef0
Author: sin <sin@2f30.org>
Date: Wed, 25 Sep 2013 16:53:19 +0100
Just use cp -ar
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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