From e74b5ea1b488d446c43ca16c61a342dc339fa41c Mon Sep 17 00:00:00 2001 From: junikimm717 Date: Thu, 14 Apr 2022 13:21:18 -0400 Subject: [PATCH] install.json fix --- install.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install.json b/install.json index de10585..f906be5 100644 --- a/install.json +++ b/install.json @@ -1,7 +1,7 @@ { - "audio": null, + "audio": "none", - "bootloader": "grub", + "bootloader": "grub-install", "custom-commands": [ "cd /home/junikim; git clone https://git.junickim.me/junikimm717/arch_rice.git", @@ -15,9 +15,9 @@ "filesystem": "ext4", - "harddrive": { - "path": "/dev/vda" - }, + "gfx_driver": "All open-source (default)", + + "harddrives": ["/dev/vda"], "hostname": "archlinux1-kvm",