-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
nci/imager/build-hooks-neon-mobile/099-calamares-settings.chroot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/sh | ||
|
||
# SPDX-FileCopyrightText: 2020 Jonathan Riddell <[email protected]> | ||
# SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL | ||
|
||
set -e | ||
|
||
echo 'installing calamares-setings' | ||
|
||
# calamares-settings-debian seems to want to install on testing so force this here | ||
apt install -y calamares-settings |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# For some reason it installs gnome so remove it | ||
apt remove -y ubuntu-session | ||
apt -y autoremove |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# We now use 20.04 HWE linux but this one still gets isntalled for some reason, jriddell 2021-06-15 | ||
apt remove -y linux-image-5.4.0-74-generic linux-headers-5.4.0-74-generic linux-headers-5.4.0-74 linux-generic linux-headers-generic | ||
|