REMAKE_INITRD depreciated
This commit is contained in:
parent
c1e9d4f34a
commit
f033b6fa13
16
README.md
16
README.md
@ -286,14 +286,16 @@ Note: Documentation for Driver Options is included in the file `88x2bu.conf`.
|
|||||||
|
|
||||||
Note: This script should be used in the following situations:
|
Note: This script should be used in the following situations:
|
||||||
|
|
||||||
- the driver is no longer needed
|
- if driver installation fails
|
||||||
- a fresh start with default settings is needed
|
- if the driver is no longer needed
|
||||||
- a new version of the driver needs to be installed
|
- if a fresh start with default settings is needed
|
||||||
- a major operating system upgrade is going to be applied
|
- if a new version of the driver needs to be installed
|
||||||
|
- if a distro version upgrade is going to be installed
|
||||||
|
|
||||||
Note: This script removes everything that has been installed, with the exception
|
Note: This script removes everything that has been installed, with the
|
||||||
of the packages installed in Step 3 and the driver directory. The driver directory
|
exception of the packages installed in Step 3 and the driver directory.
|
||||||
can and probably should be deleted in most cases after running the script.
|
The driver directory can and probably should be deleted in most cases
|
||||||
|
after running this script.
|
||||||
|
|
||||||
#### Step 1: Open a terminal (e.g. Ctrl+Alt+T)
|
#### Step 1: Open a terminal (e.g. Ctrl+Alt+T)
|
||||||
|
|
||||||
|
@ -4,4 +4,3 @@ BUILT_MODULE_NAME[0]="88x2bu"
|
|||||||
DEST_MODULE_LOCATION[0]="/kernel/drivers/net/wireless"
|
DEST_MODULE_LOCATION[0]="/kernel/drivers/net/wireless"
|
||||||
MAKE="'make' -j$(nproc) KVER=${kernelver} KSRC=/lib/modules/${kernelver}/build"
|
MAKE="'make' -j$(nproc) KVER=${kernelver} KSRC=/lib/modules/${kernelver}/build"
|
||||||
AUTOINSTALL="yes"
|
AUTOINSTALL="yes"
|
||||||
REMAKE_INITRD="no"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user