[quote=“Tom Elliott, post: 26911, member: 7271”]That is correct.

Sorry I didn’t get a chance to be of assistance, and I will have to create a WIKI to add these minor changes.

XZ requires a small portion of encryption.[/quote]

This is my procedure for changing that file.

cd /var/www/html/fog/services/ipxe xz --decompress init.xz mount init ./tmp -o loop -rw cd ./tmp/tmp touch resolv.conf echo “nameserver 8.8.8.8” > resolv.conf echo “nameserver 8.8.4.4” >> resolv.conf cd …/… umount ./tmp xz -z -9 -C crc32 init

I then told my test bench to reboot in debug mode through my Fog server. The machine shutdown windows and rebooted me to a Linux command prompt. Although the link for resolv.conf was in /etc, the file I created in /tmp didn’t exist. When I tried to ping google.com I got the response “ping: bad address ‘google.com’”. After I ran though stops 4 to 6 from above while in the debug console my “ping google.com” then ran successfully. Next I tried rebooting the debug console to see if the resolv.conf I created in the debug console was still there… no luck. 😞

-Craig