Jeremy Sanders (jeremy@xxxxxxxxxxxxxxxxx) said: > > What are you using for networking - the old network service or > > NetworkManager? > > The old network service. The root device is cloned from a non-iscsi > installation, however, as kickstart didn't like to install onto a non- > partitioned iscsi device: https://bugzilla.redhat.com/show_bug.cgi?id=757106 > I thought that the _netdev option would be sufficient to get the ordering > correct. Ah, crud. The issue is that we're checking /etc/mtab for _netdev, which is now /proc/mounts, which doesn't transfer over random options such as these into its data store. So, we either need it to start doing that (cc: kzak), or we need to have th code cross-reference devices against /etc/fstab. Bill -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel