From fe000ff236b48a26e40bf9a263c4524b91f078f7 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Wed, 1 Apr 2020 01:46:49 +0200 Subject: Revise --- tftp/auto_install | 1 + tftp/bsd.rd | 1 + tftp/etc/boot.conf | 3 +++ 3 files changed, 5 insertions(+) create mode 120000 tftp/auto_install create mode 120000 tftp/bsd.rd create mode 100644 tftp/etc/boot.conf (limited to 'tftp') diff --git a/tftp/auto_install b/tftp/auto_install new file mode 120000 index 0000000..7224e61 --- /dev/null +++ b/tftp/auto_install @@ -0,0 +1 @@ +../http/pub/OpenBSD/6.6/amd64/pxeboot \ No newline at end of file diff --git a/tftp/bsd.rd b/tftp/bsd.rd new file mode 120000 index 0000000..7a35bd8 --- /dev/null +++ b/tftp/bsd.rd @@ -0,0 +1 @@ +../http/pub/OpenBSD/6.6/amd64/bsd.rd \ No newline at end of file diff --git a/tftp/etc/boot.conf b/tftp/etc/boot.conf new file mode 100644 index 0000000..b7daacc --- /dev/null +++ b/tftp/etc/boot.conf @@ -0,0 +1,3 @@ +stty com0 115200 +set tty com0 +boot tftp:/bsd.rd -- cgit v1.2.3