mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-03-03 15:21:08 +00:00
Lubuntu: add raspberry pi scripting
This commit is contained in:
parent
e687608175
commit
966ac04280
1
debian/calamares-settings-lubuntu.install
vendored
1
debian/calamares-settings-lubuntu.install
vendored
@ -7,5 +7,6 @@ lubuntu/modules/ etc/calamares/
|
||||
lubuntu/oem/calamares-launch-oem usr/bin/
|
||||
lubuntu/oem/calamares-launch-oem.desktop usr/share/applications/
|
||||
lubuntu/oem/calamares-oemprep.sh usr/libexec/
|
||||
lubuntu/oem/calamares-raspiprep.sh usr/libexec/
|
||||
lubuntu/oemconfig.tar.gz etc/calamares/
|
||||
lubuntu/settings.conf etc/calamares/
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
calamares-settings-ubuntu (1:25.04.2) UNRELEASED; urgency=medium
|
||||
|
||||
* Lubuntu: Add raspberry pi prep script
|
||||
|
||||
-- Erich Eickmeyer <eeickmeyer@ubuntu.com> Sat, 09 Nov 2024 09:25:43 -0800
|
||||
|
||||
calamares-settings-ubuntu (1:25.04.1) plucky; urgency=medium
|
||||
|
||||
* Welcome to Plucky Puffin!
|
||||
|
15
lubuntu/oem/calamares-raspiprep.sh
Normal file
15
lubuntu/oem/calamares-raspiprep.sh
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
# Preps the preinstalled system to go straight into
|
||||
# First user configuration mode, bypassing oem config
|
||||
# mode
|
||||
|
||||
/usr/libexec/calamares-oemprep.sh
|
||||
|
||||
sddm_file="$(cat <<EOL
|
||||
[Autologin]
|
||||
Session=lubuntu-oem-environment
|
||||
User=oem
|
||||
EOL
|
||||
)"
|
||||
|
||||
echo "$sddm_file" > /etc/sddm.conf
|
Loading…
x
Reference in New Issue
Block a user