From 93a6385fbb0d7c6b280ffeab3bba47633b2adc28 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sat, 3 Aug 2013 10:50:05 -0400 Subject: [PATCH] Add PAM configuration for xdm This is simply a link to the /etc/pam.d/login --- stage4/pkg/xdm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 stage4/pkg/xdm diff --git a/stage4/pkg/xdm b/stage4/pkg/xdm new file mode 100644 index 0000000..71a54c9 --- /dev/null +++ b/stage4/pkg/xdm @@ -0,0 +1,6 @@ +#!/bin/bash + +hvbuild_post() +{ + ln -s login /etc/pam.d/xdm +} -- 2.20.1