On 9/11/2018 5:17 PM, Anton Aylward wrote:
On 2018-09-11 2:16 p.m., L A Walsh wrote:
On 9/11/2018 6:19 AM, Carlos E. R. wrote:
On 11/09/2018 00.07, Anton Aylward wrote:
Why did I use Ext4? Well it is built into the kernel. I can load it without any modules.
Oh? This is from my current config: CONFIG_EXT4_FS=m
CONFIG_EXT4_FS=y <========
CONFIG_XFS_FS=y
CONFIG_XFS_FS=m <=================
Well no one is stopping you from changing that except yourself. If you were in the habit of building your own kernel, it would take almost no time at all -- just script all the manual stuff. I have 1 script were I tell it what version to download. The script looks at whats available locally, and downloads the patchfile to get to the desired patchlevel and applies the patch[es]. It then takes the closest versioned config and uses that to do a make-oldconfig. I usually like to see what was added, so I have it stop there. I have the makefile to build it and the modules, and another script to install the binaries, modules and rerun lilo. I have it in 3 steps because that's where I usually want to break and or look at things. If I didn't want that, I could have the whole thing in 1 script. I didn't write the version-downloader and patch script all at the beginning, but finally got tired of the manual, repetitive work. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org