morpheus

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

commit 0d0f86b869c8bb7b3790cc31284ac0aaf5a893c7
parent 015015688a4f0a8e2c5494148c1020226dd09a2d
Author: sin <sin@2f30.org>
Date:   Tue, 17 Sep 2013 14:19:04 +0100

Remove lost+found/

Diffstat:
Mcreate-bootable | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/create-bootable b/create-bootable @@ -18,6 +18,7 @@ lodev=$(losetup -f --show morpheus-boot.img) || exit 1 partition="$lodev"p1 mkfs.ext2 -L MORPHEUS $partition || exit 1 mount $partition /mnt || exit 1 +rmdir /mnt/lost+found fakeroot cp -dar root/* /mnt extlinux --install /mnt/boot || exit 1