XQZXLTRFED ?
Subscribe to RSS feed

Home :.: About :.: Contact :.: Archives :.: Bookmarks :.: WishList


image

Pretty Simple… extremely simple…

I needed the PCRE (the Perl Compatible Regular Expressions Library 7.6-2):

CubeStation> ipkg install pcre
Installing pcre (7.6-2) to root…
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-x07/cross/unstable/pcre_7.6-2_arm.ipk
Installing libstdc++ (6.0.3-6) to root…
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-x07/cross/unstable/libstdc++_6.0.3-6_arm.ipk
Configuring libstdc++
Configuring pcre
Successfully terminated.

Then I needed glib (2.12.13-1 – The GLib library of C routines.)

CubeStation> ipkg install glib
Installing glib (2.12.13-1) to root…
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-x07/cross/unstable/glib_2.12.13-1_arm.ipk
Configuring glib
Successfully terminated.

Then I needed e2fsprogs, 1.40.3-4 – Ext2 Filesystem Utilities by Theodore Ts’o, a systems programmer from IBM.

CubeStation> ipkg install e2fsprogs
Installing e2fsprogs (1.40.3-4) to root…
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-x07/cross/unstable/e2fsprogs_1.40.3-4_arm.ipk
Installing e2fslibs (1.40.3-4) to root…
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-x07/cross/unstable/e2fslibs_1.40.3-4_arm.ipk
Configuring e2fslibs
Configuring e2fsprogs
update-alternatives: Linking //opt/bin/chattr to /opt/bin/e2fsprogs-chattr
update-alternatives: Linking //opt/bin/lsattr to /opt/bin/e2fsprogs-lsattr
update-alternatives: Linking //opt/sbin/fsck to /opt/sbin/e2fsprogs-fsck
Successfully terminated.

Then I needed slang, 2.1.3-1 – S-Lang is a multi-platform library designed to allow a developer to create robust multi-platform software, made by John E. Davis

CubeStation> ipkg install slang
Installing slang (2.1.3-1) to root…
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-x07/cross/unstable/slang_2.1.3-1_arm.ipk
package slang suggests installing libpng
Configuring slang
Successfully terminated.

Then I needed libpng, libpng – 1.2.25-1 – Portable Network Graphics Libraries

CubeStation> ipkg install libpng
Installing libpng (1.2.25-1) to root…
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-x07/cross/unstable/libpng_1.2.25-1_arm.ipk
Installing zlib (1.2.3-2) to root…
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-x07/cross/unstable/zlib_1.2.3-2_arm.ipk
Configuring libpng
Configuring zlib
Successfully terminated.

Then I needed ofcourse mc, the midnight commander package, 4.6.1-3

CubeStation> ipkg install mc
Installing mc (4.6.1-3) to root…
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-x07/cross/unstable/mc_4.6.1-3_arm.ipk
Configuring mc
Successfully terminated.

Now I change my root profile to include:

#/etc/profile: system-wide .profile file for ash.
PATH=”$PATH:/bin:/sbin:/usr/bin:/usr/sbin:/usr/syno/bin:/usr/syno/sbin:/usr/loca
umask 022
#This fixes the backspace when telnetting in.
#if [ "$TERM" != "linux" ]; then
#        stty erase
#fi
export PATH
HOME=/root
export HOME
TERM=${TERM:-cons25}
export TERM
PAGER=more
export PAGER
PS1=”`hostname`> “
alias dir=”ls -al”
export TERMINFO=/opt/share/terminfo
export TERM=xterm
alias mc=”mc -c”

Then a reboot and….. tada!

Related posts

del.ico.us Del.icio.us

digg Digg

ekus Ekudos

reddit reddit

 coding

 linux

 synology

March 30th, 2008