From 0f1c6c6948793661ed7f65f468e5fd9e858d4f21 Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Sat, 5 Mar 2016 22:24:01 +0300 Subject: [PATCH] Correct documentation --- documentation/geek-faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/geek-faq.md b/documentation/geek-faq.md index 48c7630786..3204b74506 100644 --- a/documentation/geek-faq.md +++ b/documentation/geek-faq.md @@ -56,8 +56,8 @@ Run the script - **EXTENDED_DEBOOTSTRAP** (yes|**no**): use new debootstrap and image creation process - **FORCE_USE_RAMDISK** (yes|no): overrides autodetect for using tmpfs in new debootstrap and image creation process. Takes effect only if `EXTENDED_DEBOOTSTRAP` is set to "yes" - **FIXED_IMAGE_SIZE** (integer): create image file of this size (in megabytes) instead of minimal. Takes effect only if `EXTENDED_DEBOOTSTRAP` is set to "yes" -- **COMPRESS_OUTPUTIMAGE** (**yes**|no): create zip archive with image file and GPG signature for redistribution. -- **ROOTFS_TYPE** (**ext4**|f2fs|btrfs|nfs|fel): create image with different root filesystems instead of default ext4. Requires mainline kernel for Allwinner devices. Requires setting FIXED_IMAGE_SIZE to actual size of your SD card for F2FS and BTRFS. Takes effect only if `EXTENDED_DEBOOTSTRAP` is set to "yes" +- **COMPRESS_OUTPUTIMAGE** (**yes**|no): create zip archive with image file and GPG signature for redistribution +- **ROOTFS_TYPE** (**ext4**|f2fs|btrfs|nfs|fel): create image with different root filesystems instead of default ext4. Requires setting FIXED_IMAGE_SIZE to actual size of your SD card for F2FS and BTRFS. Takes effect only if `EXTENDED_DEBOOTSTRAP` is set to "yes" ### Supplying options via command line parameters Instead of editing compile.sh to set options, you can set them by supplying command line parameters to compile.sh