|
@@ -115,8 +115,8 @@ fi
|
|
|
|
|
|
chroot_deb $TARGET_DIR 'apt-get update'
|
|
|
|
|
|
-
|
|
|
-chroot_deb $TARGET_DIR "apt-get install -y --force-yes openssh-server ntp parted locales vim bash-completion rng-tools $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
|
|
|
|