How can I prevent init from creating /dev on mfs when it does not find one mounted? I'm netbooting a sparcstation and I've created the filesystem from scratch on Linux, but I need to run makedev from the sparc itself once booted.
Here's the tutorial I used:
http://netbsd.org/Documentation/network/netboot/files.html
Under the heading "It's time to boot up your diskless machine!" it says the system should ask me for my terminal type when I finish booting, but I get 'warning, no /dev/console' then 'init: creating /dev on mfs' or something similar.
I'm pretty sure it did ask me for the terminal on my first boot, and I'm pretty sure I ran makedev, but I must have done something wrong because it hasn't been created... is there a variable that means 'this is the first boot'?
Here's the tutorial I used:
http://netbsd.org/Documentation/network/netboot/files.html
Under the heading "It's time to boot up your diskless machine!" it says the system should ask me for my terminal type when I finish booting, but I get 'warning, no /dev/console' then 'init: creating /dev on mfs' or something similar.
I'm pretty sure it did ask me for the terminal on my first boot, and I'm pretty sure I ran makedev, but I must have done something wrong because it hasn't been created... is there a variable that means 'this is the first boot'?