diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-21 23:17:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-21 23:17:14 +0000 |
commit | e8dbce5136d730f8745e3547545813f609f691ea (patch) | |
tree | d30bd59da8308c11d8ee29d2d44fe7bb0291aa10 /scripts/mkimg.xen.sh | |
parent | b280f01a1d52b46c724d021872b2ef06b3d84167 (diff) | |
download | aports-e8dbce5136d730f8745e3547545813f609f691ea.tar.bz2 aports-e8dbce5136d730f8745e3547545813f609f691ea.tar.xz |
scripts/mkimg.xen: dont create apkovl
Diffstat (limited to 'scripts/mkimg.xen.sh')
-rwxr-xr-x | scripts/mkimg.xen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkimg.xen.sh b/scripts/mkimg.xen.sh index 95ec182833..1936da809c 100755 --- a/scripts/mkimg.xen.sh +++ b/scripts/mkimg.xen.sh @@ -13,5 +13,5 @@ profile_xen() { kernel_cmdline="nomodeset" xen_params="" apks="$apks ethtool lvm2 mdadm multipath-tools openvswitch sfdisk xen" - apkovl="genapkovl-xen.sh" +# apkovl="genapkovl-xen.sh" } |