Changes between Version 31 and Version 32 of meltdown-admin
- Timestamp:
- Jan 7, 2018, 5:15:07 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
meltdown-admin
v31 v32 4 4 5 5 == How to upgrade == 6 7 Check disk space on /. 8 9 {{{ 10 df -h / 11 }}} 12 13 If it's a 3.7GB partition, then upgrading the kernel may cause the root partition to fill up. 14 15 If you have space available in the volume group (`vgs`), then increase root to 5GB: 16 17 {{{ 18 lvresize --size 5GB vg_$(hostname)0/root 19 resize2fs /dev/mapper/vg_$(hostname)0-root 20 }}} 21 22 Then upgrade: 6 23 7 24 {{{