Advertisement
Guest User

Untitled

a guest
Apr 11th, 2020
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. root@0dffb67e-9080-453f-bd57-c414ace40730:/# ./kexec_nixos
  2. + set -e
  3. ++ mktemp -d
  4. + cd /tmp/tmp.HowJLW23nh
  5. + pwd
  6. /tmp/tmp.HowJLW23nh
  7. + mkdir initrd
  8. + pushd initrd
  9. /tmp/tmp.HowJLW23nh/initrd /tmp/tmp.HowJLW23nh
  10. + '[' -e /ssh_pubkey ']'
  11. + gzip -9
  12. + cpio -o -H newc
  13. + find -type f
  14. 1 block
  15. + popd
  16. /tmp/tmp.HowJLW23nh
  17. + cat /nix/store/y5x5yx5sz67ar18pjljp3hk4wypzhq66-image/initrd extra.gz
  18. + kexec -l /nix/store/y5x5yx5sz67ar18pjljp3hk4wypzhq66-image/kernel --initrd=final.gz '--append=init=/nix/store/8n02w8d8aymg0zwy99kg0iapm18ab95r-nixos-system-kexec-20.09pre219796.f601ab37c2f/init console=ttyS0,115200 panic=30 boot.panic_on_fail loglevel=4'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement