various fixes
[automated-distro-installer] / fai / config / scripts / GRUB_PC / 11-ian
index 0a3bbdb959dd10fd037b537927428305c121aeb6..8cd841f875cfc76af9e1393d19aa63cd610f29f9 100755 (executable)
@@ -39,15 +39,6 @@ if [[ ! -e $dst && -e $src ]]; then
   mkdir -p $dst
   mount -o bind $src $dst
 fi
-# todo, port this over to the arch install script.
-src=$FAI/distro-install-common/p/c/machine_specific/$HOSTNAME/filesystem/etc/ssh
-dst=/target/etc/ssh
-if [[ -e $src && -e $dst ]]; then
-  # outside of fai context, we skip this
-  cp -rT $src $dst
-fi
-
-fcopy -riB /etc/ssh
 
 if ifclass VOL_STABLE_BOOTSTRAP; then
   fcopy -ri /etc/systemd/system