Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
create-iso
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Linux Educacional 5
create-iso
Commits
46b661bb
Commit
46b661bb
authored
11 years ago
by
Diego Pasqualin
Committed by
Diego Giovane Pasqualin
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
20-install: Use fakebin/ for all distros
Signed-off-by:
Diego Pasqualin
<
dpasqualin@c3sl.ufpr.br
>
parent
579fcad2
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/20-install
+3
-9
3 additions, 9 deletions
scripts/20-install
with
3 additions
and
9 deletions
scripts/20-install
+
3
−
9
View file @
46b661bb
...
...
@@ -31,14 +31,8 @@ checkMountedFS || exit 2
loadConf
"
$PREFIX
/conf/
$1
/create-iso.conf"
$1
initChroot
if
[
"
$1
"
==
"minicom/server"
]
||
[
"
$1
"
==
"minicom/client"
]
;
then
chroot
"
$CHROOTDIR
"
\
env
PATH
=
"/fakebin:
$PATH
"
apt-get
-y
--force-yes
install
--purge
$(
cat
"
$INSTLIST
"
|
grep
-v
"^#"
)
else
chroot
"
$CHROOTDIR
"
\
chroot
"
$CHROOTDIR
"
env
PATH
=
"/fakebin:
$PATH
"
\
apt-get
-y
--force-yes
install
--purge
$(
cat
"
$INSTLIST
"
|
grep
-v
"^#"
)
fi
# The populate-slapd package need to have the ldap (slapd) service running.
# In the previous apt-get command we don't start any services, so we need to
...
...
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