adjusting recipe as hostname has changed after working on x86 archictecture

This commit is contained in:
Lukas Bulwahn 2013-01-02 10:56:09 +01:00
parent e3df6dadd2
commit 240961f149
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ IMAGE_FEATURES += "tools-sdk"
# add own name to hosts # add own name to hosts
augment_hosts_setting_file () { augment_hosts_setting_file () {
echo '127.0.0.1\tqemux86-64.localdomain\t\tqemux86-64' >> ${IMAGE_ROOTFS}/etc/hosts echo '127.0.0.1\tqemux86.localdomain\t\tqemux86' >> ${IMAGE_ROOTFS}/etc/hosts
} }
# remove not needed ipkg informations # remove not needed ipkg informations