mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-30 20:59:09 +00:00
Revert account (#1119)
This commit is contained in:
parent
066659219a
commit
947802f681
@ -1,4 +1,4 @@
|
||||
packages:
|
||||
- name: "kairos-overlay-files"
|
||||
category: "static"
|
||||
version: "1.4.0"
|
||||
version: "1.5.0"
|
||||
|
@ -8,6 +8,14 @@ stages:
|
||||
group_name: "admin"
|
||||
password: "x"
|
||||
gid: 900
|
||||
- name: "Setup users"
|
||||
users:
|
||||
kairos:
|
||||
passwd: "!"
|
||||
shell: /bin/bash
|
||||
homedir: "/home/kairos"
|
||||
groups:
|
||||
- "admin"
|
||||
- name: "Set user password if running in live or uki"
|
||||
if: "[ -e /run/cos/live_mode ] || [ -e /run/cos/uki_install_mode ]"
|
||||
users:
|
||||
|
Loading…
Reference in New Issue
Block a user