UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit a0362669 authored by Kevin Crotty's avatar Kevin Crotty
Browse files

Merge branch 'spice-console-fix' into 'master'

OPS Image YAML SPICE Fix

See merge request !37
parents 27cc6401 d044bc77
Branches
1 merge request!37OPS Image YAML SPICE Fix
Pipeline #86927 passed with stages
in 14 seconds
......@@ -178,6 +178,8 @@ resources:
str_replace:
template: |
#!/bin/bash
echo blacklist qxl > /etc/modprobe.d/qxl.conf
update-initramfs -u
if [[ "$user" != "student" ]]
then
useradd -m -U -s /bin/bash $user
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment