Sebastian Neef
54274cc65f
Update README.md
...
Rename `/dev/nvme0n1` to `/dev/sda` to match the provided configuration.
2024-02-09 17:38:29 +01:00
Raphael Robatsch
f0a3425a7b
docs: mention EF00 partition type in README.md
...
Otherwise systemd-boot will refuse to install the bootloader.
2024-01-08 19:13:21 +00:00
NAHO
1b19111387
docs: uniformly replace 'bash' tags with 'console'
...
Reverts: 9abffdda13
2023-12-25 19:32:46 +00:00
NAHO
44e97d4197
docs: uniformly replace 'console' tags with 'bash'
...
Reverts: ca8e85652d
2023-12-25 19:32:46 +00:00
NAHO
6095c996e1
docs: uniformly replace 'bash' tags with 'console'
2023-12-25 19:32:46 +00:00
NAHO
b814f6b555
docs: standardize code blocks
2023-12-25 19:32:46 +00:00
Paul Haerle
e526d4e653
Update README.md
...
...and try to make it a bit clearer that the attribute name in disko.devices.disk is quite arbitrary to prevent confusion as in #473
2023-12-21 11:36:17 +00:00
Paul Haerle
3ca75072ad
Update README.md
...
make simple disko config even simpler
2023-12-20 23:54:08 +01:00
Jörg Thalheim
c7f594c2ab
doc: add experimental flags to examples
...
fixes https://github.com/nix-community/disko/issues/459
2023-12-06 22:51:30 +00:00
Kai Norman Clasen
f02d818e55
Fix example in README.md ( #410 )
...
* Fix example in README.md
The minimal example was missing the wrapping `disko.devices` attributes which resulted in the following error message:
```
error: attribute 'disko' missing
at /nix/store/1lvj5ry4y5qyis40qcch1csf8h86z8bk-disko/share/disko/default.nix:10:49:
9| # _file = toString input;
10| imports = lib.singleton { disko.devices = cfg.disko.devices; };
| ^
11| options = {
Did you mean disk?
```
* Increase ESP size
From 100M to 500M
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
---------
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2023-10-02 17:52:49 +01:00
Jörg Thalheim
9ab96378f8
reformat tree
2023-09-17 04:43:25 +00:00
Marijan Petričević
39aa449dbd
docs: fix links in README
2023-09-09 13:29:14 +00:00
Valentin Gagarin
487a978e34
capitalise NixOS
2023-09-01 09:53:02 +00:00
lassulus
5a9bfa9fa6
fix example in README
2023-08-07 15:57:14 +00:00
lassulus
f6649d69d9
cli/default: refactor to use more code from lib
2023-07-19 19:07:40 +00:00
lassulus
789e93d61c
docs: minor fixups
2023-06-05 10:23:08 +02:00
Jill
2e548efae3
Add INDEX.md, requirements.md and support_matrix.md
2023-06-05 10:16:44 +02:00
JillThornhill
15020a6395
Update README.md
...
Editing Readme
2023-06-05 10:16:44 +02:00
Jörg Thalheim
c7d5aef3f0
README: add project logo
2023-04-16 17:16:17 +02:00
Joachim Breitner
67e9c88cd5
Improve example code in README
...
It seems the type is not needed anymore.
2023-04-16 14:51:08 +02:00
Jörg Thalheim
8ac50aa153
improve changelog
2023-04-15 16:08:27 +02:00
Glenn McDonald
2e1b918565
Fix typo in README.md
2023-03-10 08:30:04 -05:00
Aiden
a9e0f9ba44
insert output of the cli --help
2023-02-03 13:29:45 +01:00
Jörg Thalheim
66b265be44
add quickstart guide
2023-02-03 13:22:44 +01:00
Martin Weinelt
189083d355
README: Advertise correct branch name in channel url
2023-01-11 16:31:21 +01:00
Matthew
3aef5a5613
Fix typo: "diska" -> "disko"
2022-12-26 15:34:40 -08:00
lassulus
66add2cd9e
zap: destroy all mdadm devices if mdadm is in PATH
2022-12-08 21:03:38 +01:00
Jörg Thalheim
a3bef46beb
README: fold installation methods
2022-11-15 19:38:18 +01:00
Jörg Thalheim
107b0ed59f
make flake the current installation recommendation
2022-11-15 19:33:15 +01:00
zimbatm
f82656afbd
WIP docs
...
Based on https://documentation.divio.com/
2022-11-02 18:59:01 +01:00
lassulus
4184cbcd03
add module
2022-10-29 13:23:31 +02:00
Jörg Thalheim
077e6d4f60
README: fix example
2022-09-04 13:12:43 +02:00
Jörg Thalheim
dc0c387628
README: fix the example
2022-08-17 15:28:24 +02:00
Jörg Thalheim
20bfa32750
disko: get rid of impure imports
...
This is a backwards-incompatible change but it allows to pin nixpkgs,
which is desirable especially in professional environments where
reproduciblity is important.
2022-08-17 14:53:43 +02:00
Jörg Thalheim
9385bfb16f
README.md: explain tsp-create/tsp-mount commands.
2019-09-16 10:56:55 +01:00
Jörg Thalheim
ca433fdaff
README: fix incorrect example
2019-09-16 10:56:41 +01:00
Jörg Thalheim
7ed3b9ad79
README.md: put tsp-disk.json before configuration.nix
...
This is imho the more important configuration of this tool.
The configuration.nix is just necessary boiler code.
2019-09-16 10:52:23 +01:00
Jörg Thalheim
1eb200a050
README.md: comment install-to-hd by default out
...
otherwise people might accidentally loose data.
2019-09-16 10:51:13 +01:00
lassulus
beda422c5f
README: fix example syntax
2019-02-02 12:32:10 +01:00
makefu
a16b5dfe64
add README,stand-alone example
2018-09-11 20:42:55 +02:00