SquashFS hinzugefuegt damit wir auf OpenVZ-Maschinen bauen koennen.

Kein Loop-Device mehr erforderlich.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@393 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-01-20 15:42:28 +00:00
parent 378cbbe0c8
commit 26ec951359
10 changed files with 546 additions and 30 deletions

View File

@@ -39,6 +39,8 @@ case "${1}" in
modprobe ip_nat_mms
modprobe ip_conntrack_pptp
modprobe ip_nat_pptp
modprobe ip_conntrack_sip
modprobe ip_nat_sip
# Remove possible leftover files
rm -f CONFIG_ROOT/red/{active,device,dial-on-demand,dns1,dns2,local-ipaddress,remote-ipaddress,resolv.conf}
@@ -230,7 +232,7 @@ case "${1}" in
if [ "$DNS1" = "" ]; then
echo -n `/etc/rc.d/helper/getdnsfromdhcpc.pl 1` > /var/ipfire/red/dns1
echo -n `/etc/rc.d/helper/getdnsfromdhcpc.pl 2` > /var/ipfire/red/dns2
else
else
echo "$DNS1" > /var/ipfire/red/dns1
echo "$DNS2" > /var/ipfire/red/dns2
fi