Skip to content

Commit 3178793

Browse files
author
Greg Steuck
committed
Resolve ftp Permission denied due to install running it as unpriv.
1 parent 9440a57 commit 3178793

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

env/openbsd-amd64/make.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ send "s\n"
144144
expect timeout { exit 1 } "# "
145145
send "mount /dev/cd0c /mnt\n"
146146
send "cp /mnt/auto_install.conf /mnt/disklabel.template /\n"
147+
send "chmod a+r /disklabel.template\n"
147148
send "umount /mnt\n"
148149
send "exit\n"
149150

0 commit comments

Comments
 (0)