Skip to content

Commit

Permalink
add notify, rndis
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed Mar 28, 2024
1 parent 73b9e74 commit 8665fb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions files/initrd/opt/rr/patch/modulelist
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ N kvm-intel.ko
N kvm-amd.ko
N kvm.ko

# rndis
F mii.ko
F cdc_ether.ko
F rndis_host.ko

# iwlwifi
N libarc4.ko
N cfg80211.ko
Expand Down
4 changes: 2 additions & 2 deletions files/initrd/opt/rr/ramdisk-patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ echo "export LAYOUT=${LAYOUT}" >>"${RAMDISK_PATH}/addons/addons.sh"
echo "export KEYMAP=${KEYMAP}" >>"${RAMDISK_PATH}/addons/addons.sh"
chmod +x "${RAMDISK_PATH}/addons/addons.sh"

# Required addons: "revert" "misc" "eudev" "disks" "localrss" "wol"
# Required addons: "revert" "misc" "eudev" "disks" "localrss" "notify" "wol" "rndis"
# This order cannot be changed.
for ADDON in "revert" "misc" "eudev" "disks" "localrss" "wol"; do
for ADDON in "revert" "misc" "eudev" "disks" "localrss" "notify" "wol" "rndis"; do
PARAMS=""
if [ "${ADDON}" = "disks" ]; then
PARAMS=${HDDSORT}
Expand Down

0 comments on commit 8665fb8

Please sign in to comment.