diff options
author | Eric Thibodeau <kyron@neuralbs.com> | 2008-10-20 10:40:26 -0400 |
---|---|---|
committer | Eric Thibodeau <kyron@neuralbs.com> | 2008-10-20 10:40:26 -0400 |
commit | dcb97b9e828ca66203868ac9df7255c3af6586ed (patch) | |
tree | 7bcbf4f2f13e77c6d04c46b809b600b9c5da074a /TODO | |
parent | - added openldap to overlay to isolate shadow dependency during catalyst buil... (diff) | |
download | clustering-livecd-dcb97b9e828ca66203868ac9df7255c3af6586ed.tar.gz clustering-livecd-dcb97b9e828ca66203868ac9df7255c3af6586ed.tar.bz2 clustering-livecd-dcb97b9e828ca66203868ac9df7255c3af6586ed.zip |
LiveCD-HOWTO: Documentation update to reflect latest portage changes
TODO: Notes on nfsroot image creation
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +beowulf-head ebuild: + +The beowulf-head ebild requires that the NFS bootable image exists in /tftproot/nfsroot/$ARCH prior to calling pkg_config. Currently, this folder is populated thanks to the following sequence: + + mkdir -p /tftproot/nfsroot/$ARCH + tar -xjf /var/tmp/catalyst/builds/default/stage4-$ARCH-nfsroot.tar.bz2 \ + -C /tftproot/nfsroot/$ARCH + +Where stage4-$ARCH-nfsroot.tar.bz2 is a stage4 package created using the NFSroot-HOWTO. + +We need to find a way to either automate the image creation via an ebuild or provide such an image wthat could be downloadable and add it as a config parameter to cluster.conf (ie: NFS_ROOT_IMAGE=stage4-$ARCH-nfsroot.tar.bz2) and let pkg_config perform the above sequence. + Code: cluster-setup |