Andrea Righi wrote: > 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... > >
Super! Thanks for that hint. Obviously I deleted this README some months ago. Now the post-install scripts work. >> 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> > ----------------------------------------------- > Hm, the man page says that this is dangerous. So I tried: tune2fs -c 120 -i 4m -C 0 /dev/hda1 But I got the same 42000 days message ... Well, it's not so important since the fsck runs very quickly on ext3. Another question: I'm trying to install my clients with wakeonlan and pxe. For some obscure reason (at least for me ;-)) for some hosts it takes 1 minute or 2 until they get an ip address from the dhcp server. Any ideas? Many thanks Dieter ------------------------------------------------------------------------- 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
