diff options
author | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-03-27 23:03:09 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-03-27 23:03:09 +0900 |
commit | 64dd7c605b14bc351f44e066f8058520f581326f (patch) | |
tree | 8d87b98c7a0990abfaf746363a8d3afec307802f /pbuilder-user-mode-linux | |
parent | bd094de859887e9daad09a5e044fbd5042d399bc (diff) | |
download | pbuilder-64dd7c605b14bc351f44e066f8058520f581326f.tar pbuilder-64dd7c605b14bc351f44e066f8058520f581326f.tar.gz |
warning message goes to &2
Diffstat (limited to 'pbuilder-user-mode-linux')
-rwxr-xr-x | pbuilder-user-mode-linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-user-mode-linux b/pbuilder-user-mode-linux index 351db60..3107faa 100755 --- a/pbuilder-user-mode-linux +++ b/pbuilder-user-mode-linux @@ -150,7 +150,7 @@ EOF chmod a+x ${INSIDE_PBUILDER} if [ $( id -u ) = 0 ]; then - echo "W: You are uid=0. Don't run UML as uid=0, it's not supported." + echo "W: You are uid=0. Don't run UML as uid=0, it's not supported." >&2 fi 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} init=${INSIDE_PBUILDER} rw" |