Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d9134ca843 | |||
| 3c596e4f06 | |||
| 411ed1dcd8 | |||
| 51ca364b40 |
Binary file not shown.
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 21 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 28 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 23 KiB |
@@ -10,7 +10,6 @@ requirements:
|
||||
- storage
|
||||
- ram
|
||||
- power
|
||||
- internet
|
||||
- root
|
||||
required:
|
||||
- storage
|
||||
|
||||
+22
-1
@@ -44,7 +44,6 @@ sequence:
|
||||
- bootloader
|
||||
- packages
|
||||
- luksbootkeyfile
|
||||
- luksopenswaphookcfg
|
||||
- plymouthcfg
|
||||
- initramfscfg
|
||||
- initramfs
|
||||
@@ -68,3 +67,25 @@ sequence:
|
||||
# specified here, Calamares then takes care of finding it and
|
||||
# loading the contents.
|
||||
branding: debian
|
||||
|
||||
# If this is set to true, Calamares will show an "Are you sure?" prompt right
|
||||
# before each execution phase, i.e. at points of no return. If this is set to
|
||||
# false, no prompt is shown. Default is false.
|
||||
#
|
||||
# YAML: boolean.
|
||||
prompt-install: false
|
||||
|
||||
# If this is set to true, Calamares will execute all target environment
|
||||
# commands in the current environment, without chroot. This setting should
|
||||
# only be used when setting up Calamares as a post-install configuration tool,
|
||||
# as opposed to a full operating system installer.
|
||||
#
|
||||
# Some official Calamares modules are not expected to function with this
|
||||
# setting. (e.g. partitioning seems like a bad idea, since that is expected to
|
||||
# have been done already)
|
||||
#
|
||||
# Default is false (for a normal installer).
|
||||
#
|
||||
# YAML: boolean.
|
||||
dont-chroot: false
|
||||
|
||||
|
||||
Vendored
+20
@@ -1,3 +1,23 @@
|
||||
calamares-settings-debian (10.0.16-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release
|
||||
* Fix package description (Closes: #918222)
|
||||
|
||||
-- Jonathan Carter <jcc@debian.org> Wed, 16 Jan 2019 12:15:28 +0200
|
||||
|
||||
calamares-settings-debian (10.0.15-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release
|
||||
* Update standards version to 4.3.0
|
||||
|
||||
-- Jonathan Carter <jcc@debian.org> Tue, 08 Jan 2019 10:48:47 +0200
|
||||
|
||||
calamares-settings-debian (10.0.14-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release
|
||||
|
||||
-- Jonathan Carter <jcc@debian.org> Mon, 10 Dec 2018 15:32:26 +0200
|
||||
|
||||
calamares-settings-debian (10.0.13-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release
|
||||
|
||||
Vendored
+2
-2
@@ -3,7 +3,7 @@ Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Jonathan Carter <jcc@debian.org>
|
||||
Build-Depends: debhelper (>= 11), libglib2.0-bin
|
||||
Standards-Version: 4.2.1
|
||||
Standards-Version: 4.3.0
|
||||
Homepage: https://salsa.debian.org/live-team/calamares-settings-debian
|
||||
Vcs-Git: https://salsa.debian.org/live-team/calamares-settings-debian-packaging.git
|
||||
Vcs-Browser: https://salsa.debian.org/live-team/calamares-settings-debian-packaging
|
||||
@@ -18,7 +18,7 @@ Depends: calamares,
|
||||
${misc:Depends}
|
||||
Provides: calamares-settings
|
||||
Description: Debian theme and settings for the Calamares Installer
|
||||
Calamares is a genereic installer framework for Linux distributions.
|
||||
Calamares is a generic installer framework for Linux distributions.
|
||||
By default, it contains a set of boilerplate wording and images. This
|
||||
package provides the latest Debian artwork as well as scripts that
|
||||
supports EFI installations.
|
||||
|
||||
Vendored
-1
@@ -1 +0,0 @@
|
||||
calamares-settings-debian_10.0.13-1_source.buildinfo utils optional
|
||||
+8
-1
@@ -3,6 +3,13 @@
|
||||
# Wrapper for running calamares on Debian live media
|
||||
###
|
||||
|
||||
# Stale file left behind by live-build that messes with partitioning
|
||||
sudo mv /etc/fstab /etc/fstab.orig.calamares
|
||||
|
||||
# Access control to run calamares as root for xwayland
|
||||
xhost +si:localuser:root
|
||||
sudo calamares
|
||||
pkexec calamares
|
||||
xhost -si:localuser:root
|
||||
|
||||
# Restore stale fstab, for what it's worth
|
||||
sudo mv /etc/fstab.orig.calamares /etc/fstab
|
||||
|
||||
@@ -10,3 +10,4 @@ Icon=install-debian
|
||||
Terminal=false
|
||||
Categories=Qt;System;
|
||||
StartupWMClass=calamares
|
||||
StartupNotify=True
|
||||
|
||||
Reference in New Issue
Block a user