strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e570628
)
testing: Fix status output in build-baseimage script
author
Reto Buerki
<reet@codelabs.ch>
Thu, 28 Nov 2013 12:51:33 +0000
(13:51 +0100)
committer
Tobias Brunner
<tobias@strongswan.org>
Wed, 4 Dec 2013 09:42:03 +0000
(10:42 +0100)
testing/scripts/build-baseimage
patch
|
blob
|
history
diff --git
a/testing/scripts/build-baseimage
b/testing/scripts/build-baseimage
index
354b48b
..
b6b8854
100755
(executable)
--- a/
testing/scripts/build-baseimage
+++ b/
testing/scripts/build-baseimage
@@
-68,7
+68,7
@@
do_on_exit graceful_umount $APTCACHE
log_action "Running debootstrap ($BASEIMGSUITE, $BASEIMGARCH)"
execute "debootstrap --arch=$BASEIMGARCH --include=$INC $BASEIMGSUITE $LOOPDIR $BASEIMGMIRROR"
-execute "mount -t proc none $LOOPDIR/proc"
+execute "mount -t proc none $LOOPDIR/proc"
0
do_on_exit graceful_umount $LOOPDIR/proc
for service in $SERVICES