typo
This commit is contained in:
parent
b0559b2e4d
commit
5f894cd346
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ EOF
|
|||
# User configuration for the instance
|
||||
chroot $ROOTFS groupadd libvirtd || true
|
||||
chroot $ROOTFS useradd stack -s /bin/bash -d $DEST -G libvirtd
|
||||
cp -pr $TOPDIR $ROOTFS/$DEST/devstack
|
||||
cp -pr $TOP_DIR $ROOTFS/$DEST/devstack
|
||||
echo "root:$ROOT_PASSWORD" | chroot $ROOTFS chpasswd
|
||||
echo "stack:pass" | chroot $ROOTFS chpasswd
|
||||
echo "stack ALL=(ALL) NOPASSWD: ALL" >> $ROOTFS/etc/sudoers
|
||||
|
|
Loading…
Reference in a new issue