Public bug reported:

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

** Affects: openstack-debian-images (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1463113

Title:
  jessie build fails because /etc/inittab does not exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openstack-debian-images/+bug/1463113/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to