Commit 40052e77 authored by Adam Wujek's avatar Adam Wujek 💬

rootfs: don't copy resolv.conf to the flash

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent de79d73e
......@@ -82,7 +82,7 @@ if [ ! -z "$CONFIG_DNS_SERVER" ]; then
echo "domain $CONFIG_DNS_DOMAIN" >> $T
fi
fi
copy_conf /etc/resolv.conf /usr/etc/resolv.conf
cp $T /etc/resolv.conf
# rsyslog.conf is created from a template file, and busybox sed has -i
cp /wr/etc/rsyslog.conf.in $T
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment