NetBSD-Bugs archive

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

Re: port-atari/40316: "df: not found" printed while MAKEDEV all runs on NetBSD Atari install



The following reply was made to PR port-atari/40316; it has been noted by GNATS.

From: Alan Barrett <apb%cequrux.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: port-atari/40316: "df: not found" printed while MAKEDEV all
        runs on NetBSD Atari install
Date: Fri, 2 Jan 2009 12:16:49 +0200

 On Thu, 01 Jan 2009, dross%pobox.com@localhost wrote:
 > When "/bin/sh MAKEDEV all" is running during install, I get "df: not
 > found".  This happens twice and it does not stop the install.
 > Probably the df binary just needs to be dropped onto the sysinst
 > floppy.
 
 As a quick workaround, change $(df fd) to $(nooutput -2 df fd) in line
 481 of src/etc/MAKEDEV.tmpl.  This will simply suppress the error
 message.  I am working on a way of detecting whether the desc file
 system is mounted, without using the df command.
 
 --apb (Alan Barrett)
 


Home | Main Index | Thread Index | Old Index