1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

tweaks, from miod

This commit is contained in:
deraadt 2019-08-10 17:58:57 +00:00
parent cbf7632fc2
commit fb868c7383
2 changed files with 8 additions and 6 deletions

View File

@ -1,4 +1,4 @@
dnl $OpenBSD: hardware,v 1.10 2014/02/27 18:48:15 deraadt Exp $
dnl $OpenBSD: hardware,v 1.11 2019/08/10 17:58:57 deraadt Exp $
The following machines are supported by OpenBSD/MACHINE:
Lemote Fuloong 2F
@ -21,5 +21,4 @@ The following machines are supported by OpenBSD/MACHINE:
all onboard devices (keyboard, trackpad, display, SD card reader,
USB ports, Ethernet adapter, wireless network adapter,
battery information) are supported except for the audio controller;
suspend/resume is not supported yet; keyboard actions involving
the `Fn' key are not working either at the moment.
suspend/resume is not supported yet.

View File

@ -1,4 +1,4 @@
dnl $OpenBSD: install,v 1.14 2014/03/19 01:59:48 tedu Exp $
dnl $OpenBSD: install,v 1.15 2019/08/10 17:58:57 deraadt Exp $
OpenBSDInstallPrelude
Booting the installation media:
@ -35,9 +35,12 @@ dnl you can boot the kernel from an usb key with:
dnl
dnl PMON> boot /dev/fs/fat@usb0:/bsd.rd
Netbooting the installation kernel can be done as well:
Netbooting the installation kernel can be done as well. First, check the name
of the PMON device for the onboard interface using the ``devls'' command.
This is likely to be either rtl0 (on Yeeloong) or rtk0 (on Fuloong). Then,
assign it an address and fetch the installation kernel from a tftp server:
PMON> ifaddr rtl0 <your ip>
PMON> ifaddr <device name> <your ip>
PMON> boot -k tftp://<server ip>/bsd.rd
OpenBSDInstallPart2