Skip to content

Commit

Permalink
fix: correct resolv.conf filename to include nameserver configuration (
Browse files Browse the repository at this point in the history
…#1663)

Signed-off-by: emmanuel-ferdman <[email protected]>
  • Loading branch information
emmanuel-ferdman committed Jun 5, 2024
1 parent d68917f commit 4306b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hwaddress-sanitizer/create_qemu_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ EOF

echo "/dev/root / ext4 defaults 0 0" >> "${IMAGE_DIR}/etc/fstab"
echo -en "127.0.0.1\tlocalhost\n" > "${IMAGE_DIR}/etc/hosts"
echo "nameserver 8.8.8.8" >> "${IMAGE_DIR}/etc/resolve.conf"
echo "nameserver 8.8.8.8" >> "${IMAGE_DIR}/etc/resolv.conf"
echo "debian" > "${IMAGE_DIR}/etc/hostname"

# Set up SSH.
Expand Down

0 comments on commit 4306b7e

Please sign in to comment.