fixed startup_message for vim
This commit is contained in:
parent
a065145dbe
commit
73a0a686cd
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ sed -i 's/\(root:\)[^:]*\(:\)/\1\/\/plGAV7Hp3Zo\2/' $ROOTDIR/etc/shadow
|
|||
echo LANG=C > $ROOTDIR/etc/default/locale
|
||||
echo set debconf/frontend Teletype | chroot $ROOTDIR debconf-communicate
|
||||
# disable startup message of screen
|
||||
startup_message off >> $ROOTDIR/etc/screenrc
|
||||
echo startup_message off >> $ROOTDIR/etc/screenrc
|
||||
# let vim be vim
|
||||
echo "set nocp" >> $ROOTDIR/etc/vim/vimrc
|
||||
# disable console blanking
|
||||
|
|
Loading…
Reference in a new issue