Skip to content

Commit c4a38b8

Browse files
committed
Restore ubuntu minimal yml
Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com>
1 parent 7c47548 commit c4a38b8

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

image-templates/ubuntu24-x86_64-minimal-raw.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ disk:
5454
mountOptions: defaults
5555

5656
systemConfig:
57-
users:
58-
# Development user with plaintext password (NOT for production)
59-
- name: user
60-
password: "user" # Do not commit real plaintext passwords
61-
groups: ["sudo"]
62-
6357
name: minimal
6458
description: Minimal ubuntu image
6559

@@ -86,11 +80,9 @@ systemConfig:
8680
- openssh-server
8781
- systemd-resolved
8882
- systemd-timesyncd
89-
- dkms
90-
- v4l2loopback-dkms
9183

9284
kernel:
9385
version: "6.17"
9486
cmdline: "console=ttyS0,115200 console=tty0 loglevel=7"
9587
packages:
96-
- linux-image-generic-hwe-24.04
88+
- linux-image-generic-hwe-24.04

0 commit comments

Comments
 (0)