You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dietpi-software: Add support for automatied APT package installs
- DietPi-Software | The new AUTO_SETUP_APT_INSTALLS dietpi.txt setting can now be used to have APT packages automatically installed after the first run setup of DietPi systems. See dietpi.txt for details.
- DietPi-Software | The AUTO_SETUP_INSTALL_SOFTWARE_ID dietpi.txt settings now allows to define multiple software IDs in a single line, separated by space. For now, multiple AUTO_SETUP_INSTALL_SOFTWARE_ID lines are still supported, but this will change in the future. If you keep a dietpi.txt for future DietPi instances, and make use of the AUTO_SETUP_INSTALL_SOFTWARE_ID setting, please update it accordingly.
Copy file name to clipboardExpand all lines: CHANGELOG.txt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ v9.10
4
4
Enhancements:
5
5
- RISC-V | Debian Trixie does now support this architecture, hence our VisionFive 2 and Star64 images are now provided with Debian Trixie/testing instead of Debian Sid/unstable, and existing systems will be migrated to the Trixie suite.
6
6
- RISC-V | Additional software options have been enabled for RISC-V systems: Bazarr, Raspotify, NZBGet, MicroK8s and AdGuard Home
7
+
- DietPi-Software | The new AUTO_SETUP_APT_INSTALLS dietpi.txt setting can now be used to have APT packages automatically installed after the first run setup of DietPi systems. See dietpi.txt for details.
8
+
- DietPi-Software | The AUTO_SETUP_INSTALL_SOFTWARE_ID dietpi.txt settings now allows to define multiple software IDs in a single line, separated by space. For now, multiple AUTO_SETUP_INSTALL_SOFTWARE_ID lines are still supported, but this will change in the future. If you keep a dietpi.txt for future DietPi instances, and make use of the AUTO_SETUP_INSTALL_SOFTWARE_ID setting, please update it accordingly.
7
9
- DietPi-Software | myMPD: We enabled the software option for ARMv6 Bookworm systems, since packages for Raspbian Bookworm are now available. Many thanks to @hackslikeus for bringing up the topic: https://github.com/MichaIng/DietPi/issues/7345
8
10
- DietPi-Software | vaultwarden: Our builds will now show the package version within the web UI. Many thanks to @gh3597 for reporting it missing and how to add it: https://github.com/MichaIng/DietPi/issues/7364
# On first login, run update, initial setup and software installs without any user input
120
+
# On first boot, run update, initial setup and software installs without any user interaction.
115
121
# - Setting this to "1" is required for AUTO_SETUP_GLOBAL_PASSWORD and AUTO_SETUP_INSTALL_SOFTWARE_ID.
116
122
# - Setting this to "1" indicates that you accept the DietPi GPLv2 license, available at /boot/dietpi-LICENSE.txt, superseding AUTO_SETUP_ACCEPT_LICENSE.
117
123
AUTO_SETUP_AUTOMATED=0
118
124
119
-
# Global password to be applied for the system
125
+
# On first boot, apply this password for login users and software installs automatically.
120
126
# - Requires AUTO_SETUP_AUTOMATED=1
121
-
# - Affects "root" and "dietpi" users login passwords and is used by dietpi-software as default for software installs which require a password.
127
+
# - Affects "root" and "dietpi" user's login passwords and is used by dietpi-software as default for software installs which require a password.
122
128
# - During first run setup, the password is removed from this file and instead encrypted and saved to root filesystem.
123
129
# - WARN: The default SSH server Dropbear does not support passwords over 100 characters.
124
130
# - WARN: We cannot guarantee that all software options can handle special characters like \"$.
# - List of available software IDs: https://github.com/MichaIng/DietPi/wiki/DietPi-Software-list
130
-
# - Add as many entries as you wish, one each line.
136
+
# - Add as many software IDs as you wish, separated by space.
131
137
# - DietPi will automatically install all dependencies, like ALSA/X11 for desktops etc.
132
-
# - E.g. the following (without the leading "#") will install the LXDE desktop automatically on first boot:
133
-
#AUTO_SETUP_INSTALL_SOFTWARE_ID=23
138
+
# - E.g. the following (without the leading "#") will install the LXDE desktop, the TigerVNC server and the Kodi media centre automatically on first boot:
0 commit comments