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
C
create-iso
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
le6
create-iso
Commits
869cee3a
Commit
869cee3a
authored
Mar 05, 2018
by
Alessandro Elias
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix syntax to excute pressed at final installation of iso.
Signed-off-by:
Alessandro Elias
<
ae11@c3sl.ufpr.br
>
parent
bf443228
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
src/preseed/preseed.cfg
src/preseed/preseed.cfg
+6
-5
No files found.
src/preseed/preseed.cfg
View file @
869cee3a
...
...
@@ -2,10 +2,11 @@ ubiquity ubiquity/use_nonfree boolean true
d-i apt-setup/backports boolean false
ubiquity ubiquity/success_command \
string in-target apt-get -y autoremove; \
(
packages_dir=$(find /cdrom/ -type d -name "packages-needed") && \
cp ${packages_dir}/* /target/var/cache/apt/archives/ && \
packages_dir=$(find /cdrom/ -type d -name "packages-needed") && \
cp
-a
${packages_dir}/* /target/var/cache/apt/archives/ && \
in-target apt-get -y install le-conf; \
(if grep -qi "multiseat" /etc/default/multiseat; \
then in-target DEBIAN_FRONTEND=noninteractive \
apt-get install -q -y le-multiterminal; fi); \
if grep -qi "multiseat" /etc/default/multiseat; then \
in-target DEBIAN_FRONTEND=noninteractive; \
apt-get install -q -y le-multiterminal; \
fi; \
in-target apt-get clean
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