From 38aa28f92a6e8c2cff4fd955b6d103556af42e0c Mon Sep 17 00:00:00 2001 From: Eric Price Date: Mon, 28 Jul 2008 00:01:10 -0400 Subject: [PATCH] Add more dependencies. svn path=/trunk/packages/sipb-xen-autoinstaller/; revision=749 --- debian/control.in | 5 +++-- guest/sbin/init | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) create mode 120000 guest/sbin/init diff --git a/debian/control.in b/debian/control.in index e344653..029cc43 100644 --- a/debian/control.in +++ b/debian/control.in @@ -7,12 +7,13 @@ Standards-Version: 3.7.2 Package: sipb-xen-autoinstaller-guest Architecture: all -Depends: ${misc:Depends}, patch, xen-tools +Depends: ${misc:Depends}, patch, xen-tools, busybox-static +Conflicts: sysvinit, upstart Description: SIPB Xen automatic guest-image installer system (guest) This is our automatic guest-image installer system. Package: sipb-xen-autoinstaller-host Architecture: all -Depends: ${misc:Depends} +Depends: ${misc:Depends}, sipb-xen-host-master Description: SIPB Xen automatic guest-image installer system (host) This is our automatic guest-image installer system. diff --git a/guest/sbin/init b/guest/sbin/init new file mode 120000 index 0000000..2807c05 --- /dev/null +++ b/guest/sbin/init @@ -0,0 +1 @@ +/sbin/busybox \ No newline at end of file -- 1.7.9.5