Differences
This shows you the differences between the selected revision and the current version of the page.
howto:install_debian 2008/10/17 23:26 | howto:install_debian 2017/12/04 17:26 current | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | **WARNING**: This procedure is horrible. For a "real" native Debian installation, take a look at http://www.cyrius.com/debian/orion/d-link/dns-323/install.html . | ||
+ | |||
This page described how to get Debian natively running on your | This page described how to get Debian natively running on your | ||
DNS-323. | DNS-323. | ||
- | NOTE: If you follow this procedure, the DNS-323 will no longer run it's | + | NOTE: If you follow this procedure, the DNS-323 will no longer run its |
normal operation. It will only run debian. The function can be restored, | normal operation. It will only run debian. The function can be restored, | ||
details at the end. | details at the end. | ||
Line 555: | Line 557: | ||
192:/initrd# cp /lib/ld-linux.so.2 lib | 192:/initrd# cp /lib/ld-linux.so.2 lib | ||
192:/initrd# cp /lib/libc.so.6 lib/ | 192:/initrd# cp /lib/libc.so.6 lib/ | ||
+ | 192:/initrd# cp /lib/libgcc_s.so.1 lib/ | ||
192:/initrd# cp /lib/libcrypt.so.1 lib | 192:/initrd# cp /lib/libcrypt.so.1 lib | ||
192:/initrd# cp /lib/libm.so.6 lib | 192:/initrd# cp /lib/libm.so.6 lib |