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
cc5a3bdd
Commit
cc5a3bdd
authored
Oct 23, 2018
by
sulzbach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add NO_DBUS var
parent
935ed1ca
Pipeline
#18114
passed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
create-iso.sh
create-iso.sh
+2
-0
No files found.
create-iso.sh
View file @
cc5a3bdd
...
...
@@ -163,6 +163,8 @@ mkdir --parents "${workdir}"
cond_mount overlay
"
${
CHROOTDIR
}
"
overlay
\
"rw,lowerdir=
${
lowerdir
}
,upperdir=
${
upperdir
}
,workdir=
${
workdir
}
"
export
NO_DBUS
=
true
# Each one of the available scripts is executed in numeric order
for
script
in
"
${
SCRIPTSDIR
}
"
/
*
;
do
if
[[
-x
"
${
script
}
"
]]
&&
grep
-E
--quiet
'^[0-9]{2}-[A-Za-z]+'
\
...
...
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