From 801f921c3dc608101c903a8a325c888653ce3c8f Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 26 Aug 2022 17:44:53 -0600 Subject: [PATCH] Undo accidental setting of ARCH to i686 --- mk/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/config.mk b/mk/config.mk index 75100ae..dc1431b 100644 --- a/mk/config.mk +++ b/mk/config.mk @@ -2,7 +2,7 @@ # Configuration ## Architecture to build Redox for (aarch64, i686, or x86_64) -ARCH?=i686 +ARCH?=x86_64 ## Flags to pass to the installer (empty to download binary packages) INSTALLER_FLAGS?=--cookbook=cookbook ## Enabled to use binary prefix (much faster) @@ -10,7 +10,7 @@ PREFIX_BINARY?=1 ## Select filesystem config FILESYSTEM_CONFIG?=config/$(ARCH)/desktop.toml ## Filesystem size in MB (256 is the default) -FILESYSTEM_SIZE?=100 +FILESYSTEM_SIZE?=256 ## Flags to pass to redoxfs-mkfs. Add --encrypt to set up disk encryption REDOXFS_MKFS_FLAGS?=