Update readme
This commit is contained in:
parent
b3ec35a65c
commit
241e9f28e3
24
readme.md
24
readme.md
@ -3,9 +3,12 @@ UUP converter
|
|||||||
|
|
||||||
### Description
|
### Description
|
||||||
A basic UUP converter aimed for Linux users who don't have access to any
|
A basic UUP converter aimed for Linux users who don't have access to any
|
||||||
Windows machine, but want or need to create ISO image for latest Windows
|
Windows machine, but want or need to create an ISO image for latest Windows
|
||||||
Insider version downloaded from UUP dump.
|
Insider version downloaded from UUP dump.
|
||||||
|
|
||||||
|
For obvious reasons this script will never support integration of Cumulative
|
||||||
|
Updates to created images.
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
```
|
```
|
||||||
./convert.sh [compression] [uups_directory]
|
./convert.sh [compression] [uups_directory]
|
||||||
@ -16,14 +19,14 @@ Insider version downloaded from UUP dump.
|
|||||||
* esd - solid esd compression (`/Compress:recovery` in DISM)
|
* esd - solid esd compression (`/Compress:recovery` in DISM)
|
||||||
|
|
||||||
### Usage examples
|
### Usage examples
|
||||||
* `./convert.sh` - starts conversion using files from UUPs directory and
|
* `./convert.sh` - starts the conversion using files from `UUPs` directory and
|
||||||
creates ISO image with install.wim
|
creates an ISO image with `install.wim`
|
||||||
|
|
||||||
* `./convert.sh esd` - starts conversion using files from UUPs directory and
|
* `./convert.sh esd` - starts the conversion using files from `UUPs` directory
|
||||||
creates ISO image with install.esd
|
and creates an ISO image with `install.esd`
|
||||||
|
|
||||||
* `./convert.sh wim MyUUP` - starts conversion using files from MyUUP
|
* `./convert.sh wim MyUUP` - starts the conversion using files from `MyUUP`
|
||||||
directory and creates ISO image with install.wim
|
directory and creates an ISO image with `install.wim`
|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
This script uses the following commands to do its work:
|
This script uses the following commands to do its work:
|
||||||
@ -32,9 +35,12 @@ This script uses the following commands to do its work:
|
|||||||
* chntpw - to modify registry of first index of boot.wim
|
* chntpw - to modify registry of first index of boot.wim
|
||||||
* genisoimage - to create ISO image
|
* genisoimage - to create ISO image
|
||||||
|
|
||||||
If you use Debian or Ubuntu you can quickly install these using the following
|
If you use Debian or Ubuntu based distribution you can quickly install these
|
||||||
command:
|
using the following command:
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo apt-get install cabextract wimtools chntpw genisoimage
|
sudo apt-get install cabextract wimtools chntpw genisoimage
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you use any other distribution, then you will need to check its repository
|
||||||
|
for packages needed to run this script.
|
||||||
|
Loading…
Reference in New Issue
Block a user