Rework package installation during post-boot configuration
authorMartin Schwenke <martin@meltin.net>
Tue, 24 Jun 2014 03:46:54 +0000 (13:46 +1000)
committerMartin Schwenke <martin@meltin.net>
Wed, 2 Jul 2014 04:17:17 +0000 (14:17 +1000)
commit772070f49ea1a91c260c0fc1718e40368c59edde
treea06a282f70df448dbbd10d19cfce36c6a8385007
parentbfe5a41089dc1e1ac7747b7dd778144602d23625
Rework package installation during post-boot configuration

* New script install_packages.sh is the single entry-point for
  installing packages outside kickstart.

* New configuration variable CONFIG_EXTRA_PACKAGES has space-separated
  list of extra packages to install.  This can help if dependencies
  are broken.

* Rename install_gpfs_nas.sh to just install_nas.sh, now just installs
  packages (e.g. samba, ctdb, rssh) to support protocols.

* Rename install_gpfs.sh to install_clusterfs_gpfs.sh to provide a
  hook to support installation of alternate cluster filesystem
  packages.

Signed-off-by: Martin Schwenke <martin@meltin.net>
autocluster
base/all/root/scripts/install_clusterfs_gpfs.sh [moved from base/all/root/scripts/install_gpfs.sh with 82% similarity]
base/all/root/scripts/install_gpfs_nas.sh [deleted file]
base/all/root/scripts/install_nas.sh [new file with mode: 0755]
base/all/root/scripts/install_packages.sh [new file with mode: 0755]
config.d/00base.defconf