|
|
@ -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
|
|
|
|