Just use cp -ar

This commit is contained in:
sin 2013-09-25 16:53:19 +01:00
parent 6c6c6b3440
commit bcea2d108f

View File

@ -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