test version
Object
grubeditor is a tool that allows you to change the grub.conf directly from the shell. It usefull when you have a bash script that have to modify the grub.conf (a makekernel script
Usage
Help is avaiable launching:
Code: Select all
./grubeditor.py --help- - create
- modify
- erase
Code: Select all
./grubeditor.py -c --title=NewTitile --root=NewRoot --initrd=NewInitrd --kernel=kernela simple modify command could be:
Code: Select all
./grubeditor.py --modify=1 --title=newTitlea simple erase command could be:
Code: Select all
./grubeditor.py --erase=1Download
Rember: It's a test version!
anyway a backup file will be created on every execution of this program
P.S. Sorry for my poor english but I'm italian
