Files
bpfire/config/rootfiles/core/7/update.sh
arne_f 2f5c016890 Add forgotten Firewire HDD (sbp2 non smp-kernel) to core7
Add smartenabler to core7


git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1189 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2008-02-07 20:35:48 +00:00

9 lines
244 B
Bash

#!/bin/bash
. /opt/pakfire/lib/functions.sh
extract_files
depmod -a
GATEWAY=$(cat /var/ipfire/red/remote-ipaddress)
echo "$GATEWAY gateway" >> /etc/hosts
/etc/init.d/collectd start
perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"