Changes between Version 8 and Version 9 of notes/linux


Ignore:
Timestamp:
2016-05-22T07:16:19Z (8 years ago)
Author:
root
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • notes/linux

    v8 v9  
    3636
    3737== создание `rescue initramfs` в `centos7` для загрузки на любом железе
     381. вариант: ::
    3839{{{
    3940#!bash
     
    4647и не забыть положить свежий `vmlinuz-0-rescue-7da0bd6ff130413b99bf0b6a1bde637e`.
    4748
     492. вариант: ::
     50{{{
     51#!bash
     52mv /boot/vmlinuz-0-rescue-$(cat /etc/machine-id){,.backup}
     53mv /boot/initramfs-0-rescue-$(cat /etc/machine-id).img{,.backup}
     54/etc/kernel/postinst.d/51-dracut-rescue-postinst.sh $(uname -r) /boot/vmlinuz-$(uname -r)
     55}}}
     56
    4857[[br]]
    4958