Frans Pop wrote:
> On Tuesday 09 November 2004 00:34, Martin Michlmayr wrote:
> > +# mount proc since arcboot needs it to decide between IP22 and IP32
> > +mount -t proc none /target/proc || true
>
> Wouldn't it be cleaner to test first if /target/proc was already mounted
> (with 'mount | grep -q
On Tuesday 09 November 2004 00:34, Martin Michlmayr wrote:
> +# mount proc since arcboot needs it to decide between IP22 and IP32
> +mount -t proc none /target/proc || true
Wouldn't it be cleaner to test first if /target/proc was already mounted
(with 'mount | grep -q "on /target/proc"')?
> apt-
Package: arcboot-installer
Version: 1.0
arcboot uses /proc to decide whether to install the IP22 or IP32
binary. Unfortunately, /proc is not mounted in the chroot when
arcboot is installed so it will always install the IP22 binary. Below
is a patch which works for me. Thiemo, ok to apply?
Ind
3 matches
Mail list logo