Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit aedf34c

Browse files
committed
update ubuntu deb pkg info for 1.0
arm and bin path Signed-off-by: Wang Xu <[email protected]>
1 parent c774af2 commit aedf34c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package/ubuntu/hypercontainer/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Vcs-Git: git://github.com/hyperhq/hyperd.git
1212
Vcs-Browser: https://github.com/hyperhq/hyperd
1313

1414
Package: hypercontainer
15-
Architecture: amd64
15+
Architecture: amd64 arm64
1616
Depends: ${shlibs:Depends}, ${misc:Depends}
1717
Description: HyperContainer - Virtualized Container Runtime
1818
Hyper is a VM based docker engine, it start container image in

package/ubuntu/hypercontainer/debian/rules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ override_dh_auto_build:
2525
override_dh_auto_install:
2626
echo "begin install"
2727
mkdir -p debian/hypercontainer/usr/bin
28-
cp -aT hyperd debian/hypercontainer/usr/bin/hyperd
29-
cp -aT hyperctl debian/hypercontainer/usr/bin/hyperctl
30-
cp -aT vmlogd debian/hypercontainer/usr/bin/vmlogd
28+
cp -aT cmd/hyperd/hyperd debian/hypercontainer/usr/bin/hyperd
29+
cp -aT cmd/hyperctl/hyperctl debian/hypercontainer/usr/bin/hyperctl
30+
cp -aT cmd/vmlogd/vmlogd debian/hypercontainer/usr/bin/vmlogd
3131
cp -r package/dist/* debian/hypercontainer/
3232
echo "end install"
3333

package/ubuntu/hyperstart/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Vcs-Git: git://github.com/hyperhq/hyperstart.git
1010
Vcs-Browser: https://github.com/hyperhq/hyperstart
1111

1212
Package: hyperstart
13-
Architecture: amd64
13+
Architecture: amd64 arm64
1414
Depends: ${shlibs:Depends}, ${misc:Depends}
1515
Description: The init Task for HyperContainer
1616
Hyperstart is the initrd for hyper VM, hyperstart

package/ubuntu/hyperstart/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ override_dh_auto_build:
2020

2121
override_dh_auto_install:
2222
mkdir -p debian/hyperstart/var/lib/hyper/
23-
cp -aT build/kernel debian/hyperstart/var/lib/hyper/kernel
23+
cp -aT build/arch/`uname -m`/kernel debian/hyperstart/var/lib/hyper/kernel
2424
cp -aT build/hyper-initrd.img debian/hyperstart/var/lib/hyper/hyper-initrd.img
2525

2626
override_dh_auto_clean:

0 commit comments

Comments
 (0)