file uri hotfix
This commit is contained in:
parent
7ed5cedde6
commit
6ea66adf36
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ done
|
|||
|
||||
echo -e "\nauto eth0\niface eth0 inet static\n address 192.168.1.1\n netmask 255.255.255.0\n gateway 192.168.1.1" | tee -a /mnt/etc/network/interfaces
|
||||
|
||||
cp dhcpd.conf /mnt/etc/dhcp/
|
||||
cp /mnt/root/dhcpd.conf /mnt/etc/dhcp/
|
||||
sed -i 's/^INTERFACES=.*/INTERFACES="eth0"/' /mnt/etc/default/isc-dhcp-server
|
||||
|
||||
read a
|
||||
|
|
Loading…
Reference in a new issue