Installing from Linux: Difference between revisions
import from old wiki |
Phanirithvij (talk | contribs) m change iso url |
||
Line 123: | Line 123: | ||
<syntaxhighlight lang="console"> | <syntaxhighlight lang="console"> | ||
# wget https:// | # wget https://channels.nixos.org/nixos-24.05/latest-nixos-minimal-x86_64-linux.iso # get the latest iso (URL might change!) | ||
# modprobe loop | # modprobe loop | ||
# mount -o loop nixos-minimal | # mount -o loop latest-nixos-minimal-x86_64-linux.iso ~/inst | ||
# # mount /dev/sda1 # mount the /boot partition if you have it | # # mount /dev/sda1 # mount the /boot partition if you have it | ||
# cp ~/inst/boot/bzImage /boot/nixos-livecd-bzImage | # cp ~/inst/boot/bzImage /boot/nixos-livecd-bzImage |