diff options
Diffstat (limited to 'doc/quickstart/ubuntu.txt')
-rw-r--r-- | doc/quickstart/ubuntu.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/quickstart/ubuntu.txt b/doc/quickstart/ubuntu.txt index 1881007ff..226fc800f 100644 --- a/doc/quickstart/ubuntu.txt +++ b/doc/quickstart/ubuntu.txt @@ -210,10 +210,10 @@ bcfg2.conf and create the Probe. ARCH=`uname -m` case "$ARCH" in "x86_64") - echo "amd64" + echo "group:amd64" ;; "i686") - echo "i386" + echo "group:i386" ;; esac |