Bootloader : Use /tmp on tmpfs.

This commit is contained in:
Dmitry Voronin 2024-04-05 21:13:10 +03:00
parent e03469f3e1
commit 12bfd96fe1

View file

@ -18,4 +18,7 @@
"usbhid"
"xhci_pci"
];
# /tmp on tmpfs.
boot.tmp.useTmpfs = true;
}