Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| navodila:linux [2024/07/25 17:56] – [chroot] g1smo | navodila:linux [2024/10/07 15:45] (current) – [Guix] g1smo | ||
|---|---|---|---|
| Line 26: | Line 26: | ||
| mount -t sysfs /sys sys/ | mount -t sysfs /sys sys/ | ||
| mount --rbind /dev dev/ | mount --rbind /dev dev/ | ||
| - | mount --rbind / | + | mount --rbind / |
| </ | </ | ||
| Line 34: | Line 34: | ||
| V `chroot`anem sistemu poženemo `grub-install / | V `chroot`anem sistemu poženemo `grub-install / | ||
| + | ### Guix | ||
| + | |||
| + | Chroot ukaz v guixu je `chroot / | ||
| + | |||
| + | Tudi guix daemon je smiselno pognat ročno, z ukazom `guix-daemon --build-users-group=guixbuild --disable-chroot &`. Sistem potem " | ||