[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
howtos:general_admin:setting_up_a_slackware_chroot [2020/09/12 04:11 (UTC)] – [Setting up a Slackware chroot] divehowtos:general_admin:setting_up_a_slackware_chroot [2020/09/12 04:21 (UTC)] dive
Line 111: Line 111:
 ARCH as `i686'. ARCH as `i686'.
  
- +**SYNOPSIS** 
-<code bash>  setarch arch [options] [program [argument...]]+<code> 
 +  setarch arch [options] [program [argument...]]
 </code> </code>
  
 When we run `linux32' it starts a new shell, so we can also use it to chroot: When we run `linux32' it starts a new shell, so we can also use it to chroot:
  
-<code bash>  chroot /path/to/chroot linux32 /bin/zsh+<code> 
 +  chroot /path/to/chroot linux32 /bin/zsh
 </code> </code>
  
Line 124: Line 126:
 reported version: reported version:
  
-<code bash>  chroot /path/to/chroot linux32 --uname-2.6 /bin/zsh+<code> 
 +  chroot /path/to/chroot linux32 --uname-2.6 /bin/zsh
 </code> </code>
  
Line 143: Line 146:
 <!-- You must remove the tag-word "template" below before saving your new page --> <!-- You must remove the tag-word "template" below before saving your new page -->
 {{tag>howtos}} {{tag>howtos}}
 +
 howtos:general_admin:setting_up_a_slackware_chroot ()