ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] iptables and bdm/gdb build the MPC8349mITX


From: Tobias Simon
Subject: Re: [Ltib] iptables and bdm/gdb build the MPC8349mITX
Date: Fri, 5 Jan 2007 10:17:56 +0100 (MET)
User-agent: KMail/1.8

Hello Group,

I am trying to bring the "/etc/localtime" symlink into the sysconfig package.
My first question is: is this the right place to do something like that (where 
$SYSCFG_TIMEZONE is a path):

# timezone
if [ "$SYSCFG_TIMEZONE" ]; then
    ln -s $PATH_TO_ROOT_DIR/$SYSCFG_TIMEZONE $PATH_TO_ROOT_DIR/etc/localtime
fi

... where $PATH_TO_ROOT_DIR is a placeholder. Unfortunately I do not know if 
there is a environment variable like that.

In "config/userspace/packages.lkc" I added the following:
config SYSCFG_TIMEZONE
    depends PKG_TIMEZONE
    default "/usr/share/zoneinfo/GMT"
    string "timezone configuration"
    help
       Set this to your timezone located in "/usr/share/zoneinfo".
       A symbolic link will be created from "/etc/localtime" to
       the selected timezone.

I hope anyone can help me with this.


Regards,
Tobi

-- 
Tobias Simon
senTec Elektronik GmbH
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]