label-install: Use radvd.conf generated at install time

This commit is contained in:
Jeff Mahoney 2024-05-09 14:42:03 -04:00
parent b1b9c87d40
commit 97ab923bca

View File

@ -25,7 +25,7 @@ if test ! -w "/host/etc"; then
fi
if test ! -e "/host/etc/radvd.conf"; then
cp /usr/share/doc/packages/radvd/radvd.conf.example /host/etc/radvd.conf
cp /etc/radvd.conf /host/etc/radvd.conf
echo "radvd-install: installed example /etc/radvd.conf"
installed=true
fi