diff options
-rw-r--r-- | boot.conf | 3 | ||||
l---------[-rw-r--r--] | tftp/etc/boot.conf | 4 |
2 files changed, 4 insertions, 3 deletions
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 index b7daacc..e679804 100644..120000 --- a/tftp/etc/boot.conf +++ b/tftp/etc/boot.conf @@ -1,3 +1 @@ -stty com0 115200 -set tty com0 -boot tftp:/bsd.rd +../../boot.conf
\ No newline at end of file |