aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: 17ac144e725b27d8e12b2e48a30cbaa980851a2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Code:

cluster-setup

* Separate the functions so that the node part could be called upon multiple NFSROOTs. This would make it easyer to provide support for different ARCHs provided by the same master. Something in the lines of `setup-nfsroot $NFSROOOT` would be appropriate.

* Modify script so that it can be used under different ROOT environements (ie: USB environment where the ROOT is actually rw)
- This wasnt done since one can argue that a USBkey install is identical to an HDD install and most of the automation in the cluster-setup are meant for a livecd. HDD and USBkey install should just use the ebuilds and follow the instructions.

* Modularize so it is easy to add new features to auto-confgure, triggered by USE flags (ie: the torque auto-config is triggered bu the pbs USE flag)

System:

* Aufs mount the liveCD and provide the means by which one may save the config+environement to USB key (is it worth the effort or shouldn't someone just install directly to USB).