[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#232415: mkinitrd trace



tags 232415 - moreinfo
reassign 232415 debian-installer
quit

On Tue, Mar 02, 2004 at 04:15:55PM -0600, Nathan Poznick wrote:
> 
> I hit this same issue today, and was able to get the output of running
> the mkinitrd command in question with sh -x.  The output is attached.

Thanks.

> + '[' probe = probe ']'
> + script=
> 			/^#/ { next }
> 			$2 == "/" { print $1 " " $3 " " $4; exit }
> 		
> ++ awk '
> 			/^#/ { next }
> 			$2 == "/" { print $1 " " $3 " " $4; exit }
> 		' /etc/fstab
> + root=/dev/cciss/disc0/part1 ext3 defaults,errors=remount-ro

OK, so the device name came from /etc/fstab.  It is the responbility
of the calling program to make sure that the device exists either by
creating it or by mounting devfs.

Therefore I'm reassigning this bug.
-- 
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email:  Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt



Reply to: