From 1da33cd3d60ffb9e8a2b23ff7943e02f5c0ef786 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 3 Jun 2018 13:54:46 +0200 Subject: [PATCH] Create configuration.mk --- Documentation/configuration.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Documentation/configuration.mk diff --git a/Documentation/configuration.mk b/Documentation/configuration.mk new file mode 100644 index 000000000..a56f8030a --- /dev/null +++ b/Documentation/configuration.mk @@ -0,0 +1,12 @@ +# Configuration + +## Bootargs + +You can edit or create a `cmdline.txt` into your boot partition. That will be read from our bootloader. + +## Kernel-Module + +The kernel module folder `/etc/modules-load.d` is persistent and you can add your config files there. See [Systemd modules load][systemd-modules]. + + +[systemd-modules]: https://www.freedesktop.org/software/systemd/man/modules-load.d.html