Update bootloader
This commit is contained in:
parent
65a230bbb1
commit
cf1695fba4
|
@ -1 +1 @@
|
||||||
Subproject commit 4fe947928e84adca2fb624dda589c2cc48390d69
|
Subproject commit 34f9fc4d54ee15efbc5e6d777e22a775fe158671
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
## Architecture to build Redox for (aarch64, i686, or x86_64)
|
## Architecture to build Redox for (aarch64, i686, or x86_64)
|
||||||
ARCH?=x86_64
|
ARCH?=i686
|
||||||
## Flags to pass to the installer (empty to download binary packages)
|
## Flags to pass to the installer (empty to download binary packages)
|
||||||
INSTALLER_FLAGS?=--cookbook=cookbook
|
INSTALLER_FLAGS?=--cookbook=cookbook
|
||||||
## Enabled to use binary prefix (much faster)
|
## Enabled to use binary prefix (much faster)
|
||||||
|
@ -10,7 +10,7 @@ PREFIX_BINARY?=1
|
||||||
## Select filesystem config
|
## Select filesystem config
|
||||||
FILESYSTEM_CONFIG?=config/$(ARCH)/desktop.toml
|
FILESYSTEM_CONFIG?=config/$(ARCH)/desktop.toml
|
||||||
## Filesystem size in MB (256 is the default)
|
## Filesystem size in MB (256 is the default)
|
||||||
FILESYSTEM_SIZE?=256
|
FILESYSTEM_SIZE?=100
|
||||||
## Flags to pass to redoxfs-mkfs. Add --encrypt to set up disk encryption
|
## Flags to pass to redoxfs-mkfs. Add --encrypt to set up disk encryption
|
||||||
REDOXFS_MKFS_FLAGS?=
|
REDOXFS_MKFS_FLAGS?=
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue