From b984166a13d4661ba4cbd442c269f7eca9eb084e Mon Sep 17 00:00:00 2001 From: Eshan Roy Date: Wed, 20 Nov 2024 01:24:15 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20docs(brief):=20added=20sample=20?= =?UTF-8?q?output?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9f295c..6ea3f6e 100644 --- a/README.md +++ b/README.md @@ -1 +1,22 @@ -# snigdhaos-system-installation \ No newline at end of file +

SNIGDHA OS SYSTEM INSTALLATION

+ +>Example output from: /var/log/snigdhaos_vm_check.log + +```bash +2024-11-20 15:00:00 - Starting Snigdha OS Virtual Machine Check... +2024-11-20 15:00:00 - Checking for Pacman lock (db.lck)... +2024-11-20 15:00:10 - Pacman is not ready yet. Trying in 10 seconds. +2024-11-20 15:00:20 - Removing Pacman db.lck! +2024-11-20 15:00:20 - You are on: kvm +2024-11-20 15:00:20 - Removing platform-specific packages and services... +2024-11-20 15:00:20 - [REMOVED] open-vm-tools +2024-11-20 15:00:20 - [REMOVED] xf86-video-vmware +2024-11-20 15:00:20 - [REMOVED] virtualbox-guest-utils +2024-11-20 15:00:20 - [REMOVED] virtualbox-guest-utils-nox +2024-11-20 15:00:20 - [SKIPPED] qemu-guest-agent is not installed. +2024-11-20 15:00:20 - [REMOVED] /etc/xdg/autostart/vmware-user.desktop +2024-11-20 15:00:20 - [SKIPPED] /etc/systemd/system/multi-user.target.wants/vmtoolsd.service does not exist. +2024-11-20 15:00:20 - [REMOVED] /usr/local/bin/snigdhaos-virtual-machine-check +2024-11-20 15:00:20 - [REMOVED] /etc/systemd/system/multi-user.target.wants/virtual-machine-check.service +2024-11-20 15:00:20 - Virtual machine check completed successfully. +``` \ No newline at end of file