Remove urlget
This patch gets rid of urlget. It's not used for anything now, since pkgin uses fetch. Arun
This commit is contained in:
@@ -56,8 +56,8 @@ Usage: setup # Install a skeleton system on the hard disk.
|
||||
|
||||
# To install from other things then floppies:
|
||||
|
||||
urlget http://... | setup /usr # Read from a web site.
|
||||
urlget ftp://... | setup /usr # Read from an FTP site.
|
||||
fetch -q -o - http://... | setup /usr # Read from a web site.
|
||||
fetch -q -o - ftp://... | setup /usr # Read from an FTP site.
|
||||
mtools copy c0d0p0:... - | setup /usr # Read from the C: drive.
|
||||
dosread c0d0p0 ... | setup /usr # Likewise if no mtools.
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user