guides: kernel: add fedora instructions and further clarification#724
guides: kernel: add fedora instructions and further clarification#724deqrocks wants to merge 4 commits into
Conversation
…ut dependencies and building initramfs
| ### Initramfs/Initrd | ||
|
|
||
| Next we must create an initramfs/initrd (Initial RAM Filesystem / Initial RAM Disk). As mentioned in the previous step, this may have been automatically done for you. | ||
| Next we must create an initramfs/initrd (Initial RAM Filesystem / Initial RAM Disk). On Fedora, Ubuntu and Debian, this is done automatically when `make install` calls `installkernel`. |
There was a problem hiding this comment.
I think saying "when make install is run" is sufficient since mentioning installkernel will most likely just confuse people. Many people just blindly keep running commands enclosed in ``.
|
Agreed! |
Would you like to make that edit? |
Sure I will, sorry I have been busy. |
No worries |
Clarify that the distro script is run after installation.
| If `sudo make install` said "Cannot find LILO.", that's fine. | ||
|
|
||
| Look at the output from `sudo make install`. If it mentioned creating an initramfs or an initrd, a script provided by your distro has done the next step for you. The same goes for if it mentions updating grub or systemd-boot or bootloader config. This distro script would be at `/sbin/updatekernel`. | ||
| Look at the output from `sudo make install`. If it mentioned creating an initramfs or an initrd, a script provided by your distro has done the next step for you. The same goes for if it mentions updating grub or systemd-boot or bootloader config. This distro script would be at `/sbin/updatekernel` is run. |
There was a problem hiding this comment.
Do we need to mention the location of the distro script?
There was a problem hiding this comment.
I don't know what's going on here and where that 'is run' is now coming from. Editing online doesn't seem to be a good idea.
There was a problem hiding this comment.
I will re-check in my local repo
| ### Initramfs/Initrd | ||
|
|
||
| Next we must create an initramfs/initrd (Initial RAM Filesystem / Initial RAM Disk). On Fedora, Ubuntu and Debian, this is done automatically when `make install` calls `installkernel`. | ||
| Next we must create an initramfs/initrd (Initial RAM Filesystem / Initial RAM Disk). On Fedora, Ubuntu and Debian, this is done automatically when `make install` |
Clarified the instruction for creating initramfs/initrd on Fedora, Ubuntu, and Debian.
Adds Fedora missing pieces and clarifies building initramfs