mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-07-24 15:01:28 +00:00
sync with archive
This commit is contained in:
parent
2843b10697
commit
6959468d0c
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
calamares-settings-ubuntu (1:24.04.39) noble; urgency=medium
|
||||||
|
|
||||||
|
* Fix permissions on /home/oem when doing OEM installations. (LP: #2063403)
|
||||||
|
|
||||||
|
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 25 Apr 2024 00:01:37 -0500
|
||||||
|
|
||||||
calamares-settings-ubuntu (1:24.04.38) noble; urgency=high
|
calamares-settings-ubuntu (1:24.04.38) noble; urgency=high
|
||||||
|
|
||||||
* Do not remove zram-config on Ubuntu Unity, it does not exist in the first
|
* Do not remove zram-config on Ubuntu Unity, it does not exist in the first
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
# Install the OEM configuration for Calamares
|
# Install the OEM configuration for Calamares
|
||||||
tar xvzf /etc/calamares/oemconfig.tar.gz -C "$1" --strip-components=2;
|
tar xvzf /etc/calamares/oemconfig.tar.gz -C "$1" --strip-components=2;
|
||||||
|
chown -R 1000:1000 "$1"/home/oem
|
||||||
|
|
||||||
# Enable passwordless sudo for the OEM user, making sure this can be undone later
|
# Enable passwordless sudo for the OEM user, making sure this can be undone later
|
||||||
mv "$1"/etc/sudoers "$1"/etc/sudoers.orig
|
mv "$1"/etc/sudoers "$1"/etc/sudoers.orig
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
# Install the OEM configuration for Calamares
|
# Install the OEM configuration for Calamares
|
||||||
tar xvzf /etc/calamares/oemconfig.tar.gz -C "$1" --strip-components=2;
|
tar xvzf /etc/calamares/oemconfig.tar.gz -C "$1" --strip-components=2;
|
||||||
|
chown -R 1000:1000 "$1"/home/oem
|
||||||
|
|
||||||
# Enable passwordless sudo for the OEM user, making sure this can be undone later
|
# Enable passwordless sudo for the OEM user, making sure this can be undone later
|
||||||
mv "$1"/etc/sudoers "$1"/etc/sudoers.orig
|
mv "$1"/etc/sudoers "$1"/etc/sudoers.orig
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
# Install the OEM configuration for Calamares
|
# Install the OEM configuration for Calamares
|
||||||
tar xvzf /etc/calamares/oemconfig.tar.gz -C "$1" --strip-components=2;
|
tar xvzf /etc/calamares/oemconfig.tar.gz -C "$1" --strip-components=2;
|
||||||
|
chown -R 1000:1000 "$1"/home/oem
|
||||||
|
|
||||||
# Enable passwordless sudo for the OEM user, making sure this can be undone later
|
# Enable passwordless sudo for the OEM user, making sure this can be undone later
|
||||||
mv "$1"/etc/sudoers "$1"/etc/sudoers.orig
|
mv "$1"/etc/sudoers "$1"/etc/sudoers.orig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user