morpheus

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

commit 0d082f17d8eb48a5ca255cd4c2129c349365a4bf
parent 885f47b5e18bd276ec61b4113d11679c06be8d8d
Author: sin <sin@2f30.org>
Date:   Fri,  7 Mar 2014 10:55:24 +0000

Default to an ext4 partition instead of ext2

Diffstat:
Mstuff/create-bootable | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stuff/create-bootable b/stuff/create-bootable @@ -31,7 +31,7 @@ EOF lodev=$(losetup -f) losetup "$lodev" "$img" partition="$lodev"p1 -mkfs.ext2 -L MORPHEUS $partition +mkfs.ext4 -L MORPHEUS $partition mkdir -p "$mnt" mount $partition "$mnt" rmdir "$mnt/lost+found"