aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-05-06 17:12:15 +0200
committerKarel Kočí <cynerd@email.cz>2015-05-06 17:12:15 +0200
commit0f977c11fbdf387e7ff2f9a6f2a9bba67010ce63 (patch)
tree3df6127d6a3001cad2a6e737179fb9eb5ec614aa /scripts
parentb8df52e346c9093468d67f10d90ff1d4c587153c (diff)
downloadlinux-conf-perf-0f977c11fbdf387e7ff2f9a6f2a9bba67010ce63.tar.gz
linux-conf-perf-0f977c11fbdf387e7ff2f9a6f2a9bba67010ce63.tar.bz2
linux-conf-perf-0f977c11fbdf387e7ff2f9a6f2a9bba67010ce63.zip
Change message in generated nbscript
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/initialize.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/initialize.py b/scripts/initialize.py
index 314b293..94b6191 100755
--- a/scripts/initialize.py
+++ b/scripts/initialize.py
@@ -88,7 +88,7 @@ def gen_nbscript():
return
with open(sf(conf.nbscript), 'w') as f:
- f.write('# generated novaboot script. Please don\'t edit.\n')
+ f.write('# generated novaboot script. Please don\'t edit unless you know what are you doing.\n')
f.write('load ' + sf(conf.linux_image) + ' console=ttyS0,115200\n')
f.write('load ' + sf(conf.buildroot_initram) + '\n')