Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 18 years ago
parent
commit
1306579d0b
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      package/base/rockinitrd/init

+ 5
- 0
package/base/rockinitrd/init

@ -63,6 +63,11 @@ else
[ "${mntpoint}" == "/" ] && rootfs=${dev}
[ -n "${rootfs}" ] && break
done < /etc/fstab
else
echo " ** /etc/fstab is missing and no real_root= option was given!"
echo " ** dumping you into an emergency shell"
exec /bin/bash
return 1;
fi
fi

Loading…
Cancel
Save