This commit is contained in:
Valeria Fadeeva 2025-10-09 13:58:51 +05:00
parent 901c286902
commit 85b780deae
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# melawy-dracut-initramfs
Integration layer for dracut for Arch Linux. Placing kernels to /ESP_PATH/EFI/Linux
# melawy-dracut-initramfs-volume-boot-ext
Integration layer for dracut for Arch Linux. Placing kernels to /boot
```
ls -1 /efi/EFI/Linux
ls -1 /boot
```
```
...