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
7f12f6c3
Commit
7f12f6c3
authored
Sep 11, 2017
by
Daniel Bissani Furlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
SCRUM#261
:fix manifest-desktop and manifest
parent
f5602be3
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
5 additions
and
13 deletions
+5
-13
.gitignore
.gitignore
+1
-0
pkg-list/le6/testing/install.list
pkg-list/le6/testing/install.list
+1
-1
pkg-list/le6/testing/remove-desktop.list
pkg-list/le6/testing/remove-desktop.list
+0
-1
scripts-available/manifest.sh
scripts-available/manifest.sh
+1
-1
scripts-available/pre-manifest.sh
scripts-available/pre-manifest.sh
+1
-6
scripts-enabled/le6/testing/31-post-epilogue.sh
scripts-enabled/le6/testing/31-post-epilogue.sh
+0
-1
src/preseed/preseed.cfg
src/preseed/preseed.cfg
+1
-3
No files found.
.gitignore
View file @
7f12f6c3
...
...
@@ -2,4 +2,5 @@ chroot
chroot-ultima.tar.gz
*.swp
iso/**/*.iso
src/preseed/.preseed.bkp
initrd*
pkg-list/le6/testing/install.list
View file @
7f12f6c3
#
le-all
le-all
linux-generic
plymouth-x11
plymouth-theme-le-logo
...
...
pkg-list/le6/testing/remove-desktop.list
View file @
7f12f6c3
...
...
@@ -6,6 +6,5 @@ casper
lupin-casper
user-setup
discover
os-prober
libdebian-installer4
le-ubiquity-slideshow
scripts-available/manifest.sh
View file @
7f12f6c3
...
...
@@ -40,6 +40,7 @@ PREFIX=$PWD
source
common.sh
#This packages must not appear in the manifest
sudo cp
${
TMP
}
/image/casper/filesystem.manifest
${
TMP
}
/image/casper/filesystem.manifest-desktop
IFS_OLD
=
$IFS
IFS
=
$'
\n
'
...
...
@@ -48,5 +49,4 @@ do
sudo sed
-i
"/
${
package
}
/d"
${
TMP
}
/image/casper/filesystem.manifest-desktop
done
IFS
=
$IFS_OLD
exit
0
scripts-available/pre-manifest.sh
View file @
7f12f6c3
...
...
@@ -39,11 +39,6 @@ export PREFIX=$PWD
source
common.sh
#mount casper dir on chroot for generating the manifest file
mkdir
-p
${
CHROOTDIR
}
/casper/
mount
--bind
${
TMP
}
image/casper
${
CHROOTDIR
}
/casper
||
\
log ERROR
"While mounting
${
TMP
}
image/casper on
${
CHROOTDIR
}
casper"
addToChrootFile
$CHROOTFILE
"dpkg-query -W --showformat='
${
Package
}
${
Version
}
\n
' > /casper/filesystem.manifest"
chroot
$CHROOTDIR
dpkg-query
-W
--showformat
=
'${Package} ${Version}\n'
>
${
TMP
}
/image/casper/filesystem.manifest
exit
0
scripts-enabled/le6/testing/31-post-epilogue.sh
deleted
120000 → 0
View file @
f5602be3
../../../scripts-available/post-epilogue.sh
\ No newline at end of file
src/preseed/preseed.cfg
View file @
7f12f6c3
ubiquity ubiquity/use_nonfree boolean true
d-i apt-setup/backports boolean false
ubiquity ubiquity/success_command \
string in-target apt-get -y purge ubiquity; \
in-target apt-get -y purge le-live-all; \
in-target apt-get -y install le-conf || \
string in-target apt-get -y install le-conf || \
(package_path=$(find /cdrom/ -name "le-conf*.deb") && \
package=$(basename ${package_path}) && \
cp ${package_path} /target/ && \
...
...
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