If "<OS$Version>" = "" Then Obey| Set the Inet:system variables for backwards compatibilitySet Inet$Dir <Obey$Dir>Set Inet$Path <Inet$Dir>.| Create a copy of the Inet:etc directory in CacheFS (FCopy is used because *Copy fails)WimpSlot -min 256K -max 256KFCopy STBLibrary:FCopy Cache:$.FCopyAccess Cache:$.FCopy Lwr/rCDir Cache:$.InetAccess Cache:$.Inet LRW/rCDir Cache:$.Inet.etcAccess Cache:$.Inet.etc LRW/rCache:$.FCopy Inet:etc.hosts Cache:$.Inet.etc.hostsAccess Cache:$.Inet.etc.hosts Lrw/rCache:$.FCopy Inet:etc.protocols Cache:$.Inet.etc.protocolsAccess Cache:$.Inet.etc.protocols Lrw/rCache:$.FCopy Inet:etc.services Cache:$.Inet.etc.servicesAccess Cache:$.Inet.etc.services Lrw/rWipe Cache:$.FCopy ~cf~v| Point the InetDBase path at the CacheFS Inet:etc and this Inet:etcSet InetDBase$Path Cache:$.Inet.etc.,Inet:etc.,<InetDBase$Path>| Give each STB a unique host name of the form: STB<ip addr in hex>If "<Inet$HostName>" = "" Then Set Inet$HostName STB<Inet$LocalAddr>If "<Inet$HostName>" = "ARM_NoName" Then Set Inet$HostName STB<Inet$LocalAddr>| Add the Inet:bin directory to the run pathDo Modify -with Run$Path -add "Inet:bin.," -before "%."