Skip to content

Commit fb9fb8a

Browse files
committed
fix readme for the new ubuntu version
1 parent a36b92d commit fb9fb8a

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

README.md

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -111,35 +111,25 @@ By default these commands will resize the partition to the available maximum
111111
or use gparted to resize the partition using the gui
112112

113113
* resize - check the /dev/sdax before executing the commands
114-
`sudo pvresize /dev/sda1`
115-
116-
or
117-
118-
`sudo pvresize /dev/sda5`
114+
`sudo pvresize /dev/sda3`
119115

120116
* show volume names and display sized
121117
`sudo lvdisplay`
122118
`sudo vgdisplay`
123119

124120
* extend lvm root partition to maximum
125-
`sudo lvextend -l +100%FREE /dev/vagrant-vg/root`
126-
127-
or
128-
129-
`sudo lvextend -l +100%FREE /dev/vgvagrant/root`
121+
`sudo lvextend -l +100%FREE /dev/ubuntu-vg/ubuntu-lv`
130122

131123
* resize filesystem to to the partition size
132-
`sudo resize2fs /dev/vagrant-vg/root`
133-
134-
or
135-
136-
`sudo resize2fs /dev/vgvagrant/root`
124+
`sudo resize2fs /dev/ubuntu-vg/ubuntu-lv`
137125

138126
* reboot
139127

140128
## Docker dns issue
141129

142-
Add or edit sudo vim /etc/docker/daemon.json
130+
Add or edit
131+
132+
`sudo vim /etc/docker/daemon.json`
143133
{
144134
"dns": ["1.1.1.1","1.0.0.1"]
145135
}
@@ -220,7 +210,7 @@ sudo apt-get install peek
220210
sudo apt install font-manager
221211
```
222212

223-
* edit this to handle the error message eval "$(pipenv --completion)"
213+
* in case of python command completition error message. edit this to handle the error message eval "$(pipenv --completion)"
224214
```bash
225215
vim /home/vagrant/.antigen/bundles/gantsign/zsh-plugins/pipenv/pipenv.plugin.zsh
226216
```

0 commit comments

Comments
 (0)