Differences
This shows you the differences between the selected revision and the current version of the page.
howto:chroot_debian 2011/02/23 06:00 | howto:chroot_debian 2017/09/06 18:38 current | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Install Debian Sarge - by Mike Gore and Manuel Treitinger ====== | + | ====== Install Debian Etch - by Mike Gore and Manuel Treitinger ====== |
**Please feel free to update, cleanup or correct this page** | **Please feel free to update, cleanup or correct this page** | ||
Line 6: | Line 6: | ||
Note: this technique installs a Debian environment into the existing system, and does not require you to reflash or hack the NAS. | Note: this technique installs a Debian environment into the existing system, and does not require you to reflash or hack the NAS. | ||
- | **All downloads/methods below are using Debian for arm. This is more or less deprecated. See [[http://forum.dsmg600.info/viewtopic.php?id=4330|forum post]] on howto install an armel version. ** | + | **All downloads/methods below are using Debian for arm. This is more or less deprecated. See [[http://dns323.kood.org/forum/viewtopic.php?id=4330|forum post]] on howto install an armel version. ** |
Line 33: | Line 34: | ||
Note: Upgrading Debian to a current distribution is going to increase performance a lot. | Note: Upgrading Debian to a current distribution is going to increase performance a lot. | ||
- | **To upgrade to Debian Lenny :** | + | **To upgrade to Debian Lenny :**\\ |
- | Edit /etc/apt/sources.list.d/etch.list, replacing the word etch with lenny. | + | ''Edit /etc/apt/sources.list.d/etch.list, replacing the word etch with lenny. |
- | I also changed the mirror url to a North American mirror rather than the German one by removing the de. in the url. You may also rename the filename from etch.list to lenny.list if you feel so inclined. | + | I also changed the mirror url to a North American mirror rather than the German one by removing the de. in the url. You may also rename the filename from etch.list to lenny.list if you feel so inclined.'' |
- | + | <code xml> | |
- | **To upgrade to Debian Squeeze :** (Note: You MUST have upgraded Etch to Lenny and currently have Lenny running) | + | NOTE: This does not work as written, lenny and etch are both archived, and as such, the repositories have moved. The following worked for me. |
- | + | ||
- | So follow the process below to upgrade to Lenny then do it again to upgrade to Squeeze by editing ///etc/apt/sources.list.d/etch.list// (or whatever you named it) and change **lenny** => **squeeze** | + | |
+ | deb http://archive.debian.org/debian/ lenny main non-free contrib | ||
+ | deb http://archive.debian.org/debian-backports lenny-backports main | ||
+ | </code> | ||
Line 341: | Line 343: | ||
[[howto:crosscompile|Cross Compile Software for the DNS-323]] | [[howto:crosscompile|Cross Compile Software for the DNS-323]] | ||
- |