Dieter Schicker wrote:
> Hi,
> 
> for some reason my post-install scripts are not executed. I put them in
> /var/lib/systemimager/scripts/post-install/. Probably I'm lacking some
> information. What else do I have to do to ensure that they are executed?
> 

Have you already read /var/lib/systemimager/scripts/post-install/README?
Maybe here you can find the answer to your problems...

> Another question: Client installation works fine here except that when I
> boot the client after installation it says that the disks have not been
> checked for 42000 days (!! ;-)) and of course runs fsck. Can I avoid this?
> 

I suppose you're using ext2 fs. In this case you can skip fsck setting
the max_mnt_count to 0. To do that you can create a post-install script
like the following:

-----------------------------------------------
#!/bin/sh
tune2fs -c 0 /dev/<your_ext2fs_device>
-----------------------------------------------

Regards,
-Andrea

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to