search for: httpfs

Displaying 3 results from an estimated 3 matches for "httpfs".

Did you mean: http's
2008 Mar 27
3
difference between busybox and klibc (faq?)
Hello what is the difference between busybox and klibc? Say, I want to use an initramfs in order to mount root over nfs, I can choose to use klibc with ipconfig and nfsmount? But I can also choose to use busybox with ifconfig and mount. So what's the difference, and why and in which case one is preferable to the other? If it's a FAQ, I'm sorry, just give me the link Thanks
2009 Oct 19
0
Fwd: [BKO] CentOS for boot.kernel.org
...o the live images as opposed to the network installers (since we already support CentOS as a network install target). As for the live image there's a couple of things that would need to be figured out, (1) does the live image already support iscsi out of the box and (2) does it already support httpfs out of the box. (1) is possible, (2) I'm guessing is it doesn't, and likely never will officially. ?If the live image doesn't already support booting off of an iscsi target than adding it should be trivial, if it doesn't than we'll have to hack into the initrd and add it. ?It...
2011 Jul 13
9
[PATCH 0/8] switch_root() enhancements
On a train ride to Bruxelles, brought out my axe and directly attacked run_init(8). run_init(8) is dead, long live switch_root(8). The next run on switch_root(8) involves fdopendir, so another push for the upcoming stdio 1.6 branch. The following is boot tested with initramfs-tools, kinit(8) tests would very much be appreciated!? Michal Suchanek (1): [klibc] switch_root: Fix single file