Translations:Install/Chroot/16/en
Jump to navigation
Jump to search
This chroot command, above, executes /bin/su --login inside the new environment. According to the su man page, su with the --login option provides "an environment similar to what the user would expect had the user logged in directly." That is what we want, as it will prevent any existing environment variables on the LiveCD from being set inside the chroot.