Add double quotes to DISK=$DISK

Without the double quotes, the $DISK variable expands and will not
handle multi-disk correctly.

Co-authored-by: @baberlevi

Signed-off-by: Maurice Zhou <ja@apvc.uk>
This commit is contained in:
Maurice Zhou
2022-09-23 11:18:21 +02:00
committed by George Melikov
parent 233952e4e7
commit 68eebfd5df
4 changed files with 4 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ System Configuration
#. Chroot::
history -w /mnt/home/sys-install-pre-chroot.txt
arch-chroot /mnt /usr/bin/env DISK=$DISK bash
arch-chroot /mnt /usr/bin/env DISK="$DISK" bash
#. Generate locales::