Thread: Found a bug in my mainline kernel update script
edit:
https://github.com/gm-script-writer-...updater#readme
newer version more features aka options
-----------original post below-----------
have posted script in several of kernel testing threads since previous dev cycle of qunatal, found bug here fix, posting here make sure using gets update.
there mistake on line 29 of /usr/local/bin/kernelupdatescriptgenerator
before:
$name2=substr($name,0,strpos($name,'-q'));
after:
$name2=substr($name,0,strpos($name,"-$r"));
underlined change on line
should patch file you:
i think put '-q' in there while testing qunatal q quantal , guess forgot make dynamiccode:sudo sed "s/'-q'/\"-\$r\"/" -i /usr/local/bin/kernelupdatescriptgenerator
have attached copy of installer fix wondering
i have added lot of features advanced usage feature, know of here have use @ least of them, add cronjob install new kernels automatically
has nice , fancy info output when go install kernel
better handling of 3 debs new kernels while still supporting old kernels need 4 debs, without asking confirmation (eg assume 1 missing if there 3)
Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Development Version [other] Found a bug in my mainline kernel update script
Ubuntu
Comments
Post a Comment