[26012] in Source-Commits
Re: /svn/athena r25345 - trunk/debathena/scripts/installer
daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Tue Aug 2 08:44:19 2011
Date: Tue, 2 Aug 2011 08:44:12 -0400 (EDT)
From: Geoffrey Thomas <geofft@MIT.EDU>
To: Jonathan D Reed <jdreed@mit.edu>
cc: source-commits@mit.edu
In-Reply-To: <201108021230.p72CUslu002215@drugstore.mit.edu>
Message-ID: <alpine.DEB.2.00.1108020844100.31131@tyger.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
ACK
--
Geoffrey Thomas
geofft@mit.edu
On Tue, 2 Aug 2011, Jonathan D Reed wrote:
> Author: jdreed
> Date: 2011-08-02 08:30:54 -0400 (Tue, 02 Aug 2011)
> New Revision: 25345
>
> Modified:
> trunk/debathena/scripts/installer/install-debathena.beta.sh
> Log:
> Clean up wording and be more specific about Dell 790 stuff
>
> Modified: trunk/debathena/scripts/installer/install-debathena.beta.sh
> ===================================================================
> --- trunk/debathena/scripts/installer/install-debathena.beta.sh 2011-08-02 06:13:36 UTC (rev 25344)
> +++ trunk/debathena/scripts/installer/install-debathena.beta.sh 2011-08-02 12:30:54 UTC (rev 25345)
> @@ -108,7 +108,8 @@
> if [ "$category" != "cluster" ]; then
> echo
> echo "The Dell 790 sometimes has problems rebooting. The best way to"
> - echo "workaround this is to pass a 'reboot=pci' at boot time."
> + echo "work around this is to pass 'reboot=pci' at boot time."
> + echo "This change will be made in your GRUB (bootloader) configuration."
> ask "Is it ok to do this now? [Y/n] " y
> if [ y != "$answer" ]; then
> noacpi=n
>
>