Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,17 @@
* grub-mkrescue - Make a GRUB rescue image, this package internally calls the xorriso functionality to build an iso image.
* VMware

## Prerequisite command
```bash
sudo apt install gcc grub-common xorriso -y
```

## Execution:-


### For linux
* Open terminal and run following command:-
```
```bash
./run.sh
```

Expand Down