Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
navodila:linux [2023/06/18 22:00] – g1smo | navodila:linux [2024/10/07 17:45] (current) – [Guix] g1smo | ||
---|---|---|---|
Line 13: | Line 13: | ||
Če imamo certifikat dodan v firefox brskalnik, naj bi bil na voljo tudi v okularju. | Če imamo certifikat dodan v firefox brskalnik, naj bi bil na voljo tudi v okularju. | ||
- | |||
## chroot | ## chroot | ||
Line 27: | Line 26: | ||
mount -t sysfs /sys sys/ | mount -t sysfs /sys sys/ | ||
mount --rbind /dev dev/ | mount --rbind /dev dev/ | ||
+ | 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 " | ||