diff options
author | Karel Kočí <cynerd@email.cz> | 2015-05-06 17:12:15 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-05-06 17:12:15 +0200 |
commit | 0f977c11fbdf387e7ff2f9a6f2a9bba67010ce63 (patch) | |
tree | 3df6127d6a3001cad2a6e737179fb9eb5ec614aa | |
parent | b8df52e346c9093468d67f10d90ff1d4c587153c (diff) | |
download | linux-conf-perf-0f977c11fbdf387e7ff2f9a6f2a9bba67010ce63.tar.gz linux-conf-perf-0f977c11fbdf387e7ff2f9a6f2a9bba67010ce63.tar.bz2 linux-conf-perf-0f977c11fbdf387e7ff2f9a6f2a9bba67010ce63.zip |
Change message in generated nbscript
-rwxr-xr-x | scripts/initialize.py | 2 |
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') |