info
This commit is contained in:
parent
8e4da0cd50
commit
328e427a89
1 changed files with 4 additions and 0 deletions
|
@ -170,6 +170,8 @@ function partitionieredual() {
|
|||
echo "entferne partition ${device}${rootpartitionnummer}"
|
||||
sleep 10
|
||||
sgdisk -d ${rootpartitionnummer} ${device}
|
||||
sleep 2
|
||||
sync
|
||||
fi
|
||||
sgdisk -a 2048 -n ${rootpartitionnummer}:: -c ${rootpartitionnummer}:"Linux filesystem" -t ${rootpartitionnummer}:8300 ${device}
|
||||
formatencrypt
|
||||
|
@ -932,6 +934,8 @@ function abfrage() {
|
|||
[[ -z "${autostart}" ]] && autostart=n
|
||||
fi
|
||||
|
||||
echo "Windows dualboot funktioniert nur im UEFI Modus und auch nur derzeit mit GRUB!!!"
|
||||
echo "Ausserdem muss die UEFI_Bootpartition über 200MB mindesten sein!!!"
|
||||
read -p "Do you want a extra parameter for the installation? : [skipbootpartition/noinstall/debug/windualboot/dualboot] " extraparameter
|
||||
for wort in ${extraparameter}
|
||||
do
|
||||
|
|
Loading…
Reference in a new issue