diff options
author | James Mills <prologic@shortcircuit.net.au> | 2014-05-23 19:28:51 +1000 |
---|---|---|
committer | James Mills <prologic@shortcircuit.net.au> | 2014-05-23 19:28:51 +1000 |
commit | 1078ab901334fc50b1b2a55ec2ee05c9f950c7bf (patch) | |
tree | 41ef07dd86fc8ac6cd0942ac8c59c2a51a954ffa /docker/README | |
parent | 669b5394fcf82fc49deb3a23bebcebdc862c8179 (diff) | |
download | contrib-1078ab901334fc50b1b2a55ec2ee05c9f950c7bf.tar.gz contrib-1078ab901334fc50b1b2a55ec2ee05c9f950c7bf.tar.xz |
docker: 0.10.0 -> 0.11.1
Diffstat (limited to 'docker/README')
-rw-r--r-- | docker/README | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docker/README b/docker/README index 7d4d628ed..bdcf1898f 100644 --- a/docker/README +++ b/docker/README @@ -4,16 +4,11 @@ Kernel Requirements If you want to have a full working CRUX+Docker system you will need to rebuild your kernel various networking, cgroups and optional lvm options -Please review the provided ``test_kernel_config.sh`` shell script carefully -and use this to test your kernel configuration. This README does not document -what these specific options are to avoid duplication. -They are listed instead in ``test_kernel_config.sh``. - You may check your kernel configuration by running: :: - ./test_kernel_config.sh /usr/src/linux/.config + ./check-config.sh /usr/src/linux/.config Execution Engines |