Fix resolv.conf in tinyipa image build
Currently image build for tinyipa overrides resolv.conf with the one from build host instead of backing it up. Change-Id: I18598fe5327d0ff74cac2596161b9201d47d2c5b
This commit is contained in:
@@ -34,7 +34,7 @@ mkdir "$FINALDIR"
|
|||||||
# Setup Final Dir
|
# Setup Final Dir
|
||||||
#####################################
|
#####################################
|
||||||
|
|
||||||
sudo cp /etc/resolv.conf $FINALDIR/etc/resolv.conf.old
|
sudo cp $FINALDIR/etc/resolv.conf $FINALDIR/etc/resolv.conf.old
|
||||||
sudo cp /etc/resolv.conf $FINALDIR/etc/resolv.conf
|
sudo cp /etc/resolv.conf $FINALDIR/etc/resolv.conf
|
||||||
|
|
||||||
sudo cp -a $FINALDIR/opt/tcemirror $FINALDIR/opt/tcemirror.old
|
sudo cp -a $FINALDIR/opt/tcemirror $FINALDIR/opt/tcemirror.old
|
||||||
|
Reference in New Issue
Block a user