NetBSD-Users archive

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

Re: automatic installation of NetBSD



I agree about the EOF. But one more:

On Sat, Jun 06, 2009 at 11:38:08PM +0200, Rhialto wrote:
> (...)
> chpass -s /bin/sh root
> if [ $? != 0 ]; then echo "/targetroot/netbsd does not exist!"; fi
> if [ $? != 0 ]; then echo "/targetroot/etc does not exist!"; fi
> if [ $? != 0 ]; then echo "/targetroot/etc/fstab does not exist!"; fi
> if [ $? != 0 ]; then echo "/targetroot/sbin/init does not exist!"; fi
> if [ $? != 0 ]; then echo "/targetroot/bin/sh does not exist!"; fi
> if [ $? != 0 ]; then echo "/targetroot/etc/rc does not exist!"; fi
> if [ $? != 0 ]; then echo "/targetroot/etc/rc.subr does not exist!"; fi
> if [ $? != 0 ]; then echo "/targetroot/etc/rc.conf does not exist!"; fi
> if [ $? != 0 ]; then echo "/targetroot/dev does not exist!"; fi
> if [ $? != 0 ]; then echo "/targetroot/dev/console does not exist!"; fi
> if [ $? != 0 ]; then echo "/targetroot/etc/fstab does not exist!"; fi
> if [ $? != 0 ]; then echo "/targetroot/sbin/fsck does not exist!"; fi
> if [ $? != 0 ]; then echo "/targetroot/sbin/fsck_ffs does not exist!"; fi
> if [ $? != 0 ]; then echo "/targetroot/sbin/mount does not exist!"; fi
> if [ $? != 0 ]; then echo "/targetroot/sbin/mount_ffs does not exist!"; fi
> if [ $? != 0 ]; then echo "/targetroot/sbin/mount_nfs does not exist!"; fi

Huh ??

-Martin


Home | Main Index | Thread Index | Old Index