Fedora 12 / boot / initrd / initramfs
I have been using Fedora 12 (under HVM – Oracle VM 2.2) to build latest kernels from git (kernel.org), identify bugs, bisect, build and test. On Xen HVM Fedora 12 is quite slow (a full kernel build takes 3.5 hrs). I have noticed that initrd / mkinitrd does not have a future as Fedora 12…
How to Distinguish Environment Variables from Different Shells in “bash”?
Every instance of the command line shell (thus every process) on Unix (and hence Linux) has a different set of environment variables. Actually different shell instances you may have the same variable, but set to different values. If you are doing a system wide job and you are using shell scripting, you would like to…
Read More “How to Distinguish Environment Variables from Different Shells in “bash”?” »