From a90c1520b1cf9fc78b95a274c42caab4c8c18e83 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 17 Jul 2014 11:27:28 +0100 Subject: 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. --- build-essential.morph | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-essential.morph b/build-essential.morph index 4a7d7d9a..2f8d798b 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 -- cgit v1.2.1