Browse Source

Update README.md

nsITobin 4 months ago
parent
commit
2cc2d6ba26
1 changed files with 4 additions and 4 deletions
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -7,10 +7,6 @@ Windows Imaging Technology has existed since before the Windows Longhorn Omega-1
 
 As an file-based indexed image technology with single-instance storage the total size of any WIM file will be a single instance of any copy of a file, compressed. This is how Microsoft can ship dozens of different Windows SKUs on the same media. Way cooler than composing each iso and then storing and serving mostly duplicate data.
 
-## The LiveCD
-
-For now think Windows Preinstallation Environment if it was actually useful like a LiveCD.
-
 ## The Installer
 
 This installer will have to do the following things to install a Linux system, minimum:
@@ -22,6 +18,10 @@ This installer will have to do the following things to install a Linux system, m
 - Install Kernel and generate initramfs OR Compile a Kernel with stuff built in on the fly for initrd-free installs.
 - Perform post-setup tasks
 
+## The LiveCD
+
+For now think Windows Preinstallation Environment if it was actually useful like a LiveCD.
+
 ## Windows Side-quest
 
 - Deploy Windows `install.wim` from Linux LiveCD