Alpine, Arch Linux, Fedora, RHEL, NixOS Root on ZFS guide: add CI/CD tests
Remove unmaintained Arch Linux guides. Signed-off-by: Maurice Zhou <yuchen@apvc.uk>
This commit is contained in:
committed by
George Melikov
parent
a67d02b8ac
commit
4fb5fb694f
13
scripts/zfs_root_gen_bash.py
Normal file
13
scripts/zfs_root_gen_bash.py
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright 2023 Maurice Zhou <yuchen@apvc.uk>
|
||||
#
|
||||
# Released without warranty under the terms of the
|
||||
# Apache License 2.0.
|
||||
|
||||
import pylit
|
||||
|
||||
pylit.defaults.code_block_markers['shell'] = '::'
|
||||
pylit.defaults.text_extensions = [".rst"]
|
||||
|
||||
pylit.main()
|
||||
Reference in New Issue
Block a user