Advertisement
Guest User

.config some_variables

a guest
Nov 16th, 2014
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. root@rescue ~ # cat /mnt/gentoo/usr/src/linux/.config | grep AHCI
  2. CONFIG_SATA_AHCI=y
  3. # CONFIG_SATA_AHCI_PLATFORM is not set
  4. # CONFIG_SATA_ACARD_AHCI is not set
  5. root@rescue ~ # cat /mnt/gentoo/usr/src/linux/.config | grep EXT4
  6. CONFIG_EXT4_FS=y
  7. CONFIG_EXT4_FS_POSIX_ACL=y
  8. # CONFIG_EXT4_FS_SECURITY is not set
  9. # CONFIG_EXT4_DEBUG is not set
  10. root@rescue ~ # cat /mnt/gentoo/usr/src/linux/.config | grep EXT3
  11. CONFIG_EXT3_FS=y
  12. CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
  13. CONFIG_EXT3_FS_XATTR=y
  14. CONFIG_EXT3_FS_POSIX_ACL=y
  15. # CONFIG_EXT3_FS_SECURITY is not set
  16. root@rescue ~ # cat /mnt/gentoo/usr/src/linux/.config | grep EXT2
  17. CONFIG_EXT2_FS=y
  18. CONFIG_EXT2_FS_XATTR=y
  19. CONFIG_EXT2_FS_POSIX_ACL=y
  20. # CONFIG_EXT2_FS_SECURITY is not set
  21. # CONFIG_EXT2_FS_XIP is not set
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement