diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-09-29 15:12:56 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-09-29 15:12:56 +0200 |
commit | cb30015a6555f4569ccbcaeca27e48f5ab4863b3 (patch) | |
tree | ea8db309b2a0aad99a4f966db603ed48ee1a356d /systems | |
parent | 134ffd95280fac23e7cbee59f7ca5c848aa12e1b (diff) |
refactor(akashi): remove initrd
Diffstat (limited to 'systems')
-rw-r--r-- | systems/akashi.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/systems/akashi.scm b/systems/akashi.scm index a941521..ebdf86c 100644 --- a/systems/akashi.scm +++ b/systems/akashi.scm @@ -44,7 +44,6 @@ (kernel linux-libre) (bootloader (bootloader-configuration* "pl")) (keyboard-layout "pl") - (initrd initrd*) (firmware firmware*) (host-name host-name*) (file-systems (file-systems)) |