diff options
author | Martin Roth <gaumless@gmail.com> | 2022-05-22 20:07:55 -0600 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-05-30 13:05:21 +0000 |
commit | 74129e51411c26ffcb61607f676059799198bb34 (patch) | |
tree | 30bf47dce6a5936c1c7e4b2c7d073bc597b2a6e2 /util/liveiso | |
parent | d5c31acee4879ef9bc9d64b7ef9d85d078741c99 (diff) |
util: Update description files
- Spelling fix
- Add languages
- Update formatting
- Move notes that shouldn't be in the description file to a README
Change-Id: I4af37327d5834f8546a3f967585658fb5686f17a
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64581
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'util/liveiso')
-rw-r--r-- | util/liveiso/README.md | 9 | ||||
-rw-r--r-- | util/liveiso/description.md | 11 |
2 files changed, 11 insertions, 9 deletions
diff --git a/util/liveiso/README.md b/util/liveiso/README.md new file mode 100644 index 0000000000..48420e6f6c --- /dev/null +++ b/util/liveiso/README.md @@ -0,0 +1,9 @@ +# Live ISO + +## What is this? + +NixOS configuration files for testing purposes and for working on firmware. + +## TODO +- Generate customized bootloader configs; FILO is WIP +- Switch to `programs.neovim` when the module is fixed. diff --git a/util/liveiso/description.md b/util/liveiso/description.md index 48420e6f6c..fb4b89d280 100644 --- a/util/liveiso/description.md +++ b/util/liveiso/description.md @@ -1,9 +1,2 @@ -# Live ISO - -## What is this? - -NixOS configuration files for testing purposes and for working on firmware. - -## TODO -- Generate customized bootloader configs; FILO is WIP -- Switch to `programs.neovim` when the module is fixed. +A script and NixOS configuration files to create an ISO image for +testing purposes and for working on firmware. `Bash` |