Skip to main content

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:
code:
sudo sed "s/'-q'/\"-\$r\"/" -i /usr/local/bin/kernelupdatescriptgenerator
i think put '-q' in there while testing qunatal q quantal , guess forgot make dynamic
have attached copy of installer fix wondering
attached files attached files

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

Popular posts from this blog

Some mp4 files not displaying correctly (CS6)

Thread: Samba is not authenticating with LDAP