Current-Users archive

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

Re: Creating /dev/dk* nodes so as to be persistent



mueller6724%bellsouth.net@localhost ("Thomas Mueller") writes:

>After building the system from source and installing/copying the kernels, 
>generic and custom, my installworld command was, or something like because 
>directory names were not always the same:

> ./build.sh -O ../obj.amd64 -B nb6amd64-20130516 -m amd64 -T ../tooldir.amd64 
> -U install=/

Obviously this is not sufficient for an initial installation (but usually
for an update, except for the bootloader). I think the minimum is to augment
this with:

- /etc/fstab (create entries according to your partitioning)
- /dev (run MAKEDEV)
- bootloader (fdisk/gpt/installboot depending on your setup)

>sysinst is not workable: GPT.

Unfortunately. In that case you need to do manually what sysinst
does for a standard disk. See above.


>Would a reinstall such as you suggest disrupt my installed packages from 
>pkgsrc?

The point was 'reinstall with sysinst' which should format system partitions.
Wether that affects packages depends on where you installed your packages,
it defintely affects the startup scripts.


>How does using NetBSD-current instead of 6.1-STABLE cause more problems?

Current can be completely broken, that's the development tree, not some
release.


>> USB as a console doesn't work everywhere.
>        
>You mean I should try a PS/2 keyboard?  The console works for "boot 
>netbsd-sandy6.1 -a" with USB keyboard.

'console' is the low-level code, e.g. when the kernel itself
asks you for the root disk or when you start ddb.

That's different from the code that is used for the tty driver
and things like getty.



Home | Main Index | Thread Index | Old Index