Changes between Version 6 and Version 7 of linux/centos7-root-on-zfs
- Timestamp:
- 2016-05-15T16:44:32Z (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/centos7-root-on-zfs
v6 v7 63 63 done 64 64 65 for dir in proc sys dev; do66 mount --bind /$dir /mnt/$dir67 done68 69 65 vi /etc/default/grub 70 66 GRUB_CMDLINE_LINUX="crashkernel=auto root=zfs:zroot/centos7-01"