The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Fchroot/Releases/0.2"
Line 5: | Line 5: | ||
|version=0.2 | |version=0.2 | ||
|type=regular | |type=regular | ||
}} | |||
=== Major Changes === | === Major Changes === | ||
Line 20: | Line 20: | ||
Display output has been tweaked to look cleaner. | Display output has been tweaked to look cleaner. | ||
Latest revision as of 21:25, May 20, 2022
Fchroot 0.2 (codename "Darth Elmo") is a regular release which was released on 24 February 2022.
Major Changes
PowerPC (--cpu=power7
) support has been added.
The magic-reader
command (only in the sources) has been added which will inspect a binary and print out its "hexstring" which is used for recognition of the architecture.
This is a useful command when adding a new architecture to fchroot
.
The overall fchroot
sources have been revised. In previous versions, fchroot
would exec
the chroot
command, which would result in only this command ending
up running after entering the chroot. Now, fchroot
runs chroot
but remains asleep until chroot
exits. This allows fchroot
to clean up bind mounts by
recursively unmounting them, which is now the default behavior.
Minor Changes
Display output has been tweaked to look cleaner.