Mailinglist Archive: opensuse-autoinstall (99 mails)

< Previous Next >
Re: [opensuse-autoinstall] Post-Scripts Not Working
  • From: Uwe Gansert <ug@xxxxxxx>
  • Date: Wed, 2 May 2007 12:06:23 +0200
  • Message-id: <200705021206.24049.ug@xxxxxxx>
On Sunday 29 April 2007 11:07, Carsten Dumke wrote:

> Try this one:
>
> <source><![CDATA[#!/bin/sh
> cat /etc/passwd | sed 's/+::::::/+::0:0:::/g' > /etc/passwd.tmp
> mv /etc/passwd.tmp /etc/passwd
> ]]></source>

and setting debug=true and feedback=true is a good idea in such a case, 
where a script seems to fail, too.

> >          <script>
> >            <debug config:type="boolean">false</debug>
> >            <feedback config:type="boolean">false</feedback>

-- 
ciao, Uwe Gansert

Uwe Gansert, Server Technologies Team
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
Business: http://www.suse.de/~ug
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx

< Previous Next >