Skip to content

Instantly share code, notes, and snippets.

@mstrzele
Created June 13, 2016 10:26
Show Gist options
  • Save mstrzele/99772537a3eb78e07424b3a66fbe3e60 to your computer and use it in GitHub Desktop.
Save mstrzele/99772537a3eb78e07424b3a66fbe3e60 to your computer and use it in GitHub Desktop.
Growroot on CentOS
#!/bin/sh
# SEE: http://blog.backslasher.net/growroot-centos.html
yum -y install epel-release
yum -y install dracut-modules-growroot
dracut -f -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment