qemu-system-aarch64 -machine virt -m 4096M -cpu cortex-a57 -name \
test -bios QEMU_EFI.fd -nographic -hdc \
FreeBSD-13.0-CURRENT-arm64-aarch64-PINEBOOK-20191212-r355634.img
:
(中略)
:
Updating /var/run/os-release done.
Performing sanity check on sshd configuration.
Starting sshd.
Starting cron.
Starting background file system checks in 60 seconds.
Fri Dec 13 21:57:18 UTC 2019
FreeBSD/arm64 (generic) (ttyu0)
login: root
Password:
Dec 13 21:57:32 generic login[850]: ROOT LOGIN (root) ON ttyu0
Last login: Fri Dec 13 02:31:22 on ttyu0
FreeBSD 13.0-CURRENT (GENERIC) #0 r355634: Thu Dec 12 07:53:14 \
UTC 2019
Welcome to FreeBSD!
Release Notes, Errata: https://www.FreeBSD.org/releases/
Security Advisories: https://www.FreeBSD.org/security/
FreeBSD Handbook: https://www.FreeBSD.org/handbook/
FreeBSD FAQ: https://www.FreeBSD.org/faq/
Questions List: \
https://lists.FreeBSD.org/mailman/listinfo/freebsd-questions/
FreeBSD Forums: https://forums.FreeBSD.org/
Documents installed with the system are in the \
/usr/local/share/doc/freebsd/
directory, or can be installed later with: pkg install \
en-freebsd-doc
For other languages, replace "en" with a language code like de or \
fr.
Show the version of FreeBSD installed: freebsd-version ; uname -a
Please include that output and any error messages when posting \
questions.
Introduction to manual pages: man man
FreeBSD directory layout: man hier
Edit /etc/motd.template to change this login announcement.
root@generic:~ #
root@generic:~ # diff -u /etc/rc.conf.org /etc/rc.conf
--- /etc/rc.conf.org 2019-12-13 22:01:17.752866000 +0000
+++ /etc/rc.conf 2019-12-13 22:02:59.211495000 +0000
@@ -1,5 +1,7 @@
-hostname="generic"
-ifconfig_DEFAULT="DHCP"
+hostname="test.tfc"
+ifconfig_vtnet0="inet 192.168.1.196 netmask 255.255.255.0"
+defaultrouter="192.168.1.254"
+ntpd_enable="YES"
sshd_enable="YES"
sendmail_enable="NONE"
sendmail_submit_enable="NO"
root@generic:~ # diff -u /etc/resolv.conf.org /etc/resolv.conf
--- /etc/resolv.conf.org 2019-12-13 22:04:28.058446000 +0000
+++ /etc/resolv.conf 2019-12-13 22:05:03.051870000 +0000
@@ -1,3 +1,3 @@
-# Generated by resolvconf
-nameserver 10.0.2.3
+search tfc
+nameserver 192.168.1.2
root@generic:~ # diff -u /etc/ssh/sshd_config.org \
/etc/ssh/sshd_config
--- /etc/ssh/sshd_config.org 2019-12-13 22:16:36.081624000 +0000
+++ /etc/ssh/sshd_config 2019-12-13 22:17:11.456728000 +0000
@@ -33,7 +33,7 @@
# Authentication:
#LoginGraceTime 2m
-#PermitRootLogin no
+PermitRootLogin yes
#StrictModes yes
#MaxAuthTries 6
#MaxSessions 10
root@generic:~ #