From 083d8a01ee2633bba59bfc970fe9236dd4b05b84 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Wed, 1 Apr 2020 02:18:37 +0200 Subject: Revise --- boot.conf | 3 +++ tftp/etc/boot.conf | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 boot.conf mode change 100644 => 120000 tftp/etc/boot.conf diff --git a/boot.conf b/boot.conf new file mode 100644 index 0000000..b7daacc --- /dev/null +++ b/boot.conf @@ -0,0 +1,3 @@ +stty com0 115200 +set tty com0 +boot tftp:/bsd.rd diff --git a/tftp/etc/boot.conf b/tftp/etc/boot.conf deleted file mode 100644 index b7daacc..0000000 --- a/tftp/etc/boot.conf +++ /dev/null @@ -1,3 +0,0 @@ -stty com0 115200 -set tty com0 -boot tftp:/bsd.rd diff --git a/tftp/etc/boot.conf b/tftp/etc/boot.conf new file mode 120000 index 0000000..e679804 --- /dev/null +++ b/tftp/etc/boot.conf @@ -0,0 +1 @@ +../../boot.conf \ No newline at end of file -- cgit v1.2.3