Comment 15 for bug 946480

Revision history for this message
Vasily A. Klimov (wolf-stinger) wrote :

Hey ALL!
I solved this problem just change cp -f /etc/resolve.conf on cp -d /etc/resolve.conf

#vi vi /usr/lib/uck/remaster-live-cd.sh

go to string 358 ( on vi editor just print :set number and press enter)

and change

358 cp -d /etc/resolv.conf "$REMASTER_DIR/etc/resolv.conf" ||
359 failure "Failed to copy resolv.conf, error=$?"