Corrected kernel name from newbsd to 386bsd, it now works.

This commit is contained in:
Rodney W. Grimes 1993-08-10 14:16:33 +00:00
parent 1d63569dcb
commit de34766adc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276

View File

@ -63,7 +63,7 @@ if [ "$todo"X = copyX ]; then
echo ""
echo "copying kernel..."
${test} cp /netbsd /mnt/netbsd
${test} cp /386bsd /mnt/386bsd
if [ $? -ne 0 ]; then
echo ""
echo "copy failed... (?!?!?!)"