auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 1.2.3.17
netmask 255.255.255.0
gateway 1.2.3.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
up route add -net 4.5.6.107 netmask 255.255.255.0 gw 4.5.6.1 dev vmbr0
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
network:
version: 2
renderer: networkd
ethernets:
ens18:
addresses: [ 4.5.6.107/24 ]
gateway4: 4.5.6.1
nameservers:
addresses: [ 1.1.1.1, 8.8.8.8 ]
Beginning with the next major release of Windows 10, we are going to support LIPs as Local Experience Packs only. There will no longer be any lp.cab files for LIP. Local Experience Packs are faster to install and have a smaller operating system (OS) footprint. If you create Windows images with LIP, you will have to add the corresponding LXP for that LIP. For full languages, there is no change and you will continue to use the corresponding lp.cab.
You can start testing Windows image creation using LXPs using Windows 10 Build 17723 or higher EEAP builds. We are providing LXP AppX packages and their corresponding licenses for all 72 LIPs in the language pack ISOs.
The process will work like this. First, you will need to use the Add-ProvisionedAppXPackage cmdlet to add a Local Experience Pack to your Windows 10 image. Once you have added the Local Experience Pack to your image, you should see the following behavior.
The LXP will show up on the language selection screen of the out-of-box experience (OOBE).
When you select the LXP, all subsequent screens of the OOBE will be in the corresponding language. Since the LXP has only a subset of operating system strings available, some of the content in OOBE may fall back to the base language. This is on parity with current behavior.
The first login experience post-OOBE should be in the selected language.
Note: The main difference between LIP and LP is in the level of localization in comparison to Language Pack (LP) packages: LIP packages provide the desktop user with the most frequently accessed user interface and basic user assistance support (help files). In addition, LIP is installed as a language add-on on top of an existing LP with base language dependency (Catalan LIP can only be installed on top of Spanish or French LP, Welsh LIP can only be installed on top of English LP). In addition, once a LIP is installed, switching the user interface between the LIP language and the LP base language is possible for users on all versions of Windows.
LIP relies on the same resource-loading technology that MUI LP is built on, and installs ontop of one base LP (in most cases).