label-install: s/ORGIN/ORIGIN/
This commit is contained in:
parent
aac6f9e653
commit
e73f1ed2cb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user