aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric Thibodeau <kyron@neuralbs.com>2008-10-20 10:40:26 -0400
committerEric Thibodeau <kyron@neuralbs.com>2008-10-20 10:40:26 -0400
commitdcb97b9e828ca66203868ac9df7255c3af6586ed (patch)
tree7bcbf4f2f13e77c6d04c46b809b600b9c5da074a /TODO
parent- added openldap to overlay to isolate shadow dependency during catalyst buil... (diff)
downloadclustering-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--TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO b/TODO
index 17ac144..94388be 100644
--- a/TODO
+++ b/TODO
@@ -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