Novell ZENWORKS LINUX MANAGEMENT 7.2 IR2 - ADMINISTRATION GUIDE 09-25-2008 Administration Manual page 641

Table of Contents

Advertisement

mkdir work
cd work
wget http://www.novell.com/connectionmagazine/2005/11/download/
driverupdate.tgz
tar -xzvf driverupdate.tgz
The driverupdate.tgz file contains the same directory structure as is created in
3 If you are manually creating the directories, create the following structure under the /work
directory:
`-- linux
`-- suse
|-- i386-sles10
|-- dud.config
|-- inst-sys
`-- lib
`-- bin
|-- adddir.s
The contents of the dud.config file should contain lines similar to those listed below. You
should maintain the keywords by supplying your own data. However, you can use the listed
values:
UpdateName:
ZENworks 10 Patch 1
UpdateID:
a37f92556e4dd99e
UpdatePriority: 100
The adddir.s file should be an executable script that contains the following lines:
echo "Processing: adddir.s" > /dev/tty3 2>&1
# driver update: add files to inst-sys
for i in /update/[0-9]*/inst-sys ; do
[ -d "$i" ] && adddir "$i" /
done
# driver update: run update.pre scripts
for i in /update/[0?9]*/install/update.pre ; do
echo "Processing: $i" > /dev/tty3 2>&1
[ -x "$i" ] && "$i"
done
4 To copy the tree program into the /bin directory, enter:
cp /usr/bin/tree dirstruct/linux/suse/i386-9.2/inst-sys/bin/
5 To create the CRAMFS file, enter:
mkfs.cramfs work/ driverupdate
The CRAMFS file is required by the SUSE distribution.
6 To copy the driverupdate file into /srv/tftp/boot, enter:
cp driverupdate /srv/tftp/boot
7 Add the following lines to the end of the /srv/tftp/boot/settings.txt file:
Updating ZENworks Imaging Resource Files 641
Step
3.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Zenworks linux management 7.2ir2

Table of Contents