Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
package-helpers
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
32
Merge Requests
32
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
trisquel
package-helpers
Commits
227c9653
Commit
227c9653
authored
Sep 09, 2012
by
Ruben Rodriguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added more disablesripts features
parent
f047a079
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
makepackage
makepackage
+8
-1
No files found.
makepackage
View file @
227c9653
...
...
@@ -129,8 +129,9 @@ EOF
[
$UPSTREAM
!=
hardy
-a
$UPSTREAM
!=
lucid
-a
$UPSTREAM
!=
maverick
]
&&
echo
"force-unsafe-io"
>
$CHROOT
/etc/dpkg/dpkg.cfg.d/02apt-speedup
$C
apt-get update
[
$UPSTREAM
!=
hardy
]
&&
$C
apt-get
--force-yes
-y
install
eatmydata
$C
apt-get
--force-yes
-y
dist-upgrade
$C
apt-get
--force-yes
-y
install
sysv-rc dpkg sysvinit-utils upstart
disablescripts
$C
apt-get
--force-yes
-y
dist-upgrade
$C
apt-get
--force-yes
-y
install
devscripts build-essential liburi-perl python-setuptools pkgbinarymangler wget rpl aptitude quilt fakeroot ccache
$C
apt-get clean
...
...
@@ -166,6 +167,12 @@ mount -t proc none /proc
export DEBIAN_FRONTEND=noninteractive
export LANG=C
apt-get update
apt-get --force-yes -y install sysv-rc dpkg sysvinit-utils upstart
for i in /usr/sbin/invoke-rc.d /sbin/start /sbin/start-stop-daemon
do
mv
\$
i
\$
i.real
cp /bin/true
\$
i
done
apt-get --force-yes -y dist-upgrade
umount /proc
EOF
...
...
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