diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-12-16 11:37:34 -0500 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-12-16 11:37:34 -0500 |
commit | ba57c102748a6424c467f49242bebe6f3e566887 (patch) | |
tree | 90f95ea79459b818e5f6db4c8d0fc79805d95b37 | |
parent | 607e54669166783de341fd9d4ddba3c8e7c8947c (diff) | |
download | minitramfs-ba57c102748a6424c467f49242bebe6f3e566887.tar.xz minitramfs-ba57c102748a6424c467f49242bebe6f3e566887.zip |
README: no UUID anymore
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -28,11 +28,11 @@ Usage: gen_init_cpio. 2. Adjust ./init as required: - a) Adjust networking as required. For example, use static IP instead of DHCP, or - you don't use eth0, but remember that myinitramfs has no udev, so no - predictable interface names. For PCI path based naming, try something like - $(cd /sys/bus/pci/devices/0000:08:00.0/net; echo *). - b) Adjust UUID (most likely yours is not the same as mine) + a) Adjust networking as required. For example, use static IP instead of + DHCP, or you don't use eth0, but remember that minitramfs has no udev, so + no predictable interface names. For PCI path based naming, try something + like $(cd /sys/bus/pci/devices/0000:08:00.0/net; echo *). + b) Adjust root device name c) Change or remove fsck for non-ext4 roots d) Put whatever you want: usr mount, NFS root, whatever. |