Setting Up Slackware Chroot
Setting Up Slackware Chroot
There are multiple reasons why you might want to set up a Slackware chroot:
Automatically
You can create your chroot and install Slackware into it using the following elegant script:
http://dawoodfall.net/files/scripts/bash/mkchroot
Manually
mkdir /chroot_folder
After the ISO has been mounted, the packages (found under the slackware or slackware64 folder) can
be installed to the chroot folder with:
umount /mnt/cdrom
SlackDocs - http://docs.slackware.com/
Last
update:
2015/11/09 howtos:general_admin:setting_up_a_slackware_chroot http://docs.slackware.com/howtos:general_admin:setting_up_a_slackware_chroot
12:56
(GMT)
To have the chroot mounted permanently, add the following to your fstab:
If you don't want to reboot at this point, then you can mount the chroot manually:
mount /chroot_folder
Now that the chroot is set up, you can chroot into it:
Updating packages
After that, you can run slackpkg and update the packages: (configure_a_package_manager).
Exiting
Mounting partitions
I use a chroot to build 32-bit packages on a 64-bit system. I needed to mount the partition which
contained the SlackBuilds for which I wanted to make a package, As my Slackware host mount point
is (in this example) at /slackware_host_mount_point, I used the command:
(http://www.thegeekstuff.com/2013/01/mount-umount-examples/)
ARCH=i686 ./my_package.SlackBuild
Links
http://www.linuxquestions.org/questions/slackware-installation-40/install-slackware-to-a-folder-using-c
hroot-825598/#post4093831
Notes
https://raw.githubusercontent.com/aadityabagga/scripts/master/chroot.sh
Sources
howtos
From:
http://docs.slackware.com/ - SlackDocs
Permanent link:
http://docs.slackware.com/howtos:general_admin:setting_up_a_slackware_chroot
SlackDocs - http://docs.slackware.com/