Fix broken "preserve_libs" commit - ";" is not ":".
[catalyst.git] / examples / fsscript.sh.example
index 1d40cf4b094eeb6d3274b9e529707ed11da26326..d34ced139673319e2419015bafa6f5be1bd9f6ae 100644 (file)
@@ -1,7 +1,9 @@
 #!/bin/bash
 
-# This is an example fsscript for use with the livecd-stage2 target (key livecd/fsscript)
-# Basically, this file is copied to the livecd rootfs at livecd creation time and then run
+# This is an example fsscript for use with the livecd-stage2 target (key
+# livecd/fsscript).  This file is copied into the rootfs of the CD after the
+# kernel(s) and any external modules have been compiled and is then executed
+# within the context of the chroot.
 
-# Example, I want to add specific nameservers to the LiveCD's resolv.conf:
+# Example, I want to add specific nameservers to the CD's resolv.conf:
 echo "192.168.0.1" >> /etc/resolv.conf