Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. === profile stuff ===
  2.  
  3. Profile remappings
  4.  
  5. Gentoo to Funtoo:
  6.  
  7. arch/base/* : arch/base/*
  8. base/* : base/*
  9. updates/* : updtates/*
  10. arch/* : funtoo/1.0/linux-gnu/arch/*
  11. targets/desktop : funtoo/1.0/linux-gnu/flavors/desktop
  12. targets/desktop/gnome : funtoo/1.0/linux-gnu/mix-ins/gnome
  13. targets/desktop/plasma : funtoo/1.0/linux-gnu/mix-ins/kde
  14. features/hardened : funtoo/1.0/linux-gnu/mix-ins/hardened
  15. features/selinux : funtoo/1.0/linux-gnu/mix-ins/selinux
  16. features/multilib : funtoo/1.0/linux-gnu/mix-ins/multilib (TODO)
  17. features/musl : TODO
  18. features/uclib : TODO
  19. features/prefix : UNUSED
  20. desc/* : TODO
  21.  
  22. default/linux/{eapi,make.defaults,package.use,package.use.force,package.use.mask,
  23. package.mask,use.mask,use.force : /{x,y,z}
  24.  
  25. /{eapi,info_pkgs,info_vars,license_groups,package.mask,package.use.force,
  26. repo_name,thirdpartymirrors,use.des : /{x,y,z}
  27.  
  28. prefix/* : UNUSED
  29. (Prefix tends to be for the using portage on Solaris, OS X type use case).
  30.  
  31. embedded/* : UNUSED
  32. (Embedded doesn't really set anything other than static linking, use of busybox)
  33.  
  34. hardened/* : UNUSED
  35. (Hardened directory (not to be confused with features/hardened) only used by
  36. musl/uclibc and forces some use flags like ssp and pie etc.
  37.  
  38. arch/base
  39. Shared across all arch's
  40.  
  41. base/*
  42. Shared across all profiles
  43.  
  44. updates/*
  45. Self explanatory
  46.  
  47. arch/*
  48. arch specific stuff, aka amd64/x86/arm64/whatever
  49.  
  50. targets/*
  51. contains what we would define in mix-ins. only contains the old desktop/{gnome,plasma},developer,server targets
  52.  
  53. features/*
  54. what we would define in mix-ins
  55.  
  56. desc/*
  57. use and arch description stuff for portage.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement