diff options
author | Eric Thibodeau <kyron@neuralbs.com> | 2008-07-10 02:20:39 -0400 |
---|---|---|
committer | Eric Thibodeau <kyron@neuralbs.com> | 2008-07-10 02:20:39 -0400 |
commit | 62b275210d94aff1a38ecf64670e5b890afa6cfb (patch) | |
tree | 51b6d933ed703443a8deee547a497f1e99bd424b /NFSroot-HOWTO | |
parent | Corrected a typo as per http://bugs.gentoo.org/show_bug.cgi?id=230968 (diff) | |
download | clustering-livecd-62b275210d94aff1a38ecf64670e5b890afa6cfb.tar.gz clustering-livecd-62b275210d94aff1a38ecf64670e5b890afa6cfb.tar.bz2 clustering-livecd-62b275210d94aff1a38ecf64670e5b890afa6cfb.zip |
New cluster-setup script to be runned by the user on LiveCD bootup
Corrected many OpenRC bootup sequences and quirks
--Thanks to Uber(lord) (Roy Maples) for quick fixes
--NFSroot system now boots up quickly
**There are still a few error messages on shutdown that will be adressed in later versions of OpenRC
--> ref: http://bugs.marples.name/show_bug.cgi?id=98
beowulf-head/beowulf-head automated script corrections
Diffstat (limited to 'NFSroot-HOWTO')
-rw-r--r-- | NFSroot-HOWTO | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/NFSroot-HOWTO b/NFSroot-HOWTO index 782204b..7d09aed 100644 --- a/NFSroot-HOWTO +++ b/NFSroot-HOWTO @@ -1,7 +1,15 @@ # Essentially: # 1- set up the environment as described in the LiveCD-HOWTO # 2- : +# openrc is so haWt we need the latest and gratest...but since we don't want to pull git and all deps into the nfsroot, here is a "hack": +cd /var/git/ +git clone git://git.overlays.gentoo.org/proj/openrc.git +cd openrc/ +make dist +mv openrc-0.2.5.tar.bz2 /usr/portage/distfiles/ +ebuild /usr/portage/sys-apps/openrc/openrc-0.2.5.ebuild digest +# 3- : cd /var/git/clustering-livecd/catalyst/nfsroot/2008.0/specs/amd64/ for I in stage1.spec stage2.spec stage3.spec nfsroot_stage4.spec do |