initramfs.conf 538 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # this file is used to configure initramfs, lowercase is preferred
  3. #
  4. # Set to 1 to enable probing raid modules and
  5. # calling /sbin/mdadm if it exists
  6. # raid=1
  7. # Set to 1 to enable probing lvm modules and
  8. # calling /sbin/lvm if it exists
  9. # lvm=1
  10. # Set to 1 to mount rootfs over NFS
  11. # thin=0
  12. # Set root device
  13. # root=LABEL=MyPisiLinuxSystem
  14. # Set rootfs's mount flags
  15. # rootflags=acl,xattr
  16. # Set resume partition
  17. # resume=/dev/sdb5
  18. # Set to 1 to disable resuming
  19. # noresume=0
  20. # Set Live media label
  21. # liveroot=LABEL=PisiLiveImage