mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-21 06:03:41 +00:00
set kernel parameter iomem=relaxed by default
Allows to programs to directly write to hardware devices, for example for using flashrom for firmware updates. Closes #184
This commit is contained in:
parent
ba3a7eb06d
commit
df26cdf5cc
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -19,7 +19,7 @@ arch="$(uname -m)"
|
|||
sfs_comp="xz"
|
||||
sfs_opts="-Xbcj x86 -b 512k -Xdict-size 512k"
|
||||
snapshot_date=""
|
||||
default_kernel_param=""
|
||||
default_kernel_param="iomem=relaxed"
|
||||
|
||||
verbose=""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue