[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem with "d-i preseed/late_command"



It works!

I add "|| true" to the end of the "d-i preseed/ate_command...".

Joey Hess wrote:
Damien Hull wrote:
I am trying to create an automated install CD. I don't want any questions or info displayed on the screen other then progress info. My preseed file works until the very end. When it hit's the last command "d-i preseed/late_command..." the installer displays a message showing the command and giving the "exit code 1" status. I hit "enter" and the installer finishes the install.

Is there a way to run "d-i preseed/late_command..." without the installer showing any info?

Yes, just make sure the command returns a zero exit status.

Probably all you need to do is add "|| true" to the end of the command..




Reply to: