jailsetup: refactor jailsetup.sh chroot setup
commitd7d01b66897a86857ade2f118154225d31650300
authorKyle J. McKay <mackyle@gmail.com>
Sat, 24 Aug 2013 01:49:27 +0000 (23 18:49 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 24 Aug 2013 01:49:27 +0000 (23 18:49 -0700)
tree8e76dcbb9b79afc5874df5b96c7b09190f69ab20
parent8696759799fa36ccaecf92419fd62adcafadeced
jailsetup: refactor jailsetup.sh chroot setup

Move the system-specific portion of the chroot setup into a separate
script with a system-specific name and then call it from the normal
jailsetup.sh script.  This permits chroot setups for different system
types to be more easily supported in the future.
chrootsetup_linux.sh [new file with mode: 0644]
jailsetup.sh