morpheus

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

commit 10446c2e4935bade6d4a1b16e9c5e2dee66fd51f
parent 0eb1396abb25b5d82c1ae4211600f8c850e110a3
Author: sin <sin@2f30.org>
Date:   Thu, 20 Feb 2014 16:29:21 +0000

Fix cp

Diffstat:
Mcreate-bootable | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/create-bootable b/create-bootable @@ -29,7 +29,7 @@ mkfs.ext2 -L MORPHEUS $partition || exit 1 mount $partition /mnt || exit 1 rmdir /mnt/lost+found -fakeroot cp -arP "$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