commit 0699aa78dd15de1193aeacbdde1fa9214ca90b2d
parent e6a524282bb7dd15e121a770afe73a7df3c0ecdf
Author: sin <sin@2f30.org>
Date: Mon, 3 Feb 2014 11:13:32 +0000
Don't follow symlinks in source
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 -ar root/* /mnt
+fakeroot cp -arP root/* /mnt
extlinux --install /mnt/boot || exit 1
dd if=stuff/mbr.bin of=$lodev conv=notrunc bs=440 count=1