Skip to content

Commit

Permalink
Renamed NEO to nanopi_neo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrspruitt committed Oct 2, 2017
1 parent 73c9345 commit 1442957
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions targets/NEO.conf → targets/nanopi_neo.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ openssh-client
openssh-server
EOF

HOSTNAME=NEO
HOSTNAME=nanopi_neo
LOCALE=en_US.UTF-8

post_install() {
Expand All @@ -40,7 +40,7 @@ post_install() {
ttys0
EOF

cp -r "${DIBS}/targets/NEO_overlay/"* "${ROOTFS}"
cp -r "${DIBS}/targets/nanopi_neo_overlay/"* "${ROOTFS}"
sed -i "s/#PermitEmptyPasswords no/PermitEmptyPasswords yes/g" ${ROOTFS}/etc/ssh/sshd_config
sed -i "s/#PermitRootLogin prohibit-password/PermitRootLogin yes/g" ${ROOTFS}/etc/ssh/sshd_config
sed -i "s/UsePAM yes/UsePAM no/g" ${ROOTFS}/etc/ssh/sshd_config
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 1442957

Please sign in to comment.