morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit bcea2d108f4475f2f8a152091cd3318bd807eef3
parent 6c6c6b34408d87c2be745a298eeb5abc3427be6c
Author: sin <sin@2f30.org>
Date:   Wed, 25 Sep 2013 16:53:19 +0100

Just use cp -ar

Diffstat:
Mcreate-bootable | 2+-
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