about summary refs log tree commit diff
path: root/pkgs/stdenv/linux
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2011-04-05 15:26:01 +0000
committerShea Levy <shea@shealevy.com>2011-04-05 15:26:01 +0000
commitc892af0a0d5e0ca30edc6dec217f1fe9f5ca07ef (patch)
tree1e905acc0abb8277f6b5976db99d5774bd9f84cf /pkgs/stdenv/linux
parent55f5360c65264c41031dacd6165ad0662d227e80 (diff)
downloadnixlib-c892af0a0d5e0ca30edc6dec217f1fe9f5ca07ef.tar
nixlib-c892af0a0d5e0ca30edc6dec217f1fe9f5ca07ef.tar.gz
nixlib-c892af0a0d5e0ca30edc6dec217f1fe9f5ca07ef.tar.bz2
nixlib-c892af0a0d5e0ca30edc6dec217f1fe9f5ca07ef.tar.lz
nixlib-c892af0a0d5e0ca30edc6dec217f1fe9f5ca07ef.tar.xz
nixlib-c892af0a0d5e0ca30edc6dec217f1fe9f5ca07ef.tar.zst
nixlib-c892af0a0d5e0ca30edc6dec217f1fe9f5ca07ef.zip
Add a comment wondering why our static cpio is configured with creation and passthrough capabilities.
I may test to see if stdenv can be built without these features (I see no reason why not)

svn path=/nixpkgs/trunk/; revision=26698
Diffstat (limited to 'pkgs/stdenv/linux')
-rw-r--r--pkgs/stdenv/linux/make-bootstrap-tools.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/stdenv/linux/make-bootstrap-tools.nix b/pkgs/stdenv/linux/make-bootstrap-tools.nix
index 24dd543dc8bc..ba2a953a457f 100644
--- a/pkgs/stdenv/linux/make-bootstrap-tools.nix
+++ b/pkgs/stdenv/linux/make-bootstrap-tools.nix
@@ -77,6 +77,7 @@ rec {
       CLEAR
       CONFIG_STATIC y
       CONFIG_CPIO y
+      # (shlevy) Are these necessary?
       CONFIG_FEATURE_CPIO_O y
       CONFIG_FEATURE_CPIO_P y
     '';