@[email protected] to linuxmemes • 11 months agoCan I get a filesystem cleanup on aisle 6?lemmy.todayimagemessage-square93fedilinkarrow-up11.01Karrow-down19cross-posted to: [email protected]
arrow-up1997arrow-down1imageCan I get a filesystem cleanup on aisle 6?lemmy.today@[email protected] to linuxmemes • 11 months agomessage-square93fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink7•edit-211 months ago Normally the kernel loads an initrd filesystem, The bootloader (GRUB) loads the initrd, not the kernel. The kernel accesses stuff from the initrd, but it’s already loaded by that point.
The bootloader (GRUB) loads the initrd, not the kernel. The kernel accesses stuff from the initrd, but it’s already loaded by that point.
You are correct. Ill add an edit. Thanks!