Mailinglist Archive: opensuse-autoinstall (70 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] Running chroot-script from cd/dvd medium
- From: Uwe Gansert <ug@xxxxxxx>
- Date: Tue, 12 Dec 2006 11:59:33 +0100
- Message-id: <200612121159.33590.ug@xxxxxxx>
On Monday 11 December 2006 20:06, Thomas Glanzmann wrote:
> <scripts>
> <chroot-scripts config:type="list">
> <script>
> <chrooted config:type="boolean">true</chrooted>
> <filename>chroot.sh</filename>
> <location>file:///autoyast/chroot.sh</location>
> <interpreter>shell</interpreter>
> </script>
> </chroot-scripts>
> </scripts>
you try to access the DVD media from within the chrooted installed system.
That might lead to your problem.
Either use chrooted=false and access the installed system via /mnt/... or
use a chrooted=false script that copys the "real" script from the DVD to
the /mnt directory. Then you should be able to use file:/// again because
the script is really there and no DVD-fallback is needed.
--
ciao, Uwe Gansert
Uwe Gansert, Server Technologies Team
SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany
Business: http://www.suse.de/~ug
now playing Diary Of Dreams - E.-dead-Motion
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
> <scripts>
> <chroot-scripts config:type="list">
> <script>
> <chrooted config:type="boolean">true</chrooted>
> <filename>chroot.sh</filename>
> <location>file:///autoyast/chroot.sh</location>
> <interpreter>shell</interpreter>
> </script>
> </chroot-scripts>
> </scripts>
you try to access the DVD media from within the chrooted installed system.
That might lead to your problem.
Either use chrooted=false and access the installed system via /mnt/... or
use a chrooted=false script that copys the "real" script from the DVD to
the /mnt directory. Then you should be able to use file:/// again because
the script is really there and no DVD-fallback is needed.
--
ciao, Uwe Gansert
Uwe Gansert, Server Technologies Team
SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany
Business: http://www.suse.de/~ug
now playing Diary Of Dreams - E.-dead-Motion
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |