Changes between Version 6 and Version 7 of linux/centos7-root-on-zfs


Ignore:
Timestamp:
2016-05-15T16:44:32Z (8 years ago)
Author:
root
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • linux/centos7-root-on-zfs

    v6 v7  
    6363done
    6464
    65 for dir in proc sys dev; do
    66  mount --bind /$dir /mnt/$dir
    67 done
    68 
    6965vi /etc/default/grub
    7066GRUB_CMDLINE_LINUX="crashkernel=auto root=zfs:zroot/centos7-01"