This website requires JavaScript.
Explore
Help
Sign In
arif
/
xcat-core
Watch
1
Star
0
Fork
0
You've already forked xcat-core
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
fix/makeroutes
xcat-core
/
xCAT-nbroot2
/
xcatroot
9 lines
102 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Dracut scripts to assemble a rudimentary base nbroot out of CentOS6 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9844 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-17 15:47:37 +00:00
#!/bin/sh
echo "Starting xCAT mini-environment"
NEWROOT=$3
XCATMASTER=$XCAT
while :
do
Switch nbroot2 to bash (at size cost, but so many scripts fail in dash) Implement DHCP driven TZ database (with TZ space reclaimed after assignment) Fix DHCP on multpile nics (dhclient must have per-interface pid files, sharing a leases is ok though) git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10120 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-07-19 15:00:21 +00:00
/bin/sh
Dracut scripts to assemble a rudimentary base nbroot out of CentOS6 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9844 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-17 15:47:37 +00:00
done
Reference in New Issue
Copy Permalink