Displaying 2 results from an estimated 2 matches for "pmap_fil".
Did you mean:
  pmap_file
  
2004 Jun 17
0
portmap spoofing in nfsmount
...re two ways to use it (this belongs in a README file, but it's 
too late at night right now):
a) Set a fixed portnumber in /proc/sys/nfs/nlm_tcpport and 
/proc/sys/nfs/nlm_udpport before calling nfsmount; once the portmapper 
starts feed that fixed portnumber to pmap_set(8).  In this case the 
pmap_file can be /dev/null.
b) Allow the kernel to bind to any port and use the file produced by 
nfsroot to feed to pmap_set (it should be directly compatible); this 
means the file needs to be transferred to a place where the "real root" 
can find it before run-init.
To use it:
	nfsroot -p pm...
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