Update debian11_container.sh

pull/10/head
tteckster 3 years ago committed by GitHub
parent 7dc24e287f
commit 8249b70069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -153,9 +153,9 @@ pct create $CTID $TEMPLATE_STRING -arch $ARCH -features nesting=1 \
-ostype $OSTYPE -rootfs $ROOTFS,size=$DISK_SIZE -storage $STORAGE >/dev/null -ostype $OSTYPE -rootfs $ROOTFS,size=$DISK_SIZE -storage $STORAGE >/dev/null
# Set container timezone to match host # Set container timezone to match host
MOUNT=$(pct mount $CTID | cut -d"'" -f 2) #MOUNT=$(pct mount $CTID | cut -d"'" -f 2)
ln -fs $(readlink /etc/localtime) ${MOUNT}/etc/localtime #ln -fs $(readlink /etc/localtime) ${MOUNT}/etc/localtime
pct unmount $CTID && unset MOUNT #pct unmount $CTID && unset MOUNT
# Setup container # Setup container
msg "Starting LXC container..." msg "Starting LXC container..."

Loading…
Cancel
Save

Powered by BW's shoe-string budget.