From 56446c3bc545fd2f9f02f552b6ad622aa9b035df Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Feb 2007 17:36:28 +0000 Subject: [PATCH] attempt fixup of adt_normaluser --- debian/changelog | 6 ++++++ xen/fixups | 2 +- xen/fixups-inside | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9edb237..aa9d844 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +autopkgtest (0.6.2~iwj.2) unstable; urgency=low + + * adt-xenlvm: fix up adt_normaluser so that it actually works. + + -- Ian Jackson Thu, 15 Feb 2007 17:36:16 +0000 + autopkgtest (0.6.2~iwj.1) unstable; urgency=low * WIP making xen work again in feisty diff --git a/xen/fixups b/xen/fixups index b7d725b..1382a63 100755 --- a/xen/fixups +++ b/xen/fixups @@ -44,7 +44,7 @@ ln -s ../init.d/xenethtoolk $dest/etc/rc2.d/S21xenethtoolk chroot $dest root/fixups-inside \ "$adt_host_hostname" "$adt_guest_hostname" \ "$adt_host_ipaddr" "$adt_guest_ipaddr" \ - "$adt_fs_type" + "$adt_fs_type" "$adt_normaluser" kh=/etc/ssh/ssh_known_hosts test ! -f $kh || cp $kh $kh.new diff --git a/xen/fixups-inside b/xen/fixups-inside index d35a03d..048cd63 100755 --- a/xen/fixups-inside +++ b/xen/fixups-inside @@ -6,6 +6,7 @@ adt_guest_hostname=$2 adt_host_ipaddr=$3 adt_guest_ipaddr=$4 adt_fs_type=$5 +adt_normaluser=$6 echo '(---' -- 2.30.2