aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-user-mode-linux
diff options
context:
space:
mode:
authordancer <dancer>2003-04-10 15:11:37 +0000
committerdancer <dancer>2003-04-10 15:11:37 +0000
commitcbfc459b6dac0cf00498169283d4c912c04d8f8c (patch)
tree4bd6828cc8da1df89c831b46c7f47b74fc8b33cc /pbuilder-user-mode-linux
parent0dc3f0f47121860d1dc1c03b972b5a4390a22f5b (diff)
downloadpbuilder-cbfc459b6dac0cf00498169283d4c912c04d8f8c.tar
pbuilder-cbfc459b6dac0cf00498169283d4c912c04d8f8c.tar.gz
up
Diffstat (limited to 'pbuilder-user-mode-linux')
-rwxr-xr-xpbuilder-user-mode-linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbuilder-user-mode-linux b/pbuilder-user-mode-linux
index b474c4b..4ccc414 100755
--- a/pbuilder-user-mode-linux
+++ b/pbuilder-user-mode-linux
@@ -119,8 +119,8 @@ EOF
chmod a+x ${INSIDE_PBUILDER}
- echo Invoking: "linux mem=${UML_MEM} eth0=${MY_ETH0} con0=fd:0,fd:1 con=pty ubd0=/ ubd1=${PBUILDER_COW}${PBUILDER_UML_IMAGE} devfs=mount init=${INSIDE_PBUILDER}"
- if linux mem=${UML_MEM} eth0=${MY_ETH0} con0=fd:0,fd:1 con=pty ubd0=/ ubd1="${PBUILDER_COW}${PBUILDER_UML_IMAGE}" devfs=mount init=${INSIDE_PBUILDER} ; then
+ echo Invoking: "linux mem=${UML_MEM} eth0=${MY_ETH0} con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=${PBUILDER_COW}${PBUILDER_UML_IMAGE} devfs=mount init=${INSIDE_PBUILDER}"
+ if linux mem=${UML_MEM} eth0=${MY_ETH0} con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1="${PBUILDER_COW}${PBUILDER_UML_IMAGE}" devfs=mount init=${INSIDE_PBUILDER} ; then
UML_EXITCODE=$?
echo " -> Successful exit from user-mode linux"
else