mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 19:20:10 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
cd7ac2224f
commit
5570327423
@ -88,6 +88,7 @@ echo Creating CT...
|
|||||||
|
|
||||||
TEMPLATE=($(ls /var/lib/vz/template/cache/alpine-3.18*.tar.xz))
|
TEMPLATE=($(ls /var/lib/vz/template/cache/alpine-3.18*.tar.xz))
|
||||||
|
|
||||||
|
# XXX option to configure bridges...
|
||||||
# NOTE: we are not setting the password here to avoid printing it to the terminal...
|
# NOTE: we are not setting the password here to avoid printing it to the terminal...
|
||||||
@ pct create $ID \
|
@ pct create $ID \
|
||||||
${TEMPLATE[-1]} \
|
${TEMPLATE[-1]} \
|
||||||
@ -104,6 +105,7 @@ TEMPLATE=($(ls /var/lib/vz/template/cache/alpine-3.18*.tar.xz))
|
|||||||
--start 1 \
|
--start 1 \
|
||||||
|| exit 1
|
|| exit 1
|
||||||
|
|
||||||
|
# XXX ifdown admin lan interfaces fro bootstrap...
|
||||||
|
|
||||||
echo Setting root password...
|
echo Setting root password...
|
||||||
if [ $PASS ] ; then
|
if [ $PASS ] ; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user