mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 18:35:44 -05:00
[modules] Minor documentation work on modules a-g
This commit is contained in:
parent
c086d18a26
commit
52f09f7f46
6 changed files with 16 additions and 2 deletions
|
@ -12,8 +12,10 @@ kernel: "/vmlinuz-linux"
|
|||
img: "/initramfs-linux.img"
|
||||
fallback: "/initramfs-linux-fallback.img"
|
||||
timeout: "10"
|
||||
|
||||
# Optionally set the menu entry name and kernel name to use in systemd-boot.
|
||||
# If not specified here, these settings will be taken from branding.desc.
|
||||
#
|
||||
# bootloaderEntryName: "Generic GNU/Linux"
|
||||
# kernelLine: ", with Stable-Kernel"
|
||||
# fallbackKernelLine: ", with Stable-Kernel (fallback initramfs)"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Configure one or more display managers (e.g. SDDM)
|
||||
# with a "best effort" approach.
|
||||
---
|
||||
#The DM module attempts to set up all the DMs found in this list, in that precise order.
|
||||
#It also sets up autologin, if the feature is enabled in globalstorage.
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# This is a dummy (example) module for C++ Jobs.
|
||||
#
|
||||
# The code is the documentation for the configuration file.
|
||||
---
|
||||
syntax: "YAML map of anything"
|
||||
example:
|
||||
|
@ -15,4 +18,4 @@ a_list_of_maps:
|
|||
- "another element"
|
||||
- name: "another item"
|
||||
contents:
|
||||
- "not much"
|
||||
- "not much"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# This is a dummy (example) module for a Python Job Module.
|
||||
#
|
||||
# The code is the documentation for the configuration file.
|
||||
---
|
||||
syntax: "YAML map of anything"
|
||||
example:
|
||||
|
@ -15,4 +18,4 @@ a_list_of_maps:
|
|||
- "another element"
|
||||
- name: "another item"
|
||||
contents:
|
||||
- "not much"
|
||||
- "not much"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# This is a dummy (example) module for PythonQt.
|
||||
#
|
||||
# The code is the documentation for the configuration file.
|
||||
---
|
||||
syntax: "YAML map of anything"
|
||||
example:
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
# If set to true, always creates /etc/default/grub from scratch even if the file
|
||||
# already existed. If set to false, edits the existing file instead.
|
||||
overwrite: false
|
||||
|
||||
# Default entries to write to /etc/default/grub if it does not exist yet or if
|
||||
# we are overwriting it. Note that in addition, GRUB_CMDLINE_LINUX_DEFAULT and
|
||||
# GRUB_DISTRIBUTOR will always be written, with automatically detected values.
|
||||
|
|
Loading…
Add table
Reference in a new issue