Script update_rpms
Tom Becker <[email protected]> Wed, 03 Apr 2002 15:27:58 +0200
| Newsgroups | gmane.linux.suse.alice |
|---|---|
| Message-ID | <[email protected]> |
Hello I've inserted the scrip update_rpms in ALICE_PRE_SCRIPT. (The other needed tag SYS_UPDATE_RPM_LOCATION is correct) On first bootup it is called but does not seem to do anything. There is no errormessage. About 30 seconds later booting goes on. During this time my server's HDD is not busy. After that all files have the same Version than before the "Update" was started. The directory with the update-files is mounted correctly. When I do the whole thing manually (ALICE_POST_SCRIPT) the Syntax mount <ip>:/directory/with/updated/files /Updates for i in /Updates/*.rpm; do rpm -Uvh $i --force --nodeps;done; works fine (even faster than rpm *.rpm). But that is not the sense at all, if there is a special ALICE-tag for this. Can anyone tell me a better solution or why it doesn't work with the ALICE-Script? thanks Tom Becker -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]