Skip to content

Commit

Permalink
refresh patches against upstream/main
Browse files Browse the repository at this point in the history
Commit cda82fe warranted downstream patch refresh to
fix daily recipe builds against main.

patches:
debian/patches/retain-old-groups.patch
  • Loading branch information
blackboxsw committed Aug 23, 2023
1 parent c6290cf commit a082610
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions debian/patches/retain-old-groups.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Last-Update: 2023-07-24
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/config/cloud.cfg.tmpl
+++ b/config/cloud.cfg.tmpl
@@ -206,7 +206,7 @@ system_info:
name: ubuntu
lock_passwd: True
gecos: Ubuntu
- groups: [adm, cdrom, dip, lxd, sudo]
+ groups: [adm, audio, cdrom, dialout, dip, floppy, lxd, netdev, plugdev, sudo, video]
sudo: ["ALL=(ALL) NOPASSWD:ALL"]
shell: /bin/bash
{# SRU_BLOCKER: do not ship network renderers on Xenial, Bionic or Eoan #}
@@ -17,7 +17,7 @@
"photon": "wheel",
"openmandriva": "wheel, users, systemd-journal",
"suse": "cdrom, users",
- "ubuntu": "adm, cdrom, dip, lxd, sudo",
+ "ubuntu": "adm, audio, cdrom, dialout, dip, floppy, lxd, netdev, plugdev, sudo, video",
"unknown": "adm, cdrom, dip, lxd, sudo"}) %}
{% set shells = ({"alpine": "/bin/ash", "dragonfly": "/bin/sh",
"freebsd": "/bin/tcsh", "netbsd": "/bin/sh",

0 comments on commit a082610

Please sign in to comment.