This is an automated email from the ASF dual-hosted git repository.
bhaisaab pushed a commit to branch debian9-systemvmtemplate
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/debian9-systemvmtemplate by
this push:
new 2e596aa minor fixes
2e596aa is described below
commit 2e596aa90af304ba3d72c46b4b9c333c53a9d44d
Author: Rohit Yadav <[email protected]>
AuthorDate: Mon Nov 27 13:50:21 2017 +0530
minor fixes
Signed-off-by: Rohit Yadav <[email protected]>
---
systemvm/patches/debian/config/etc/init.d/cloud-early-config | 1 -
tools/appliance/definitions/systemvmtemplate/configure_grub.sh | 1 -
2 files changed, 2 deletions(-)
diff --git a/systemvm/patches/debian/config/etc/init.d/cloud-early-config
b/systemvm/patches/debian/config/etc/init.d/cloud-early-config
index 543a7e0..9964f90 100755
--- a/systemvm/patches/debian/config/etc/init.d/cloud-early-config
+++ b/systemvm/patches/debian/config/etc/init.d/cloud-early-config
@@ -198,7 +198,6 @@ patch() {
/opt/cloud/bin/setup/patchsystemvm.sh $PATCH_MOUNT $TYPE
[ -f $privkey ] && cp -f $privkey /root/.ssh/ && chmod go-rwx
/root/.ssh/authorized_keys
-
umount $PATCH_MOUNT
fi
diff --git a/tools/appliance/definitions/systemvmtemplate/configure_grub.sh
b/tools/appliance/definitions/systemvmtemplate/configure_grub.sh
index 5ea5d4d..eb2692e 100644
--- a/tools/appliance/definitions/systemvmtemplate/configure_grub.sh
+++ b/tools/appliance/definitions/systemvmtemplate/configure_grub.sh
@@ -32,7 +32,6 @@ GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200n8
console=hvc0 earlyprintk
GRUB_CMDLINE_XEN="com1=115200 console=com1"
GRUB_TERMINAL="console serial"
GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no
--stop=1"
-GRUB_GFXMODE=640x480
EOF
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].