summaryrefslogtreecommitdiffstats
path: root/move/make_live
diff options
context:
space:
mode:
Diffstat (limited to 'move/make_live')
-rwxr-xr-xmove/make_live5
1 files changed, 5 insertions, 0 deletions
diff --git a/move/make_live b/move/make_live
index 734155ce4..4cb5a729c 100755
--- a/move/make_live
+++ b/move/make_live
@@ -80,3 +80,8 @@ substInFile {
#- /lib is ro, for the moment we don't save, we'll see later if we may want to save (using /var/dev-state for example)
s|.*lib/dev-state.*||;
} "$::prefix/etc/devfsd.conf";
+
+substInFile {
+ #- don't use shadow passwords since pwconv overwrites /etc/shadow hence contents will be lost for usb key
+ s|\s*shadow||;
+} "$::prefix/etc/pam.d/system-auth";