[26521] in Source-Commits

home help back first fref pref prev next nref lref last post

Re: /svn/athena r25599 -

daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Mon Jul 2 17:23:58 2012

Date: Mon, 2 Jul 2012 17:23:53 -0400 (EDT)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201207011536.q61Fa9gT018764@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1207021722580.18441@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

On Sun, 1 Jul 2012, Jonathan D Reed wrote:

> Author: jdreed
> Date: 2012-07-01 11:36:08 -0400 (Sun, 01 Jul 2012)
> New Revision: 25599
>
> Modified:
>   trunk/debathena/config/recovery-mode-config/debian/athena-renumber
>   trunk/debathena/config/recovery-mode-config/debian/athena-update
>   trunk/debathena/config/recovery-mode-config/debian/changelog
> Log:
> In recovery-mode-config:
>  * Ensure / is mounted read-write (Trac: #1153)
>
>
> Modified: trunk/debathena/config/recovery-mode-config/debian/athena-renumber
> ===================================================================
> --- trunk/debathena/config/recovery-mode-config/debian/athena-renumber	2012-06-30 16:29:16 UTC (rev 25598)
> +++ trunk/debathena/config/recovery-mode-config/debian/athena-renumber	2012-07-01 15:36:08 UTC (rev 25599)
> @@ -34,6 +34,9 @@
>     exit 0;
> }
>
> +# Precise mounts root read-only in recovery mode.
> +mount -o remount,rw /

Does this want to happen after we force-set PATH?
(I suppose if there's no mount in the PATH we're probably sunk anyway, 
though.)

-Ben

> +
> # sulogin gets upset if it gets a ^C
> trap bail INT
>
>
> Modified: trunk/debathena/config/recovery-mode-config/debian/athena-update
> ===================================================================
> --- trunk/debathena/config/recovery-mode-config/debian/athena-update	2012-06-30 16:29:16 UTC (rev 25598)
> +++ trunk/debathena/config/recovery-mode-config/debian/athena-update	2012-07-01 15:36:08 UTC (rev 25599)
> @@ -17,6 +17,9 @@
>   exit 0
> fi
>
> +# Precise mounts root read-only in recovery mode.
> +mount -o remount,rw /
> +
> . /usr/share/debathena-recovery-mode-config/require_network.sh
>
> echo "Testing networking, please wait..."
>
> Modified: trunk/debathena/config/recovery-mode-config/debian/changelog
> ===================================================================
> --- trunk/debathena/config/recovery-mode-config/debian/changelog	2012-06-30 16:29:16 UTC (rev 25598)
> +++ trunk/debathena/config/recovery-mode-config/debian/changelog	2012-07-01 15:36:08 UTC (rev 25599)
> @@ -1,3 +1,9 @@
> +debathena-recovery-mode-config (1.4) unstable; urgency=low
> +
> +  * Ensure / is mounted read-write (Trac: #1153)
> +
> + -- Jonathan Reed <jdreed@mit.edu>  Sun, 01 Jul 2012 11:36:22 -0400
> +
> debathena-recovery-mode-config (1.3) unstable; urgency=low
>
>   * Don't poweroff, reboot, since kexec is nolonger an issue (Trac #759)
>
>

home help back first fref pref prev next nref lref last post