Skip to content

Commit 078d775

Browse files
committed
Update doc about cloud-init image reboots
Signed-off-by: Alexandre Peixoto Ferreira <[email protected]>
1 parent 2873131 commit 078d775

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,11 @@ sudo usermod -aG kvm $USER
166166
cd src/isolated-vm
167167
./start-vm.sh
168168
```
169-
170169
3. **Access the VM**:
171170

171+
The first run of an image may require a few reboots of the VM. Debian reboots after some packages are installed and if a new kernel is used, a reboot is required.
172+
On Krunkit, the VM console is not visible, use the following ssh command and check the /var/log/cloud-init-output.log to see if the configuration process has finished.
173+
172174
```bash
173175
# SSH into the VM (default port 5555)
174176
ssh hailhydra@localhost -p 5555

0 commit comments

Comments
 (0)