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
f9043662
Commit
f9043662
authored
Apr 25, 2018
by
Daniel Bissani Furlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SCRUM#494
: Add argument REPOPKGS
parent
383cd32f
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
29 additions
and
15 deletions
+29
-15
scripts-available/chroot.sh
scripts-available/chroot.sh
+1
-0
scripts-available/compress.sh
scripts-available/compress.sh
+1
-0
scripts-available/create-local-repository.sh
scripts-available/create-local-repository.sh
+17
-15
scripts-available/install-dependencies.sh
scripts-available/install-dependencies.sh
+1
-0
scripts-available/install.sh
scripts-available/install.sh
+1
-0
scripts-available/make-initrd.sh
scripts-available/make-initrd.sh
+1
-0
scripts-available/manifest.sh
scripts-available/manifest.sh
+1
-0
scripts-available/overlay.sh
scripts-available/overlay.sh
+1
-0
scripts-available/post-epilogue.sh
scripts-available/post-epilogue.sh
+1
-0
scripts-available/pre-manifest.sh
scripts-available/pre-manifest.sh
+1
-0
scripts-available/remove.sh
scripts-available/remove.sh
+1
-0
scripts-available/setup.sh
scripts-available/setup.sh
+1
-0
scripts-available/update-sourceslist.sh
scripts-available/update-sourceslist.sh
+1
-0
No files found.
scripts-available/chroot.sh
View file @
f9043662
...
...
@@ -37,6 +37,7 @@ SHORTNAME=${14}
SOURCESLISTDEFAULT
=
${
15
}
TMP
=
${
16
}
OVERLAY
=
${
17
}
REPOPKGS
=
${
18
}
PREFIX
=
$PWD
source
${
PREFIX
}
/common.sh
...
...
scripts-available/compress.sh
View file @
f9043662
...
...
@@ -37,6 +37,7 @@ SHORTNAME=${14}
SOURCESLISTDEFAULT
=
${
15
}
TMP
=
${
16
}
OVERLAY
=
${
17
}
REPOPKGS
=
${
18
}
PREFIX
=
$PWD
source
${
PREFIX
}
/common.sh
...
...
scripts-available/create-local-repository.sh
View file @
f9043662
...
...
@@ -24,21 +24,23 @@ set -u
set
-e
_DIST
=
$1
CHROOTDIR
=
$2
CHROOTFILE
=
$3
DISTRO
=
$4
DPLIST
=
$5
INSTLIST
=
$6
ISOLINUX
=
$7
MOUNTLIST
=
$8
OURSOURCESLIST
=
$9
RMDSKT
=
${
10
}
RMLIST
=
${
11
}
SCRIPTSDIR
=
${
12
}
SHORTNAME
=
${
13
}
SOURCESLISTDEFAULT
=
${
14
}
TMP
=
${
15
}
REPOPKGS
=
${
16
}
_ARCH
=
$2
CHROOTDIR
=
$3
CHROOTFILE
=
$4
DISTRO
=
$5
DPLIST
=
$6
INSTLIST
=
$7
ISOLINUX
=
$8
MOUNTLIST
=
$9
OURSOURCESLIST
=
${
10
}
RMDSKT
=
${
11
}
RMLIST
=
${
12
}
SCRIPTSDIR
=
${
13
}
SHORTNAME
=
${
14
}
SOURCESLISTDEFAULT
=
${
15
}
TMP
=
${
16
}
OVERLAY
=
${
17
}
REPOPKGS
=
${
18
}
PREFIX
=
$PWD
source
${
PREFIX
}
/common.sh
...
...
scripts-available/install-dependencies.sh
View file @
f9043662
...
...
@@ -37,6 +37,7 @@ SHORTNAME=${14}
SOURCESLISTDEFAULT
=
${
15
}
TMP
=
${
16
}
OVERLAY
=
${
17
}
REPOPKGS
=
${
18
}
PREFIX
=
$PWD
source
${
PREFIX
}
/common.sh
...
...
scripts-available/install.sh
View file @
f9043662
...
...
@@ -37,6 +37,7 @@ SHORTNAME=${14}
SOURCESLISTDEFAULT
=
${
15
}
TMP
=
${
16
}
OVERLAY
=
${
17
}
REPOPKGS
=
${
18
}
PREFIX
=
$PWD
source
${
PREFIX
}
/common.sh
...
...
scripts-available/make-initrd.sh
View file @
f9043662
...
...
@@ -37,6 +37,7 @@ SHORTNAME=${14}
SOURCESLISTDEFAULT
=
${
15
}
TMP
=
${
16
}
OVERLAY
=
${
17
}
REPOPKGS
=
${
18
}
PREFIX
=
$PWD
source
${
PREFIX
}
/common.sh
...
...
scripts-available/manifest.sh
View file @
f9043662
...
...
@@ -37,6 +37,7 @@ SHORTNAME=${14}
SOURCESLISTDEFAULT
=
${
15
}
TMP
=
${
16
}
OVERLAY
=
${
17
}
REPOPKGS
=
${
18
}
PREFIX
=
$PWD
source
common.sh
...
...
scripts-available/overlay.sh
View file @
f9043662
...
...
@@ -37,6 +37,7 @@ SHORTNAME=${14}
SOURCESLISTDEFAULT
=
${
15
}
TMP
=
${
16
}
OVERLAY
=
${
17
}
REPOPKGS
=
${
18
}
PREFIX
=
$PWD
mkdir
"
${
OVERLAY
}
/upper"
...
...
scripts-available/post-epilogue.sh
View file @
f9043662
...
...
@@ -37,6 +37,7 @@ SHORTNAME=${14}
SOURCESLISTDEFAULT
=
${
15
}
TMP
=
${
16
}
OVERLAY
=
${
17
}
REPOPKGS
=
${
18
}
PREFIX
=
$PWD
source
common.sh
...
...
scripts-available/pre-manifest.sh
View file @
f9043662
...
...
@@ -37,6 +37,7 @@ SHORTNAME=${14}
SOURCESLISTDEFAULT
=
${
15
}
TMP
=
${
16
}
OVERLAY
=
${
17
}
REPOPKGS
=
${
18
}
export
PREFIX
=
$PWD
source
common.sh
...
...
scripts-available/remove.sh
View file @
f9043662
...
...
@@ -37,6 +37,7 @@ SHORTNAME=${14}
SOURCESLISTDEFAULT
=
${
15
}
TMP
=
${
16
}
OVERLAY
=
${
17
}
REPOPKGS
=
${
18
}
PREFIX
=
$PWD
source
${
PREFIX
}
/common.sh
...
...
scripts-available/setup.sh
View file @
f9043662
...
...
@@ -37,6 +37,7 @@ SHORTNAME=${14}
SOURCESLISTDEFAULT
=
${
15
}
TMP
=
${
16
}
OVERLAY
=
${
17
}
REPOPKGS
=
${
18
}
PREFIX
=
$PWD
if
test
-z
${
CHROOTDIR
}
;
then
...
...
scripts-available/update-sourceslist.sh
View file @
f9043662
...
...
@@ -37,6 +37,7 @@ SHORTNAME=${14}
SOURCESLISTDEFAULT
=
${
15
}
TMP
=
${
16
}
OVERLAY
=
${
17
}
REPOPKGS
=
${
18
}
PREFIX
=
$PWD
source
${
PREFIX
}
/common.sh
...
...
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