I would like to suggest a fix

Asked by Francesco Galgani

Hello!
Ubuntu Customization Kit 2.2.0 is great and very useful for me.

I would like to suggest you a fix that solves problems when the ISO image to be used as the basis has broken packages (it may occur when it is a customized ISO...).

In the file: /usr/lib/uck/customization-profiles/localized_cd/customize
I added "apt-get install -f" to the function install_packages():

function install_packages()
{
 apt-get install -f
 apt-get install --assume-yes --force-yes "$@" || failure "apt-get install $@ failed, error=$?"
}

That's all.

Thank you,
Francesco Galgani

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Customization Kit Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Fabrizio Balliano (fabrizio-balliano) said :
#1

I linked a bug to this question to keep track of it
bye!

Can you help with this problem?

Provide an answer of your own, or ask Francesco Galgani for more information if necessary.

To post a message you must log in.