[Frugalware-darcs] setup-current: added xfs support
VMiklos
mamajom at axelero.hu
Thu Mar 16 17:52:39 CET 2006
[added xfs support
VMiklos <mamajom at axelero.hu>**20050827185723
FIXME: it seems that grub-install hangs up if you use xfs on / or /boot
a workaround is to 'killall grub' on tty2
imho that should be fixed in grub, not here
] {
hunk ./Makefile 43
+XFSVER = 2.6.36-1
hunk ./Makefile 68
- udev util-linux netkit-base mdadm
+ udev util-linux netkit-base mdadm xfsprogs
hunk ./Makefile 368
+
+xfsprogs:
+ rm -rf $(BDIR)
+ mkdir $(BDIR)
+ rm -rf xfsprogs
+ mkdir -p xfsprogs/sbin
+ cd $(BDIR) && tar xzf ../$(CDIR)/xfsprogs-$(XFSVER)-$(CARCH).fpm; \
+ cp -a sbin/mkfs.xfs ../xfsprogs/sbin/
hunk ./dl.lst 22
+http://ftp.frugalware.org/pub/frugalware/frugalware-current/frugalware/xfsprogs-2.6.36-1-i686.fpm
hunk ./dl.lst.amd64 22
+http://ftp.frugalware.org/pub/frugalware/frugalware-current/frugalware-x86_64/xfsprogs-2.6.36-1-x86_64.fpm
hunk ./src/rc.S 9
+modprobe xfs
hunk ./src/setup 335
- grep ' xfs' -q /proc/filesystems && \
+ grep '\Wxfs' -q /proc/filesystems && \
}
More information about the Frugalware-darcs
mailing list