Every change is there in /mnt/live/
memory/changes. So, we could boot BackTrack, download the NVIDIA drivers, install
the drivers, and then write out the entire contents of /mnt/live/memory/changes to an
LZM module.On the next boot, all those changeswould be integrated back into the running
system preboot as if the NVIDIA install had just happened. Let??™s try it:
bt ~ # wget http://us.download.nvidia.com/XFree86/Linux-x86/100.14.11/NVIDIALinux-
x86-100.14.11-pkg1.run
Chapter 5: Using the BackTrack LiveCD Linux Distribution
109
PART II
16:23:37 (157.71 KB/s) - 'NVIDIA-Linux-x86-100.14.11-pkg1.run' saved
[15311226/15311226]
bt ~ # sh NVIDIA-Linux-x86-100.14.11-pkg1.run
Verifying archive integrity... OK
Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86
100.14.11......................
[package installs]
bt ~ # dir2lzm /mnt/live/memory/changes nvidia-install.lzm
[==================================================] 846/846 100%
bt ~ # ls -l nvidia-install.lzm
-r-------- 1 root root 22679552 Jun 30 16:29 nvidia-install.lzm
bt ~ # cp nvidia-install.lzm /mnt/sdb1_removable/bt/modules/
The drivers have been installed in the current session and the exact configuration will
now occur preboot on every startup.
Pages:
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255