binmiscctl.8 (68f044de29b3867c2e0d282b86395f777f95b034) | binmiscctl.8 (c013ca2cf772194de340aeb452a6ccfe7e1cecd8) |
---|---|
1.\"- 2.\" Copyright (c) 2013 Stacey D. Son 3.\" All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 294 unchanged lines hidden (view full) --- 303.Pa emulators/qemu-user-static 304from the 305.Fx 306Ports Collection, the emulator must be copied into the jail path 307specified in the 308.Nm 309command. 310Using the example above: | 1.\"- 2.\" Copyright (c) 2013 Stacey D. Son 3.\" All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 294 unchanged lines hidden (view full) --- 303.Pa emulators/qemu-user-static 304from the 305.Fx 306Ports Collection, the emulator must be copied into the jail path 307specified in the 308.Nm 309command. 310Using the example above: |
311.Bd -literal -offset -ident | 311.Bd -literal -offset indent |
312mkdir $D/usr/local/bin 313cp /usr/local/bin/qemu-arm-static $D/usr/local/bin 314.Ed 315.Pp 316Now the user can chroot into the environment normally, as root: | 312mkdir $D/usr/local/bin 313cp /usr/local/bin/qemu-arm-static $D/usr/local/bin 314.Ed 315.Pp 316Now the user can chroot into the environment normally, as root: |
317.Bd -literal -offset -ident | 317.Bd -literal -offset indent |
318chroot $D 319.Ed 320.Sh SEE ALSO 321.Xr lli 1 , 322.Xr execve 2 , 323.Xr jail 8 324.Sh HISTORY 325The 326.Nm 327command was added in 328.Fx 10.1 . 329It was developed to support the imgact_binmisc kernel module. 330.Sh AUTHORS 331.An Stacey D Son Aq Mt sson@FreeBSD.org | 318chroot $D 319.Ed 320.Sh SEE ALSO 321.Xr lli 1 , 322.Xr execve 2 , 323.Xr jail 8 324.Sh HISTORY 325The 326.Nm 327command was added in 328.Fx 10.1 . 329It was developed to support the imgact_binmisc kernel module. 330.Sh AUTHORS 331.An Stacey D Son Aq Mt sson@FreeBSD.org |