jessie build fails because /etc/inittab does not exist

Bug #1463113 reported by Jon Proulx
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-debian-images (Ubuntu)
New
Undecided
Unassigned

Bug Description

openstack-debian 0.7 on 14.04LTS fails to build 'jessie' images because it unconditionally tries to edit /etc/inittab

switching this to be conditional on "$(RELEASE)" = "wheezy" fixes:

if [ "${RELEASE}" = "wheezy" ] ; then
        sed -i "s#1:2345:respawn:/sbin/getty 38400 tty1#1:2345:respawn:/sbin/getty --no\
clear 38400 tty1#" ${MOUNT_DIR}/etc/inittab
fi

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.