Studio - Apply fixes in previous upload to legacy BIOS systems

ubuntu/hirsute ubuntu/1%20.10.4
Erich Eickmeyer 4 years ago
parent dab7ad8fbf
commit 4bcbf7a2bf

7
debian/changelog vendored

@ -1,3 +1,10 @@
calamares-settings-ubuntu (1:20.10.4) groovy; urgency=medium
* Ubuntu Studio
- Apply fixes in previous upload to legacy BIOS systems
-- Erich Eickmeyer <erich@ericheickmeyer.com> Thu, 28 May 2020 16:20:56 -0700
calamares-settings-ubuntu (1:20.10.3) groovy; urgency=medium
* Ubuntu Studio

@ -5,6 +5,10 @@
---
firmwareType:
bios: "-/bin/true"
- command: if [ -f /etc/apt/sources.list.d/dvd.list ]; then rm /etc/apt/sources.list.d/dvd.list; fi
timeout: 10
- command: if [ -f /etc/security/limits.d/audio.conf.disabled ]; then mv /etc/security/limits.d/audio.conf.disabled /etc/security/limits.d audio.conf; fi
timeout: 10
"*":
- command: apt-cdrom add -m -d=/media/cdrom/
timeout: 10

Loading…
Cancel
Save