[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bug#75253: cross-install: some options are broken
From: |
Colin Watson |
Subject: |
Bug#75253: cross-install: some options are broken |
Date: |
Fri, 20 Oct 2000 20:32:21 +0100 |
Package: hurd
Version: N/A; reported 2000-10-20
Severity: normal
Some options are broken in the cross-install script at
<URL:http://www.debian.org/ports/hurd/extra-files/cross-install>. The
following patch fixes them:
--- cross-install.orig Fri Oct 20 20:27:49 2000
+++ cross-install Fri Oct 20 20:29:14 2000
@@ -181,7 +181,7 @@
while [ "$#" -ne 0 ]
do
case "$1" in
-
"--hostname"|"--dpkghurd"|"--nativeinstall"|"--log"|"--download"|"--repository")
+
"--host"|"--hostname"|"--domain"|"--dpkghurd"|"--nativeinstall"|"--log"|"--download"|"--repository")
if [ "$#" -lt 2 ]
then
echo "$1 needs an argument"
@@ -203,7 +203,7 @@
echo "Cross-installation script for Debian GNU/Hurd"
echo
echo " Options:"
- echo " --host name Set the hostname of the new system"
+ echo " --host[name] name Set the hostname of the new system"
echo " --domain name Set the domainname of the new system"
echo " --dpkghurd file Give the filename of the dpkg-hurd
script"
echo " --nativeinstall file Give the filename of the native-install
script"
Thanks,
--
Colin Watson [cjw44@flatline.org.uk]
-- System Information
Debian Release: woody
Architecture: i386
Kernel: Linux riva 2.4.0-test2 #1 Sun Jun 25 22:05:08 BST 2000 i686
- Bug#75253: cross-install: some options are broken,
Colin Watson <=