Changeset 25852 in project
- Timestamp:
- 02/02/12 12:57:35 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/playground
r25249 r25852 1 1 == Chicken Playground 2 2 3 Chicken playground is chrooted environment to test and play with3 Chicken Playground is chrooted environment to test and play with 4 4 Chicken and its extensions. Currently there's one playground, which 5 5 is a Debian Linux system for i386 machines. The environment contains 6 6 the usual basic tools for GNU/Linux systems several libraries required 7 to build most of theeggs.7 to build most eggs. 8 8 9 9 10 10 === Download 11 11 12 You can download it from13 [[http://www.call-cc.org/chicken-playground/chicken-playground-debian-i386-20110926.tar.bz2|http://www.call-cc.org/chicken-playground/chicken-playground-debian-i386-20110926.tar.bz2]] 14 (MD5 sum = {{27a3bbc9b9844df5cb3919d21d24ec2a}}) 12 You can download it [[http://www.call-cc.org/chicken-playground/chicken-playground-debian-i386-2012-01-30.tar.bz2|here]] 13 (MD5 sum = {{de5ca205e7e0c786a1f7aad0e717e86b}}) 14 15 15 16 16 === How to use it … … 18 18 1. Extract the archive 19 19 20 tar xjvf chicken-playground-debian-i386-201 10926.tar.bz220 tar xjvf chicken-playground-debian-i386-2012-01-30.tar.bz2 21 21 22 2. Copy a working resolv.conf to the chroot environment 22 2. Copy a working resolv.conf to the chroot environment (a generic one with Google's open DNS server is provided by default) 23 23 24 cp /etc/resolv.conf chicken-playground-debian-i386-201 10926/etc24 cp /etc/resolv.conf chicken-playground-debian-i386-2012-01-30/etc 25 25 26 26 3. As root, chroot to the newly created directory 27 27 28 chroot chicken-playground-debian-i386-201 10926/bin/bash28 chroot chicken-playground-debian-i386-2012-01-30 /bin/bash 29 29 30 30 4. Mount /proc in the chroot
Note: See TracChangeset
for help on using the changeset viewer.