Displaying 2 results from an estimated 2 matches for "nancy_vg1".
2007 Aug 15
0
[git patch] fstype support + minor stuff
...eaves currently only ocfs2 on my fstype todo list.
--
maks
commit 8094659e23e6c25293868b58c485b7b21cf314a1
Author: maximilian attems <max at stro.at>
Date: Wed Aug 15 13:28:32 2007 +0200
fstype: add gfs2 support
./gfs2_mkfs -t mycluster:mygfs -p lock_dlm -j 2 /dev/mapper/nancy_vg1-gfs2
./usr/kinit/fstype/static/fstype /dev/mapper/nancy_vg1-gfs2
FSTYPE=gfs2
FSSIZE=0
set the fssize to zero for now.
Signed-off-by: maximilian attems <max at stro.at>
diff --git a/usr/kinit/fstype/fstype.c b/usr/kinit/fstype/fstype.c
index 3465676....
2007 Aug 21
1
[git patch] dmesg + fstype ocfs2
...llow dropping busybox
out of initramfs soon.
i've added on my fstype TODO md and udf
--
maks
commit 6789167791ff5364c2b85bb440b731b599774de8
Author: maximilian attems <max at stro.at>
Date: Tue Aug 21 11:41:00 2007 +0200
fstype: add ocfs2 support
mkfs.ocfs2 /dev/mapper/nancy_vg1-ocfs2 > /dev/null
mkfs.ocfs2 1.2.1
./usr/kinit/fstype/static/fstype /dev/mapper/nancy_vg1-ocfs2
FSTYPE=ocfs2
FSSIZE=0
Signed-off-by: maximilian attems <max at stro.at>
diff --git a/usr/kinit/fstype/fstype.c b/usr/kinit/fstype/fstype.c
index 197a259..2f219e6...