mirror of https://github.com/archzfs/archzfs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
397 B
18 lines
397 B
9 years ago
|
===================
|
||
|
Archzfs Archiso LTS
|
||
|
===================
|
||
|
|
||
|
Used to create custom archiso with LTS kernel. Used only for testing archzfs. Supports only the x86_64 architecture.
|
||
|
|
||
|
How to use
|
||
|
|
||
|
.. code:: console
|
||
|
|
||
|
# ./build.sh -v
|
||
|
|
||
|
to test with qemu,
|
||
|
|
||
|
.. code:: console
|
||
|
|
||
|
# qemu-system-x86_64 -enable-kvm -m 4096 -smp 2 -drive file=./out/archlinux-2016.09.04.iso,if=virtio,media=disk,format=raw
|