mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-14 18:24:15 +00:00
Imported 2.762
No reason for CPC update specified.
This commit is contained in:
parent
cecaf83136
commit
c9706809ba
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,3 +1,13 @@
|
|||||||
|
livecd-rootfs (2.762) jammy; urgency=medium
|
||||||
|
|
||||||
|
[ Dimitri John Ledkov ]
|
||||||
|
* auto/config: drop support for 0c3.net domain, now obsolete.
|
||||||
|
|
||||||
|
[ Jean-Baptiste Lallement ]
|
||||||
|
* wsl: Create missing groups in chroot
|
||||||
|
|
||||||
|
-- Jean-Baptiste Lallement <jean-baptiste.lallement@ubuntu.com> Thu, 31 Mar 2022 08:56:33 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.761) jammy; urgency=medium
|
livecd-rootfs (2.761) jammy; urgency=medium
|
||||||
|
|
||||||
[ Jean-Baptiste Lallement ]
|
[ Jean-Baptiste Lallement ]
|
||||||
|
@ -8,12 +8,6 @@ echo "Building on $(hostname --fqdn)"
|
|||||||
SEEDMIRROR=http://people.canonical.com/~ubuntu-archive/seeds/
|
SEEDMIRROR=http://people.canonical.com/~ubuntu-archive/seeds/
|
||||||
if [ -z "$MIRROR" ]; then
|
if [ -z "$MIRROR" ]; then
|
||||||
case $(hostname --fqdn) in
|
case $(hostname --fqdn) in
|
||||||
*.0c3.net)
|
|
||||||
case $ARCH in
|
|
||||||
i386|amd64) MIRROR=http://mirrors.0c3.net/ubuntu/ ;;
|
|
||||||
*) MIRROR=http://mirrors.0c3.net/ubuntu-ports/ ;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
*.ubuntu.com) MIRROR=http://ftpmaster.internal/ubuntu/
|
*.ubuntu.com) MIRROR=http://ftpmaster.internal/ubuntu/
|
||||||
SEEDMIRROR=http://archive-team.internal/seeds/
|
SEEDMIRROR=http://archive-team.internal/seeds/
|
||||||
;;
|
;;
|
||||||
|
10
live-build/ubuntu-wsl/hooks/10-create-groups.chroot
Executable file
10
live-build/ubuntu-wsl/hooks/10-create-groups.chroot
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Create the necessary groups
|
||||||
|
#
|
||||||
|
|
||||||
|
echo "Adding admin group..."
|
||||||
|
addgroup --system --quiet admin
|
||||||
|
|
||||||
|
echo "Adding netdev group..."
|
||||||
|
addgroup --system --quiet netdev
|
Loading…
x
Reference in New Issue
Block a user