Adjusted check values

This commit is contained in:
Alejandro 2023-08-17 01:14:40 +02:00 committed by Martin Wimpress
parent 94f2aeb40d
commit 941b325269
7 changed files with 12 additions and 12 deletions

View file

@ -477,7 +477,7 @@ quickemu --vm windows-11-22H2.conf
- Complete the installation as you normally would. - Complete the installation as you normally would.
- All relevant drivers and services should be installed automatically. - All relevant drivers and services should be installed automatically.
- A local adminstrator user account is automatically created, with - A local administrator user account is automatically created, with
these credentials: these credentials:
- Username: `Quickemu` - Username: `Quickemu`
- Password: `quickemu` - Password: `quickemu`
@ -839,7 +839,7 @@ which Quickemu sizes to 2048x1152. Without the `--screen` option,
Quickemu would have used the 1920x1080 monitor which results in a window Quickemu would have used the 1920x1080 monitor which results in a window
size of 1664x936. size of 1664x936.
The '--screenpct' is an optional interger value between 25 \<= pct \< The '--screenpct' is an optional integer value between 25 \<= pct \<
100 which will override system default screen sizes. The VM size will be 100 which will override system default screen sizes. The VM size will be
'pct' of the chosen screen. **If --fullscreen is chosen screen will be 'pct' of the chosen screen. **If --fullscreen is chosen screen will be
fullsize instead of being scaled down by --screenpct value.** fullsize instead of being scaled down by --screenpct value.**

View file

@ -718,7 +718,7 @@ Complete the installation as you normally would.
.IP \[bu] 2 .IP \[bu] 2
All relevant drivers and services should be installed automatically. All relevant drivers and services should be installed automatically.
.IP \[bu] 2 .IP \[bu] 2
A local adminstrator user account is automatically created, with these A local administrator user account is automatically created, with these
credentials: credentials:
.RS 2 .RS 2
.IP \[bu] 2 .IP \[bu] 2
@ -857,7 +857,7 @@ which Quickemu sizes to 2048x1152.
Without the \f[V]--screen\f[R] option, Quickemu would have used the Without the \f[V]--screen\f[R] option, Quickemu would have used the
1920x1080 monitor which results in a window size of 1664x936. 1920x1080 monitor which results in a window size of 1664x936.
.PP .PP
The `\[en]screenpct' is an optional interger value between 25 <= pct < The `\[en]screenpct' is an optional integer value between 25 <= pct <
100 which will override system default screen sizes. 100 which will override system default screen sizes.
The VM size will be `pct' of the chosen screen. The VM size will be `pct' of the chosen screen.
\f[B]If \[en]fullscreen is chosen screen will be fullsize instead of \f[B]If \[en]fullscreen is chosen screen will be fullsize instead of

View file

@ -507,7 +507,7 @@ quickemu --vm windows-11-22H2.conf
- Complete the installation as you normally would. - Complete the installation as you normally would.
- All relevant drivers and services should be installed automatically. - All relevant drivers and services should be installed automatically.
- A local adminstrator user account is automatically created, with - A local administrator user account is automatically created, with
these credentials: these credentials:
- Username: `Quickemu` - Username: `Quickemu`
- Password: `quickemu` - Password: `quickemu`
@ -624,7 +624,7 @@ which Quickemu sizes to 2048x1152. Without the `--screen` option,
Quickemu would have used the 1920x1080 monitor which results in a window Quickemu would have used the 1920x1080 monitor which results in a window
size of 1664x936. size of 1664x936.
The '--screenpct' is an optional interger value between 25 \<= pct \< The '--screenpct' is an optional integer value between 25 \<= pct \<
100 which will override system default screen sizes. The VM size will be 100 which will override system default screen sizes. The VM size will be
'pct' of the chosen screen. **If --fullscreen is chosen screen will be 'pct' of the chosen screen. **If --fullscreen is chosen screen will be
fullsize instead of being scaled down by --screenpct value.** fullsize instead of being scaled down by --screenpct value.**

View file

@ -501,7 +501,7 @@ Complete the installation as you normally would.
.IP \[bu] 2 .IP \[bu] 2
All relevant drivers and services should be installed automatically. All relevant drivers and services should be installed automatically.
.IP \[bu] 2 .IP \[bu] 2
A local adminstrator user account is automatically created, with these A local administrator user account is automatically created, with these
credentials: credentials:
.RS 2 .RS 2
.IP \[bu] 2 .IP \[bu] 2

View file

@ -339,7 +339,7 @@ quickemu --vm windows-11-22H2.conf
- Complete the installation as you normally would. - Complete the installation as you normally would.
- All relevant drivers and services should be installed automatically. - All relevant drivers and services should be installed automatically.
- A local adminstrator user account is automatically created, with - A local administrator user account is automatically created, with
these credentials: these credentials:
- Username: `Quickemu` - Username: `Quickemu`
- Password: `quickemu` - Password: `quickemu`

View file

@ -31,7 +31,7 @@ function ignore_msrs_alert() {
echo echo
echo " If you are unable to run macOS or Windows VMs then run the above 👆" echo " If you are unable to run macOS or Windows VMs then run the above 👆"
echo " This will enable ignoring of unhandled MSRs until you reboot the host." echo " This will enable ignoring of unhandled MSRs until you reboot the host."
echo " You can make this change permenant by running: 'quickemu --ignore-msrs-always'" echo " You can make this change permanent by running: 'quickemu --ignore-msrs-always'"
fi fi
fi fi
} }
@ -1013,7 +1013,7 @@ function vm_boot() {
fi fi
if [ "${network}" == "none" ]; then if [ "${network}" == "none" ]; then
# Disbale all networking # Disable all networking
echo " - Network: Disabled" echo " - Network: Disabled"
args+=(-nic none) args+=(-nic none)
elif [ "${network}" == "restrict" ]; then elif [ "${network}" == "restrict" ]; then

View file

@ -925,7 +925,7 @@ EOF
fi fi
;; ;;
vanillaos) vanillaos)
## Minimum 50G for abroot ## Minimum 64G for abroot
echo "disk_size=\"64G\"" >> "${CONF_FILE}" echo "disk_size=\"64G\"" >> "${CONF_FILE}"
;; ;;
zorin) zorin)
@ -949,7 +949,7 @@ EOF
esac esac
if [ "${OS}" == "ubuntu" ] && [[ ${RELEASE} == *"daily"* ]]; then if [ "${OS}" == "ubuntu" ] && [[ ${RELEASE} == *"daily"* ]]; then
# wont install lobster testing with less than 18GB # won't install lobster testing with less than 32GB
echo "disk_size=\"32G\"" >> "${CONF_FILE}" echo "disk_size=\"32G\"" >> "${CONF_FILE}"
fi fi
# Enable TPM for Windows 11 # Enable TPM for Windows 11