diff -Nur /etc/schroot/arch32/config /home/shanto/Desktop/schroot/arch32/config --- /etc/schroot/arch32/config 1970-01-01 06:00:00.000000000 +0600 +++ /home/shanto/Desktop/schroot/arch32/config 2011-10-30 18:39:09.438268002 +0600 @@ -0,0 +1,20 @@ +# Settings for "arch32" profile. +# See schroot.conf(5) and schroot-script-config(5) for further details. +# The files detailed below may also be edited to further customise +# this profile. + +# Filesystems to mount inside the chroot. +FSTAB=arch32/fstab + +# Files to copy from the host system into the chroot. +COPYFILES=arch32/copyfiles + +# System NSS databases to copy into the chroot. +NSSDATABASES="/etc/schroot/desktop/nssdatabases" + +# Is sbuild installed? +if [ -x /usr/bin/sbuild ]; then + SBUILD="true" +else + SBUILD="false" +fi diff -Nur /etc/schroot/arch32/copyfiles /home/shanto/Desktop/schroot/arch32/copyfiles --- /etc/schroot/arch32/copyfiles 1970-01-01 06:00:00.000000000 +0600 +++ /home/shanto/Desktop/schroot/arch32/copyfiles 2011-07-26 02:01:51.000000000 +0600 @@ -0,0 +1,8 @@ +/etc/group +/etc/hosts +/etc/passwd +/etc/resolv.conf +/etc/rc.conf +/etc/localtime +/etc/locale.gen +/etc/profile.d/locale.sh \ No newline at end of file diff -Nur /etc/schroot/arch32/fstab /home/shanto/Desktop/schroot/arch32/fstab --- /etc/schroot/arch32/fstab 1970-01-01 06:00:00.000000000 +0600 +++ /home/shanto/Desktop/schroot/arch32/fstab 2011-07-26 02:01:51.000000000 +0600 @@ -0,0 +1,12 @@ +# mount.defaults: static file system information for chroots. +# Note that the mount point will be prefixed by the chroot path +# (CHROOT_PATH) +# +# +proc /proc proc defaults 0 0 +/dev /dev none rw,bind 0 0 +#/dev/pts /dev/pts none rw,bind 0 0 +tmpfs /dev/shm tmpfs defaults 0 0 +/sys /sys none rw,bind 0 0 +/tmp /tmp none rw,bind 0 0 +/home /home none rw,bind 0 0 diff -Nur /etc/schroot/arch32/nssdatabases /home/shanto/Desktop/schroot/arch32/nssdatabases --- /etc/schroot/arch32/nssdatabases 1970-01-01 06:00:00.000000000 +0600 +++ /home/shanto/Desktop/schroot/arch32/nssdatabases 2011-07-26 02:01:51.000000000 +0600 @@ -0,0 +1,6 @@ +# System databases to copy into the chroot from the host system. +# +# +passwd +shadow +group diff -Nur /etc/schroot/chroot.d/arch32.conf /home/shanto/Desktop/schroot/chroot.d/arch32.conf --- /etc/schroot/chroot.d/arch32.conf 1970-01-01 06:00:00.000000000 +0600 +++ /home/shanto/Desktop/schroot/chroot.d/arch32.conf 2011-10-30 18:40:58.293280939 +0600 @@ -0,0 +1,10 @@ +[arch32] +description=Arch32 +type=directory +directory=/opt/arch32 +#users=username +groups=users +root-groups=root,wheel +script-config=arch32/config +personality=linux32 +aliases=arch32,default diff -Nur /etc/schroot/copyfiles-arch32 /home/shanto/Desktop/schroot/copyfiles-arch32 --- /etc/schroot/copyfiles-arch32 2011-07-26 02:01:51.000000000 +0600 +++ /home/shanto/Desktop/schroot/copyfiles-arch32 1970-01-01 06:00:00.000000000 +0600 @@ -1,8 +0,0 @@ -/etc/group -/etc/hosts -/etc/passwd -/etc/resolv.conf -/etc/rc.conf -/etc/localtime -/etc/locale.gen -/etc/profile.d/locale.sh \ No newline at end of file diff -Nur /etc/schroot/mount-arch32 /home/shanto/Desktop/schroot/mount-arch32 --- /etc/schroot/mount-arch32 2011-07-26 02:01:51.000000000 +0600 +++ /home/shanto/Desktop/schroot/mount-arch32 1970-01-01 06:00:00.000000000 +0600 @@ -1,12 +0,0 @@ -# mount.defaults: static file system information for chroots. -# Note that the mount point will be prefixed by the chroot path -# (CHROOT_PATH) -# -# -proc /proc proc defaults 0 0 -/dev /dev none rw,bind 0 0 -#/dev/pts /dev/pts none rw,bind 0 0 -tmpfs /dev/shm tmpfs defaults 0 0 -/sys /sys none rw,bind 0 0 -/tmp /tmp none rw,bind 0 0 -/home /home none rw,bind 0 0 diff -Nur /etc/schroot/schroot.conf /home/shanto/Desktop/schroot/schroot.conf --- /etc/schroot/schroot.conf 2011-07-26 02:01:51.000000000 +0600 +++ /home/shanto/Desktop/schroot/schroot.conf 2011-10-30 18:30:38.662779115 +0600 @@ -70,16 +70,3 @@ #device=/dev/hda_vg/experimental_chroot #mount-options=-o atime,sync,user_xattr #location=/experimental - -[Arch32] -description=Arch32 -type=directory -directory=/opt/arch32 -priority=1 -#users=username -groups=users -root-groups=root -script-config=script-arch32 -personality=linux32 -aliases=32,default - diff -Nur /etc/schroot/script-arch32 /home/shanto/Desktop/schroot/script-arch32 --- /etc/schroot/script-arch32 2011-07-26 02:01:51.000000000 +0600 +++ /home/shanto/Desktop/schroot/script-arch32 1970-01-01 06:00:00.000000000 +0600 @@ -1,15 +0,0 @@ -# Default settings for chroot setup and exec scripts. -# See schroot-script-config(5) for further details. - -# Filesystems to mount inside the chroot. -FSTAB="/etc/schroot/mount-arch32" - -# Files to copy from the host system into the chroot. -COPYFILES="/etc/schroot/copyfiles-arch32" - -# Is sbuild installed? -if [ -x /usr/bin/sbuild ]; then - SBUILD="true" -else - SBUILD="false" -fi