Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- commit a90c1520b1cf9fc78b95a274c42caab4c8c18e83
- Author: Pedro Alvarez <[email protected]>
- Date: Thu Jul 17 11:27:28 2014 +0100
- Update fhs-dirs ref to solve a shadow login bug.
- This change solves the following bug:
- 1. Deploy/install a baserock system with shadow (in core.morph)
- 2. Login as root (you don't need a password the first time)
- 3. Change the password of the root user using `passwd`
- 4. Logout
- 5. Login as root. it won't ask you for a password.
- This change also updates /etc/issues to stop pointing to
- www.baserock.com.
- diff --git a/build-essential.morph b/build-essential.morph
- index 4a7d7d9..2f8d798 100644
- --- a/build-essential.morph
- +++ b/build-essential.morph
- @@ -115,7 +115,7 @@ chunks:
- prefix: /tools
- - name: stage2-fhs-dirs
- repo: baserock:baserock/fhs-dirs
- - ref: 003dd162003b6460f0afe4b7c88c758ccb657965
- + ref: 41bbb474cd4647ee715bc94c21c161d12a20deb4
- unpetrify-ref: master
- build-depends: []
- build-mode: bootstrap
- @@ -153,7 +153,7 @@ chunks:
- prefix: /tools
- - name: fhs-dirs
- repo: baserock:baserock/fhs-dirs
- - ref: 003dd162003b6460f0afe4b7c88c758ccb657965
- + ref: 41bbb474cd4647ee715bc94c21c161d12a20deb4
- unpetrify-ref: master
- build-depends:
- - stage2-binutils
Advertisement
Add Comment
Please, Sign In to add comment