From 4e043f440393317e8564b5f9517acfb780207ad1 Mon Sep 17 00:00:00 2001 From: mkuba50 Date: Mon, 24 Dec 2018 22:16:28 +0100 Subject: [PATCH] Fix a few typos, add more information to readme --- convert.sh | 4 ++-- readme.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/convert.sh b/convert.sh index ede0c15..c6f4571 100644 --- a/convert.sh +++ b/convert.sh @@ -1,5 +1,5 @@ #!/bin/bash -scriptName="UUP Converter v0.1.0" +scriptName="UUP Converter v0.1.1" editions="analogonecore andromeda @@ -347,7 +347,7 @@ echo "" echo -e "$infoColor""Creating ISO structure...""$resetColor" wimlib-imagex apply "$firstMetadata" 1 ISODIR --no-acls 2>/dev/null if [ $? != 0 ]; then - echo -e "$errorColor""Failed to create ISODIR structure""$resetColor" + echo -e "$errorColor""Failed to create ISO structure""$resetColor" cleanup exit 1 fi diff --git a/readme.md b/readme.md index 172c1e6..e48ddac 100644 --- a/readme.md +++ b/readme.md @@ -12,8 +12,8 @@ Insider version downloaded from UUP dump. ``` ###### Compression options: - * wim - standard compression - * esd - solid compression + * wim - standard wim compression (`/Compress:max` in DISM) + * esd - solid esd compression (`/Compress:recovery` in DISM) ### Usage examples * `./convert.sh` - starts conversion using files from UUPs directory and @@ -29,7 +29,7 @@ Insider version downloaded from UUP dump. This script uses the following commands to do its work: * cabextract - to extract cabs * wimlib-imagex - to export files from metadata ESD - * chntpw - to modify registry of first index boot.wim + * chntpw - to modify registry of first index of boot.wim * genisoimage - to create ISO image If you use Debian or Ubuntu you can quickly install these using the following