[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

debian-install on DOS



hello.

taking my first steps at Debian, here.

and attatched to this email, and included below, is one result so far.


the purpose:
  wget-ing the files needed for installing from a hard-disk DOS partition.


( and is there a chance we can add support for wget-list-building
     to the debian web, somehow? 

  eg:  walk the package-tree, check some boxes, press a button,
 	  download the wget list, then take it from there. 

  not sure if this would be necessary, with the debian package-system,
   but I'd like for /someone/ to start offering something like that.

   java.sun.com, for example... .)

  


<html>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta 
  name="generator" 
  content="two hands, a keyboard, and a small text-editor">
<meta name="author" content="s-champ@pacbell.net">

 <head>
  <title> 
    debian - installation - installing from DOS partitions 
  </title>
 </head>


</html>

<body 
  text="#FFFFFF" 

  bgcolor="#000080" 

  link="#FFFF00" 
  vlink="#8080FF" 
  alink="#FF00FF"
 >


<br><br><br>


<dl>

 <dt>
   <h3>reference:</h3> 
  </dt>
   <dd>
<a 


href="http://www.debian.org/releases/stable/i386/ch-install-methods.en.html#s-file-descs";
 >the debian guide, section 5.3.1</a>
 -- <strong> Installing from a DOS partition </strong>
  </dd>
 

 <dt>
<h4>a sample batch-file for Wget:</h4>
 </dt>

 <dd>
<pre>
::
:: an args-file for wget.
::
::  NON-RECURSIVE.
::
::  expects: a filename from which to read a list of URLs
::
wget -i deb.DOS-inst-files.wgList -x  -P insFiles.deb -o
deb.DOS-inst-files.wgLog -np -nH --cut-dirs=4 -l 1 -k

</pre>
  </dd>

<dt>
<h4>the contents of filename *.wgList:</h4>
<dt>

<dd>

<pre>
http://www.debian.org/releases/stable/i386/resc1440.bin
http://www.debian.org/releases/stable/i386/drv1440.bin
http://www.debian.org/releases/stable/i386/base2_1.tgz
http://www.debian.org/releases/stable/i386/root.bin
http://www.debian.org/releases/stable/i386/linux
http://www.debian.org/releases/stable/i386/install.bat
http://www.debian.org/releases/stable/i386/loadlin.exe
</pre>

 </dd>

<dt>
  <h4>where to get wget :</h4>
  </dt>
   <dd>
      	[<a href="http://www.qtm.net/~twegscheid/wget.html";>ms-w32</a>] |
	[<a href="http://www.geocities.com/CapeCanaveral/Lab/9991/wget.html";>PERL-code
for through-firewall access</a>] |
	[<a href="http://sunsite.auc.dk/wget/";>others </a>]

<br><br><br>

</dl>

<br><br><br>

</body>


</html>
Title: debian - installation - installing from DOS partitions



reference:

the debian guide, section 5.3.1 -- Installing from a DOS partition

a sample batch-file for Wget:

::
:: an args-file for wget.
::
::  NON-RECURSIVE.
::
::  expects: a filename from which to read a list of URLs
::
wget -i deb.DOS-inst-files.wgList -x -P insFiles.deb -o deb.DOS-inst-files.wgLog -np -nH --cut-dirs=4 -l 1 -k

the contents of filename *.wgList:

http://www.debian.org/releases/stable/i386/resc1440.bin
http://www.debian.org/releases/stable/i386/drv1440.bin
http://www.debian.org/releases/stable/i386/base2_1.tgz
http://www.debian.org/releases/stable/i386/root.bin
http://www.debian.org/releases/stable/i386/linux
http://www.debian.org/releases/stable/i386/install.bat
http://www.debian.org/releases/stable/i386/loadlin.exe

where to get wget :

[ms-w32] | [PERL-code for through-firewall access] | [others ]






Reply to: