Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
trisquel
package-helpers
Commits
07fccf9b
Commit
07fccf9b
authored
2 years ago
by
Ruben Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
ubiquity: Disable confirmation popups
parent
754ca3c1
No related branches found
No related tags found
No related merge requests found
Pipeline
#923
passed
2 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
helpers/DATA/ubiquity/no_confrirmation_when_crypto.patch
+16
-0
16 additions, 0 deletions
helpers/DATA/ubiquity/no_confrirmation_when_crypto.patch
helpers/make-ubiquity
+3
-3
3 additions, 3 deletions
helpers/make-ubiquity
with
19 additions
and
3 deletions
helpers/DATA/ubiquity/no_confrirmation_when_crypto.patch
0 → 100644
+
16
−
0
View file @
07fccf9b
diff --git a/ubiquity/plugins/ubi-partman.py b/ubiquity/plugins/ubi-partman.py
index fc3f8c2a9e..c441f59cad 100644
--- a/ubiquity/plugins/ubi-partman.py
+++ b/ubiquity/plugins/ubi-partman.py
@@ -3421,6 +3421,11 @@
class Page(plugin.Plugin):
elif question.startswith('partman/confirm'):
description = self.extended_description(question)
+ self.preseed(question, 'true', seen=False)
+ self.succeeded = True
+ self.done = True
+ return True
+
if hasattr(self.ui, "use_zfs"):
if (self.ui.use_zfs.get_active() and self.ui.use_device.get_active()):
description = self.update_zfs_description(self.extended_description(question))
This diff is collapsed.
Click to expand it.
helpers/make-ubiquity
+
3
−
3
View file @
07fccf9b
...
@@ -18,12 +18,12 @@
...
@@ -18,12 +18,12 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
#
VERSION
=
3
2
VERSION
=
3
3
.
./config
.
./config
#
En
able
full disk encryption by default. Disabled, as it hinders a11y and sighted peopl
e
c
an
choose to enable it.
#
Dis
able
confirmation popups, as they are innacurat
e an
d buggy
#
patch -p
0
< $DATA/n
abia_
encrypt
_by_default
.patch
patch
-p
1
<
$DATA
/n
o_confrirmation_wh
en
_
crypt
o
.patch
# Fix some gtk labels for Orca
# Fix some gtk labels for Orca
patch
-p1
<
$DATA
/a11y.patch
patch
-p1
<
$DATA
/a11y.patch
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment