Skip to content

Commit

Permalink
Removing deprecated REMAKE_INITRD option in dkms.conf.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoutoupis committed Apr 27, 2023
1 parent 5ea6271 commit c1dce90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -174,12 +174,20 @@ Uninstalling:
```console
# make dkms-install
```
**_Note_** - In dkms package versions 3.x and later, the REMAKE_INITRD option has
been deprecated. As a result, the operating system's initrd is not remade on every
dkms rebuild of the module. If this is desired, then it will need to be manually
rebuilt per your operating system's procedures. Otherwise, you can install and enable
the rapiddisk-on-boot functions which is supported on both Ubuntu and RHEL based
Linux distributions.

## Uninstalling modules for DKMS support

```console
# make dkms-uninstall
```
**_Note_** - Please refer to the above note on initrd remakes during dkms rebuilds
of the rapiddisk modules.

## Managing the RapidDisk daemon service

Expand Down
1 change: 0 additions & 1 deletion module/dkms.conf
Expand Up @@ -5,4 +5,3 @@ BUILT_MODULE_NAME[1]="rapiddisk-cache"
DEST_MODULE_LOCATION[0]="/kernel/rapiddisk/"
DEST_MODULE_LOCATION[1]="/kernel/rapiddisk/"
AUTOINSTALL="yes"
REMAKE_INITRD="yes"

0 comments on commit c1dce90

Please sign in to comment.