| Index: src/scripts/install_packages.sh
|
| diff --git a/src/scripts/install_packages.sh b/src/scripts/install_packages.sh
|
| index 420bd146230fe300b9fd0cc12f7499ff04f0ce93..39e2f8d67b44ce0c2d7b0bfba6abd556196d6afb 100755
|
| --- a/src/scripts/install_packages.sh
|
| +++ b/src/scripts/install_packages.sh
|
| @@ -211,7 +211,6 @@ sudo ln -sf /bin/true "${ROOT_FS_DIR}/usr/sbin/update-rc.d"
|
| # TODO: All of this rootfs mount stuff can be removed as soon as we stop
|
| # running the maintainer scripts on install.
|
| sudo mount -t proc proc "${ROOT_FS_DIR}/proc"
|
| -sudo cp /etc/hosts "${ROOT_FS_DIR}/etc"
|
| trap cleanup_rootfs_mounts EXIT
|
|
|
| # Install prod packages
|
|
|