Skip to content

Commit d308f05

Browse files
authored
fixing list
1 parent baa22e4 commit d308f05

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/virtual-machines/linux/create-upload-ubuntu.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,27 +179,27 @@ sudo rm -f ~/.bash_history
179179
15. To bring a Generation 2 VM on Azure, follow these steps:
180180

181181

182-
1. Change directory to the boot EFI directory:
182+
16. Change directory to the boot EFI directory:
183183
```bash
184184
cd /boot/efi/EFI
185185
```
186186

187-
1. Copy the ubuntu directory to a new directory named boot:
187+
17. Copy the ubuntu directory to a new directory named boot:
188188
```bash
189189
sudo cp -r ubuntu/ boot
190190
```
191191

192-
1. Change directory to the newly created boot directory:
192+
18. Change directory to the newly created boot directory:
193193
```bash
194194
cd boot
195195
```
196196

197-
1. Rename the shimx64.efi file:
197+
19. Rename the shimx64.efi file:
198198
```bash
199199
sudo mv shimx64.efi bootx64.efi
200200
```
201201

202-
1. Rename the grub.cfg file to bootx64.cfg:
202+
20. Rename the grub.cfg file to bootx64.cfg:
203203
```bash
204204
sudo mv grub.cfg bootx64.cfg
205205
```

0 commit comments

Comments
 (0)