summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJonathan Bauer2017-03-17 14:25:26 +0100
committerJonathan Bauer2017-03-17 14:25:26 +0100
commitc4b902b1a49d1702e87c628cb3115271b8acbc9e (patch)
tree2f3fa725ac97cea719d7b9aed9a3e727dba09773 /README.md
parentadded note on how to compress with virt-sparsify (diff)
downloadpacker-templates-c4b902b1a49d1702e87c628cb3115271b8acbc9e.tar.gz
packer-templates-c4b902b1a49d1702e87c628cb3115271b8acbc9e.tar.xz
packer-templates-c4b902b1a49d1702e87c628cb3115271b8acbc9e.zip
Added note about how to use a different filesystem
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7c98e48..50a5c95 100644
--- a/README.md
+++ b/README.md
@@ -33,5 +33,11 @@ A default password is defined in base.json and the corresponding SHA-512 hashes
in the kickstart/preseed files. If you change the 'ssh_password' make sure to change the
hashes in the ks/ps files (generate with 'mkpasswd -m sha-512')!
+The partitioning of the virtual disk is done via kickstart/preseed files. Currently,
+a simple partition scheme is used: separate boot partition, rest a the main system
+partition labeled as SLX_SYS, using ext4 as filesystem. Other filesystems are also
+supported, tested were currently xfs and btrfs. If you change the filesystem to use
+you need to adapt your boot configuration file (SLX_MOUNT_ROOT_OPTIONS).
+
While the qemu builder produces a qcow2 image, it can be further compressed using:
virt-sparsify --compress <qcow2_file> <output_qcow2_file>