From f088290515a0b72de66ebf16fcfe450d57a58677 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Sat, 4 Oct 2008 19:43:27 -1000 Subject: [PATCH] Start populating the share directory. Static content that we copy in to the initrd.img and install.img will live in /usr/share/lorax. It can be maintained/modified more easily that way. --- share/libuser.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 share/libuser.conf diff --git a/share/libuser.conf b/share/libuser.conf new file mode 100644 index 00000000..a7a0ef00 --- /dev/null +++ b/share/libuser.conf @@ -0,0 +1,10 @@ +[defaults] +skeleton = /mnt/sysimage/etc/skel +mailspooldir = /mnt/sysimage/var/mail +crypt_style = md5 +modules = files shadow +create_modules = files shadow +[files] +directory = /mnt/sysimage/etc +[shadow] +directory = /mnt/sysimage/etc