Mailinglist Archive: opensuse-autoinstall (99 mails)

< Previous Next >
[opensuse-autoinstall] post-scripts output/feedack to the user
  • From: "Hartje Bruns" <maillist@xxxxxxxxxxxx>
  • Date: Tue, 15 May 2007 16:54:25 +0200 (CEST)
  • Message-id: <51532.194.95.255.71.1179240865.squirrel@xxxxxxxxxx>
Hi,
i am trying to setup an autoyast-installation which installs an win-xp
image to the first partition and setup a datadrive d. Everything is
working fine, but i’d like to show  that the win installation is in
progress. I cannot figure out how, since the echo’s are not sent to the
screen, any hints anyone?
My section looks like this:
<scripts>
    <post-scripts config:type="list">
      <script>
        <debug config:type="boolean">true</debug>
        <filename>install_windows.sh</filename>
        <interpreter>shell</interpreter>
        <network_needed config:type="boolean">true</network_needed>
        <source><![CDATA[
                #! /bin/sh
                echo Installing Windows, it’ll take time....
                echo mount nfs
                mount -t nfs -o ro somehost:/images /mnt
                dd if=/mnt/winxp.img of=/dev/sda1 bs=64000k
                umount /mnt
                mkfs.ntfs /dev/sda2
                echo Installing Windows DONE
                echo date

        ]]></source>
      </script>
    </post-scripts>
  </scripts>

Regards
Hartje Bruns




-- 
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups