Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
le5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Linux Educacional 5
le5
Commits
5900a7ec
Commit
5900a7ec
authored
Apr 16, 2013
by
Diego Pasqualin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #1050: Add --no-migration-assistant opt to LE5 Installer
Signed-off-by:
Diego Pasqualin
<
dpasqualin@c3sl.ufpr.br
>
parent
baf12fdf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ubiquity-le/VERSAO
ubiquity-le/VERSAO
+1
-1
ubiquity-le/pacote/usr/bin/ubiquity
ubiquity-le/pacote/usr/bin/ubiquity
+5
-0
No files found.
ubiquity-le/VERSAO
View file @
5900a7ec
2.0.2
6
2.0.2
7
ubiquity-le/pacote/usr/bin/ubiquity
View file @
5900a7ec
...
...
@@ -30,6 +30,11 @@ def main():
newargv
.
append
(
sys
.
argv
[
i
])
i
+=
1
# Fix #1050
# Prevent errors related to the migration assistant plugin
if
'--no-migration-assistant'
not
in
newargv
:
newargv
.
append
(
'--no-migration-assistant'
)
if
os
.
getuid
()
==
0
:
# no privilege escalation required
inner
=
[
'/usr/lib/ubiquity/bin/ubiquity'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment