From: Greg Price Date: Thu, 19 Feb 2009 08:15:42 +0000 (-0500) Subject: fix symlinks in xen-tools/edgy.d X-Git-Tag: 0.0.19^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-autoinstaller.git/commitdiff_plain/25f7a8e7decd603a76a52655260985f7249ada8c?ds=sidebyside fix symlinks in xen-tools/edgy.d svn path=/trunk/packages/invirt-autoinstaller/; revision=2174 --- diff --git a/common/usr/lib/xen-tools/edgy.d/36-clear-root-password b/common/usr/lib/xen-tools/edgy.d/36-clear-root-password deleted file mode 120000 index 323800f..0000000 --- a/common/usr/lib/xen-tools/edgy.d/36-clear-root-password +++ /dev/null @@ -1 +0,0 @@ -../debian.d/36-clear-root-password \ No newline at end of file diff --git a/common/usr/lib/xen-tools/edgy.d/93-setup-grub b/common/usr/lib/xen-tools/edgy.d/93-setup-grub index 9c09136..079e440 120000 --- a/common/usr/lib/xen-tools/edgy.d/93-setup-grub +++ b/common/usr/lib/xen-tools/edgy.d/93-setup-grub @@ -1 +1 @@ -../debian.d/97-setup-grub \ No newline at end of file +../debian.d/93-setup-grub \ No newline at end of file diff --git a/common/usr/lib/xen-tools/edgy.d/95-fix-eth-checksums b/common/usr/lib/xen-tools/edgy.d/95-fix-eth-checksums index 3708335..96b4ea7 120000 --- a/common/usr/lib/xen-tools/edgy.d/95-fix-eth-checksums +++ b/common/usr/lib/xen-tools/edgy.d/95-fix-eth-checksums @@ -1 +1 @@ -../debian.d/98-fix-eth-checksums \ No newline at end of file +../debian.d/95-fix-eth-checksums \ No newline at end of file diff --git a/common/usr/lib/xen-tools/edgy.d/95-install-base-system b/common/usr/lib/xen-tools/edgy.d/95-install-base-system index e8c5cb9..e8ebf66 120000 --- a/common/usr/lib/xen-tools/edgy.d/95-install-base-system +++ b/common/usr/lib/xen-tools/edgy.d/95-install-base-system @@ -1 +1 @@ -../debian.d/98-install-base-system \ No newline at end of file +../debian.d/95-install-base-system \ No newline at end of file diff --git a/common/usr/lib/xen-tools/edgy.d/96-clear-root-password b/common/usr/lib/xen-tools/edgy.d/96-clear-root-password new file mode 120000 index 0000000..ab12635 --- /dev/null +++ b/common/usr/lib/xen-tools/edgy.d/96-clear-root-password @@ -0,0 +1 @@ +../debian.d/96-clear-root-password \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index d07912a..c56a864 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-autoinstaller (0.0.19) unstable; urgency=low + + * fix symlinks + + -- Greg Price Thu, 19 Feb 2009 03:15:03 -0500 + invirt-autoinstaller (0.0.18) unstable; urgency=low * Renumber our 9x-* hook scripts to make some room.