diff --git a/scripts/chroot.sh b/scripts/chroot.sh index e0ef41b52b26fdfff9e15ebfc9544e9a0e09cd50..56883043364e50a454fcd745f740a14176f8655a 100755 --- a/scripts/chroot.sh +++ b/scripts/chroot.sh @@ -252,7 +252,7 @@ debian) ;; ubuntu) - sudo cp ${DIR}/target/init_scripts/generic-ubuntu.conf ${tempdir}/etc/init.d/boot_scripts.conf + sudo cp ${DIR}/target/init_scripts/generic-ubuntu.conf ${tempdir}/etc/init/boot_scripts.conf wfile="flash-kernel.conf" cat > /tmp/${wfile} <<-__EOF__