Explorar el Código

Update debian10_container.sh

tteck hace 4 años
padre
commit
297f07f7ab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      debian10_container.sh

+ 1 - 1
debian10_container.sh

@@ -137,7 +137,7 @@ else
   mkfs.ext4 $(pvesm path $ROOTFS) &>/dev/null
   mkfs.ext4 $(pvesm path $ROOTFS) &>/dev/null
 fi
 fi
 ARCH=$(dpkg --print-architecture)
 ARCH=$(dpkg --print-architecture)
-HOSTNAME=lxc
+HOSTNAME=debian10
 TEMPLATE_STRING="local:vztmpl/${TEMPLATE}"
 TEMPLATE_STRING="local:vztmpl/${TEMPLATE}"
 pct create $CTID $TEMPLATE_STRING -arch $ARCH -features nesting=1 \
 pct create $CTID $TEMPLATE_STRING -arch $ARCH -features nesting=1 \
   -hostname $HOSTNAME -net0 name=eth0,bridge=vmbr0,ip=dhcp -onboot 1 -cores 1 -memory 512\
   -hostname $HOSTNAME -net0 name=eth0,bridge=vmbr0,ip=dhcp -onboot 1 -cores 1 -memory 512\