Novell ZENWORKS 10 CONFIGURATION MANAGEMENT SP3 - PREBOOT SERVICES AND IMAGING REFERENCE 10.3 16-04-2010 User Manual page 249

Preboot services and imaging
Hide thumbs Also See for ZENWORKS 10 CONFIGURATION MANAGEMENT SP3 - PREBOOT SERVICES AND IMAGING REFERENCE 10.3 16-04-2010:
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 " at the imaging maintenance mode prompt after
the operating system has booted.
9 Execute the tree program.
All of the files you place into the
in 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
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
driverupdate
adddir.s
7) creates soft links under the
directory structure. You can verify this by running:
/update
, enter:
file.
file are now located under the
script (or the code that you added to the
file system that point to the
root
Updating ZENworks Imaging Resource Files 249
file:
directory
/update

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ZENWORKS 10 CONFIGURATION MANAGEMENT SP3 - PREBOOT SERVICES AND IMAGING REFERENCE 10.3 16-04-2010 and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Zenworks 10 configuration management sp3

Table of Contents