modules/generic_stage_target.py: Use 'devpts' as mountmap key.
[catalyst.git] / examples / fsscript.sh.example
1 #!/bin/bash
2
3 # This is an example fsscript for use with the livecd-stage2 target (key
4 # livecd/fsscript).  This file is copied into the rootfs of the CD after the
5 # kernel(s) and any external modules have been compiled and is then executed
6 # within the context of the chroot.
7
8 # Example, I want to add specific nameservers to the CD's resolv.conf:
9 echo "192.168.0.1" >> /etc/resolv.conf