One of the last things the Linux kernel does during system boot is mount the root filesystem. The Linux kernel dictates no filesystem structure, but user space applications expect to find files with ...
For this example I use Linux kernel version 2.2.17. The 2.4.0-test8 kernel that I tried did not size the RAM disk for the root file system properly, leading to a ``not enough memory'' message at boot ...
Is there a method to prep a Linux system so it can be redeployed? I would like to have a patched and ready Linux system to deploy for testing. Maybe I'm not understanding Linux fully and there might ...