Browse Source

fcoe: add /sbin/vconfig and the 8021q kernel module

master
Harald Hoyer 15 years ago
parent
commit
13289be133
  1. 2
      modules.d/95fcoe/install
  2. 2
      modules.d/95fcoe/installkernel

2
modules.d/95fcoe/install

@ -4,6 +4,8 @@ dracut_install ip @@ -4,6 +4,8 @@ dracut_install ip
inst dcbtool
inst fipvlan
inst lldpad
inst vconfig

mkdir -p "$initdir/var/lib/lldpad"

inst "$moddir/fcoe-up" "/sbin/fcoe-up"

2
modules.d/95fcoe/installkernel

@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
#!/bin/bash
instmods fcoe
instmods fcoe 8021q

Loading…
Cancel
Save