Merge pull request #760 from Linux4Yourself/issues/694

Issues/694
This commit is contained in:
makpif 2021-07-19 20:30:16 +03:00 committed by GitHub
commit 71a4718ddd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -11,6 +11,7 @@
- meson-0.59.0
## Изменения
- [Исправлено #694](https://github.com/Linux4Yourself/book/pull/694)
- [Исправлено #752](https://github.com/Linux4Yourself/book/pull/752)
- [Исправлено #746](https://github.com/Linux4Yourself/book/pull/746)
- [Исправлено #673](https://github.com/Linux4Yourself/book/issues/673)

View File

@ -1,7 +1,7 @@
```bash
chroot "$LIN" /usr/bin/env -i \
HOME=/root TERM="$TERM" \
PS1='(chroot) \u:\w\$ ' \
PATH=/usr/bin \
chroot "$LIN" /usr/bin/env -i \
HOME=/root TERM="$TERM" \
PS1='(chroot) \u:\w\$ ' \
PATH=/usr/bin \
/bin/bash --login
```