pastebin - collaborative debugging tool
rovema.kpaste.net RSS


jessie 32bit/i386 chroot
Posted by Anonymous on Thu 9th Feb 2023 09:46
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-debian_xorg_pkg_test2
  2. [jessie-test-home-rmainz-debian_xorg_pkg_test2]
  3. description=32bit test chroot for Xserver package work, try2
  4. #aliases=test-32bit
  5. type=directory
  6. directory=/home/rmainz/tmp/debian_xorg_pkg_test1/jessie_schroot2/root_dir/
  7. users=test001,rmainz,swulsch,mwenzel,root
  8. root-groups=root
  9. profile=desktop
  10. personality=linux
  11. preserve-environment=false
  12.  
  13.  
  14. # mkdir -p /home/rmainz/tmp/debian_xorg_pkg_test1/jessie_schroot2/root_dir/
  15. # cd /home/rmainz/tmp/debian_xorg_pkg_test1/jessie_schroot2/root_dir/
  16. # debootstrap --arch i386 '--include=autofs,emacs,nedit,x11-apps,strace,ltrace,locales,task-german,task-japanese,nfs-common,nfs4-acl-tools,vim,ksh,xterm,konsole,w3m,lynx,apt-file,file,gcc,clang,gdb,valgrind,build-essential,git,subversion,git-svn,ddd,bc,flex,debconf-utils,dwarves,sharutils' --no-check-gpg jessie $PWD http://deb.debian.org/debian
  17. # cp -r /etc/autofs.conf /etc/auto.* etc/.
  18. # printf 'root:tiger12maus\n' | chpasswd -m --root $PWD
  19.  
  20.  
  21. #### Add autofs to chroot start:
  22. ---- snip ----
  23. # cat /etc/schroot/setup.d/71autofs
  24. #!/bin/sh
  25.  
  26. set -o errexit
  27.  
  28. . "$SETUP_DATA_DIR/common-data"
  29. . "$SETUP_DATA_DIR/common-functions"
  30. . "$SETUP_DATA_DIR/common-config"
  31.  
  32. if [ $STAGE = "setup-start" ] || [ $STAGE = "setup-recover" ]; then
  33.         [ -r "$CHROOT_PATH/etc/auto.home" ] && chroot "$CHROOT_PATH" /usr/sbin/service autofs restart
  34. elif [ $STAGE = "setup-stop" ]; then
  35.         true
  36. fi
  37. ---- snip ----
  38.  
  39.  
  40. #### run interactive shell within chroot environment
  41. # schroot -c jessie-test-home-rmainz-debian_xorg_pkg_test2 -u root --directory / -- /bin/bash
  42.  
  43.  
  44. #### within chroot environment as user "root":
  45. # service autofs start # required so others have their home dir
  46. # printf "locales locales/default_environment_locale select en_US.UTF-8\n" | debconf-set-selections
  47. # printf "locales locales/locales_to_be_generated multiselect All locales\n" | debconf-set-selections
  48. # rm /etc/locale.gen
  49. # dpkg-reconfigure --frontend noninteractive locales
  50.  
  51.  
  52.  
  53. #### edit /etc/apt/sources.list
  54. # diff -u /etc/apt/sources.list.old /etc/apt/sources.list
  55. --- /etc/apt/sources.list.old   2023-01-12 10:31:30.886590771 +0000
  56. +++ /etc/apt/sources.list       2023-01-12 10:52:04.397174191 +0000
  57. @@ -1 +1,9 @@
  58. -deb http://deb.debian.org/debian jessie main
  59. +deb [trusted=yes] http://archive.debian.org/debian jessie-backports main
  60. +deb-src [trusted=yes] http://archive.debian.org/debian jessie-backports main
  61. +
  62. +deb [trusted=yes] http://security.debian.org/ jessie/updates main
  63. +deb-src [trusted=yes] http://security.debian.org/ jessie/updates main
  64. +
  65. +deb [trusted=yes] http://cdn-fastly.deb.debian.org/debian/ jessie main
  66. +deb-src [trusted=yes] http://cdn-fastly.deb.debian.org/debian/ jessie main
  67. +
  68.  
  69.  
  70. #### Force Debian jessie apt-get update
  71. # printf '%s\n' 'Acquire::Check-Valid-Until "false";' >/etc/apt/apt.conf.d/80use_expired_apt_repository
  72. # apt-get update
  73. # apt-get upgrade
  74. # apt-file update
  75. # apt-get -t jessie-backports update
  76. # apt-get -t jessie-backports upgrade
  77.  
  78.  
  79. #### Begin session:
  80. # schroot -c jessie-test-home-rmainz-debian_xorg_pkg_test2 -u root --begin-session --session-name sss6 --directory / -- /bin/true
  81.  
  82. #### Use session:
  83. $ schroot --run-session --chroot sss6 -u rmainz
  84.  
  85. #### End session:
  86. $ schroot --end-session --chroot sss6

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