Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Getting Started with Nano Server

You're reading from   Getting Started with Nano Server Automate multiple VMs and transform your datacenter

Arrow left icon
Product type Paperback
Published in Jun 2017
Publisher Packt
ISBN-13 9781782175223
Length 406 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Charbel Nemnom Charbel Nemnom
Author Profile Icon Charbel Nemnom
Charbel Nemnom
Arrow right icon
View More author details
Toc

Table of Contents (11) Chapters Close

Preface 1. Introduction to Nano Server 2. Getting Started with Nano Server FREE CHAPTER 3. Deploying Nano Server in a Virtual Machine and on Physical Hardware 4. Deploying Hyper-V Cluster on Nano Server 5. Deploying, Managing, and Monitoring Nano Server with System Center 2016 6. Managing Nano Server with Windows PowerShell and Windows PowerShell DSC 7. Managing Nano Server with Third-Party Tools 8. Running Windows Server Containers and Hyper-V Containers on Nano Server 9. Troubleshooting Nano Server 10. Running Other Workloads on the Nano Server

Customizing a Nano Server image using DISM

DISM is the tool of choice for adding packages in online and offline modes. The following example uses the offline version of DISM to add a package:

  • Dism /Add-Package /PackagePath:.\packages\<package>
  • Dism /Add-Package /PackagePath:.\packages\en-us\<package>
For each package you want to add, you must run two DISM commands, one for the package path in the Packages folder, as shown in Figure 3 earlier. But underneath that, you will find another folder called en-US or whatever localization you have bought from Microsoft. In my example here, we are using en-US for English-United States; fr-BE is for French-Belgium, and so on.

Customizing a Nano image using unattend.xml file

...
You have been reading a chapter from
Getting Started with Nano Server
Published in: Jun 2017
Publisher: Packt
ISBN-13: 9781782175223
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime