20_check_iso 126 B

12345
  1. check_for_iso() {
  2. grep -qE '/dev/root.*iso9660' /proc/mounts && ramoverlay
  3. }
  4. boot_hook_add preinit_mount_root check_for_iso