pastebin - collaborative debugging tool
rovema.kpaste.net RSS


jessie 32bit/i386 chroot
Posted by Anonymous on Tue 10th Jan 2023 14:15
raw | new post
view followups (newest first): jessie 32bit/i386 chroot by Anonymous
modification of post by Anonymous (view diff)

  1. # cat /etc/schroot/chroot.d/jessie-test-home-rmainz-proconos
  2. [jessie-test-home-rmainz-proconos]
  3. description=32bit test chroot for proconos
  4. aliases=test-32bit
  5. type=directory
  6. directory=/home/rmainz/work/proconos_chroot/try3/new_root_dir
  7. users=test001,rmainz,swulsch
  8. root-groups=root
  9. profile=desktop
  10. personality=linux
  11. preserve-environment=true
  12.  
  13. # mkdir -p /home/rmainz/work/proconos_chroot/try3/new_root_dir
  14. # cd /home/rmainz/work/proconos_chroot/try3/new_root_dir
  15. # debootstrap --arch i386 '--include=autofs,emacs,nedit,x11-apps,strace,ltrace,locales,task-german,task-japanese,nfs-common,nfs4-acl-tools,vim,ksh,xterm,w3m,lynx,apt-file,gdb' --no-check-gpg jessie $PWD http://deb.debian.org/debian
  16. # cp -r /etc/autofs.conf /etc/auto.* etc/.
  17. # printf 'root:tiger12maus\n' | chpasswd -m --root $PWD
  18.  
  19.  
  20. #### run interactive shell within chroot environment
  21. # schroot -c jessie-test-home-rmainz-proconos -u root --directory / -- /bin/bash
  22.  
  23.  
  24. #### within chroot environment:
  25. # service autofs start # required so others have their home dir
  26. # dpkg-reconfigure locales
  27.  
  28. #### edit /etc/apt/sources.list
  29.  diff -u /etc/apt/sources.list.old /etc/apt/sources.list
  30. --- /etc/apt/sources.list.old   2023-01-09 15:01:39.579608530 +0000
  31. +++ /etc/apt/sources.list       2023-01-09 15:02:21.462900051 +0000
  32. @@ -1 +1,9 @@
  33. -deb http://deb.debian.org/debian jessie main
  34. +deb http://cdn-fastly.deb.debian.org/debian/ jessie main
  35. +deb-src http://cdn-fastly.deb.debian.org/debian/ jessie main
  36. +
  37. +deb http://security.debian.org/ jessie/updates main
  38. +deb-src http://security.debian.org/ jessie/updates main
  39. +
  40. +deb http://archive.debian.org/debian jessie-backports main
  41. +deb-src http://archive.debian.org/debian jessie-backports main
  42. +
  43.  
  44. #### Force Debian jessie apt-get update
  45. # printf '%s\n' 'Acquire::Check-Valid-Until "false";' >/etc/apt/apt.conf.d/80use_expired_apt_repository
  46. # apt-get update
  47. # apt-file update
  48.  
  49. #### Add autofs to chroot start:
  50. ---- snip ----
  51. # cat /etc/schroot/setup.d/71autofs
  52. #!/bin/sh
  53.  
  54. set -e
  55.  
  56. . "$SETUP_DATA_DIR/common-data"
  57. . "$SETUP_DATA_DIR/common-functions"
  58. . "$SETUP_DATA_DIR/common-config"
  59.  
  60. if [ $STAGE = "setup-start" ] || [ $STAGE = "setup-recover" ]; then
  61.         [ -r "$CHROOT_PATH/etc/auto.home" ] && chroot "$CHROOT_PATH" /usr/sbin/service autofs restart
  62. elif [ $STAGE = "setup-stop" ]; then
  63.         true
  64. fi
  65. ---- snip ----

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at