label-install: s/ORGIN/ORIGIN/

This commit is contained in:
Jeff Mahoney 2024-05-09 15:35:06 -04:00
parent aac6f9e653
commit e73f1ed2cb

View File

@ -31,7 +31,7 @@ if test ! -e "/host/etc/radvd.conf"; then
}
prefix=`printf "fd%02x:%04x:%04x:0001::/64\n" $(($(random) % 256)) $(random) $(random)`
sed -e "s,prefix (fd.*/64),prefix $prefix," $ORGIN/etc/radvd.conf > $HOST/etc/radvd.conf
sed -e "s,prefix (fd.*/64),prefix $prefix," $ORIGIN/etc/radvd.conf > $HOST/etc/radvd.conf
echo "radvd-install: created /etc/radvd.conf with ULA prefix $prefix"
installed=true