set up /etc/hosts

This commit is contained in:
Bruce Leidl 2018-02-19 11:45:57 -05:00
parent f5014d4e28
commit de25195a0b

View File

@ -23,6 +23,7 @@ cat > /usr/libexec/launch <<- 'EOF'
EOF EOF
chmod +x /usr/libexec/launch chmod +x /usr/libexec/launch
printf "127.0.0.1\tsubgraph localhost\n" > /etc/hosts
echo "subgraph" > /etc/hostname echo "subgraph" > /etc/hostname
echo "deb http://http.debian.net/debian unstable main" >> /etc/apt/sources.list echo "deb http://http.debian.net/debian unstable main" >> /etc/apt/sources.list
useradd -s /bin/bash -m user useradd -s /bin/bash -m user