Update incorrect paths
This commit is contained in:
parent
4b42b9d849
commit
7f5f87ff8e
|
@ -74,7 +74,7 @@
|
||||||
diskVar = ''''${${diskVarName}}'';
|
diskVar = ''''${${diskVarName}}'';
|
||||||
|
|
||||||
diskSelector = ''
|
diskSelector = ''
|
||||||
. ${./../../scripts/Common/Scripts/choose-disk.sh};
|
. ${./../../../scripts/Common/Scripts/choose-disk.sh};
|
||||||
chooseDisk ${diskVarName} "Which disk do you wish to install the OS on?";
|
chooseDisk ${diskVarName} "Which disk do you wish to install the OS on?";
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
@ -183,7 +183,7 @@
|
||||||
else ''
|
else ''
|
||||||
${diskVarName}=${config.devicePath}
|
${diskVarName}=${config.devicePath}
|
||||||
${if osDisk then ''
|
${if osDisk then ''
|
||||||
. ${./../../scripts/Common/Scripts/is-truthy.sh}
|
. ${./../../../scripts/Common/Scripts/is-truthy.sh}
|
||||||
if [ ! -b ${diskVar} ]; then
|
if [ ! -b ${diskVar} ]; then
|
||||||
function fallback() {
|
function fallback() {
|
||||||
echo "Couldn't find the specified disk \"${diskVar}\"."
|
echo "Couldn't find the specified disk \"${diskVar}\"."
|
||||||
|
|
Loading…
Reference in a new issue