Browse Source

fix typo and replace vim by vim-nox

Julien Rabier 10 years ago
parent
commit
e93ce6a622
1 changed files with 2 additions and 2 deletions
  1. 2 2
      olinux/create_arm_debootstrap.sh

+ 2 - 2
olinux/create_arm_debootstrap.sh

@@ -115,8 +115,8 @@ fi
 
 chroot_deb $TARGET_DIR 'apt-get update'
 
-# Add usefull packages
-chroot_deb $TARGET_DIR "apt-get install -y --force-yes openssh-server ntp parted locales vim bash-completion rng-tools $PACKAGES"
+# Add useful packages
+chroot_deb $TARGET_DIR "apt-get install -y --force-yes openssh-server ntp parted locales vim-nox bash-completion rng-tools $PACKAGES"
 echo 'HRNGDEVICE=/dev/urandom' >> $TARGET_DIR/etc/default/rng-tools
 echo '. /etc/bash_completion' >> $TARGET_DIR/root/.bashrc