Browse Source

create_arm - cat instead of echo for /etc/network/interfaces

Émile Morel 10 years ago
parent
commit
46e0773ca4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      olinux/create_arm_debootstrap.sh

+ 1 - 1
olinux/create_arm_debootstrap.sh

@@ -34,7 +34,7 @@ chroot $targetdir apt-get update
 chroot $targetdir apt-get install -y --force-yes openssh-server ntp
 
 # Use dhcp on boot
-echo <<EOT > $targetdir/etc/network/interfaces
+cat <<EOT > $targetdir/etc/network/interfaces
 auto lo
 iface lo inet loopback