palvarez89

Untitled

Jul 17th, 2014
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. commit a90c1520b1cf9fc78b95a274c42caab4c8c18e83
  2. Author: Pedro Alvarez <[email protected]>
  3. Date: Thu Jul 17 11:27:28 2014 +0100
  4.  
  5. Update fhs-dirs ref to solve a shadow login bug.
  6.  
  7. This change solves the following bug:
  8.  
  9. 1. Deploy/install a baserock system with shadow (in core.morph)
  10. 2. Login as root (you don't need a password the first time)
  11. 3. Change the password of the root user using `passwd`
  12. 4. Logout
  13. 5. Login as root. it won't ask you for a password.
  14.  
  15. This change also updates /etc/issues to stop pointing to
  16. www.baserock.com.
  17.  
  18. diff --git a/build-essential.morph b/build-essential.morph
  19. index 4a7d7d9..2f8d798 100644
  20. --- a/build-essential.morph
  21. +++ b/build-essential.morph
  22. @@ -115,7 +115,7 @@ chunks:
  23. prefix: /tools
  24. - name: stage2-fhs-dirs
  25. repo: baserock:baserock/fhs-dirs
  26. - ref: 003dd162003b6460f0afe4b7c88c758ccb657965
  27. + ref: 41bbb474cd4647ee715bc94c21c161d12a20deb4
  28. unpetrify-ref: master
  29. build-depends: []
  30. build-mode: bootstrap
  31. @@ -153,7 +153,7 @@ chunks:
  32. prefix: /tools
  33. - name: fhs-dirs
  34. repo: baserock:baserock/fhs-dirs
  35. - ref: 003dd162003b6460f0afe4b7c88c758ccb657965
  36. + ref: 41bbb474cd4647ee715bc94c21c161d12a20deb4
  37. unpetrify-ref: master
  38. build-depends:
  39. - stage2-binutils
Advertisement
Add Comment
Please, Sign In to add comment