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
Package registry
Model registry
Operate
Terraform modules
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
Eliab Andi Artz
package-helpers
Commits
ccebef5b
Commit
ccebef5b
authored
5 years ago
by
Mason Hock
Browse files
Options
Downloads
Patches
Plain Diff
update for etiona
parent
f339cb76
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/make-ubiquity
+5
-4
5 additions, 4 deletions
helpers/make-ubiquity
with
5 additions
and
4 deletions
helpers/make-ubiquity
+
5
−
4
View file @
ccebef5b
#!/bin/sh
#
# Copyright (C) 2011-2018 Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2019 Mason Hock <mason@masonhock.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -17,14 +18,13 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION
=
8
VERSION
=
9
.
./config
# Enable full disk encryption by default
patch
-p1
<
$DATA
/encrypt_by_default.patch
# Disable ecryptfs, it is confusing to offer both and full disk encryption is safer
sed
'/login_encrypt/,/visible/s/True/False/'
-i
./gui/gtk/stepUserInfo.ui
cp
$DATA
/trisquel_installed.png pixmaps
rm
pixmaps/ubuntu_installed.png
...
...
@@ -32,6 +32,7 @@ replace ubuntu_installed trisquel_installed .
replace linux-signed linux-lowlatency
.
replace shim-signed shim
.
mv
d-i/source/shim-signed d-i/source/shim
replace grub-efi-amd64-signed grub-efi-amd64
.
/bin/sed
'/canonical/d'
-i
debian/ubiquity.install
*
...
...
@@ -178,7 +179,7 @@ replace $UPSTREAM $CODENAME .
replace Ubuntu Trisquel
.
replace Kubuntu Triskel
.
replace kubuntu triskel
.
find |grep kubuntu.
*
pn
g | xargs rename s/kubuntu/triskel/
find |
grep
kubuntu.
*
sv
g | xargs rename s/kubuntu/triskel/
replace Trisquel-Gettext-Domain Ubuntu-Gettext-Domain
#replace triskel-ubiquity kubuntu-ubiquity
replace
"launchpad.net/ubuntu/+source/ubiquity/+filebug"
"trisquel.info/project/issues"
.
...
...
@@ -265,5 +266,5 @@ changelog "Adapted for Trisquel"
rm
-rf
debian/source
PARALLEL
=
false
compile
compile
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