slight improvement on option 3

pull/314/head
Botspot 5 years ago committed by GitHub
parent f8193034e1
commit 043ce07c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,7 +50,7 @@ elif echo "$vmsplit_output" | grep -q "^CONFIG_VMSPLIT_2G=y" || echo "$vmsplit_o
echo -e "You are using a kernel with a 2G/2G memory split.\nWine will not work on such systems. What would you like to do? echo -e "You are using a kernel with a 2G/2G memory split.\nWine will not work on such systems. What would you like to do?
1. Switch to the 64-bit kernel (about 2 minutes) 1. Switch to the 64-bit kernel (about 2 minutes)
2. Compile a 3G/1G kernel (several hours) 2. Compile a 3G/1G kernel (several hours)
3. Install a precompiled 3g/1g kernel (might be outdated) 3. Install a precompiled 3G/1G kernel (about 2 minutes but might be outdated)
4. Exit" 4. Exit"
read -n1 answer read -n1 answer
echo '' echo ''

Loading…
Cancel
Save