[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/HowTo/TestCDinstall" by David Prévot
Debian Wiki
debian-www at lists.debian.org
Mon Jun 17 01:47:39 UTC 2013
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.
The "DebianEdu/HowTo/TestCDinstall" page has been changed by David Prévot:
https://wiki.debian.org/DebianEdu/HowTo/TestCDinstall?action=diff&rev1=54&rev2=55
Comment:
Let’s advise to test Wheezy rather than Squeeze
There are a few slightly different DVD/CD images being generated,
the sarge and etch images are the ones indented for new releases, and the
sarge-test and etch-test images are the ones with new packages to be
- tested before they are move into the DVD/CDs indended for a new release.
+ tested before they are move into the DVD/CDs intended for a new release.
- In these examples I use squeeze-test as the sample image. (You can replace that
+ In these examples wheezy-test is used as the sample image. (You can replace that
- string (squeeze-test) with lenny-test or lenny.)
+ string (wheezy-test) with jessie-test or even squeeze-test.)
=== Using rsync ===
{{{
#
- # multi arch squeeze-test dvd
+ # multi arch wheezy-test dvd
#
- rsync -avP ftp.skolelinux.org::cd-squeeze-test-dvd/debian-edu-amd64-i386-CUSTOM-1.iso debian-edu-amd64-i386-CUSTOM-1.iso
+ rsync -avP ftp.skolelinux.org::cd-wheezy-test-dvd/debian-edu-amd64-i386-CUSTOM-1.iso debian-edu-amd64-i386-CUSTOM-1.iso
#
- # netinstall squeeze-test cd
+ # netinstall wheezy-test cd
#
- rsync -avP ftp.skolelinux.org::cd-squeeze-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso debian-edu-amd64-i386-NETINST-1.iso
+ rsync -avP ftp.skolelinux.org::cd-wheezy-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso debian-edu-amd64-i386-NETINST-1.iso
}}}
=== Using HTTP and FTP ===
@@ -45, +45 @@
#
# http
#
- wget http://ftp.skolelinux.org/cd-squeeze-test-dvd/debian-edu-amd64-i386-CUSTOM-1.iso
+ wget http://ftp.skolelinux.org/cd-wheezy-test-dvd/debian-edu-amd64-i386-CUSTOM-1.iso
#
# ftp
#
- ncftp ftp ftp://ftp.skolelinux.org/cd-squeeze-test-dvd/debian-edu-amd64-i386-CUSTOM-1.iso
+ ncftp ftp ftp://ftp.skolelinux.org/cd-wheezy-test-dvd/debian-edu-amd64-i386-CUSTOM-1.iso
}}}
More information about the debian-edu-commits
mailing list