Novell ZENWORKS LINUX MANAGEMENT 7.3 IR2 - ADMINISTRATION GUIDE 02-12-2010 Administration Manual page 655

Table of Contents

Advertisement

The contents of the
should maintain the keywords by supplying your own data. However, you can use the listed
values:
UpdateName:
UpdateID:
UpdatePriority: 100
The
file should be an executable script that contains the following lines:
adddir.s
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
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
cp driverupdate /srv/tftp/boot
7 Add the following lines to the end of the
# SUSE driver update
for i in /update/[0?9]*/install/adddir.s ; do
[ -x "$i" ] && "$i"
rm $i
done
This causes the
adddir.s
copied.
These lines might already be present in the
8 Reboot the PXE-enabled device.
You should see the text "ZENworks 10 Patch 1" at the imaging maintenance mode prompt after
the operating system has booted.
9 Execute the tree program.
All of the files you put into the
the operating system after booting. Then, the
file in
Step
settings.txt
corresponding files under the
/# which tree
/bin/tree
/# ll /bin/tree
lrwxrwxrwx
1 root root 29 Aug 31 21:45 /bin/tree -> /update/000/inst-sys/bin/
tree
file should contain lines similar to those listed below. You
dud.config
ZENworks 10 Patch 1
a37f92556e4dd99e
directory, enter:
/bin
file into
/srv/tftp/boot
/srv/tftp/boot/settings.txt
script to run, which creates soft links to all of the new files being
settings.txt
file are now located under the
driverupdate
adddir.s
7) creates soft links under the
directory structure. You can verify this by running:
/update
, enter:
file.
/update
script (or the code that you added to the
file system that point to the
root
Updating ZENworks Imaging Resource Files 655
file:
directory in

Advertisement

Table of Contents
loading

This manual is also suitable for:

Zenworks linux management 7.3 ir2

Table of Contents