![]() |
NOTE: This page is for SlugOS 4.8 ONLY, do NOT use this procedure with SlugOS 5.3! This is an Optware feed for SlugOS/LE (used to be called DebianSlug), with the same toolchain as SlugOS/LE. See SlugosbeDevel to learn how to develop for it. Manual bootstrap: $ su # feed=http://ipkg.nslu2-linux.org/feeds/optware/slugos4le/cross/unstable # ipk_name=`wget -qO- $feed/Packages | awk '/^Filename: ipkg-opt/ {print $2}'` # wget $feed/$ipk_name # tar -xOvzf $ipk_name ./data.tar.gz | tar -C / -xzvf - # sed -i -e 's|/stable|/unstable|' /opt/etc/ipkg.conf # /opt/bin/ipkg update # /opt/bin/ipkg install <pkg_foo> <pkg_bar> ... After bootstrapping, we have two independent ipkg commands and two sets of packages:
It's important to make sure you specify the command clearly (explicitly with full path if you do not have the PATH including /opt/bin). Keep in mind the following:
As always, please direct questions to the appropriate mailing list, or use the IRC channels. |