Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P850
rebuild a kernel Debian package with larger FUSE getdirplus() buffer
Active
Public
Actions
Authored by
zack
on Nov 3 2020, 8:08 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
apt-get source linux
cd linux-*/
$EDITOR debian/config/defines
# change "debug-info:" line to "false"
# change "abiname:" line to "fusebuf"
cp fuse-increase-readdirplus-bufsiz.patch debian/patches/
echo fuse-increase-readdirplus-bufsiz.patch >> debian/patches/series
quilt push
dch --distribution local-unstable "fuse-increase-readdirplus-bufsiz.patch: increaseFUSE buffer size for readdirplus()"
dpkg-buildpackage --jobs=8 -T binary-arch
Event Timeline
zack
created this paste.
Nov 3 2020, 8:08 PM
2020-11-03 20:08:52 (UTC+1)
zack
edited the content of this paste.
(Show Details)
Nov 4 2020, 9:15 AM
2020-11-04 09:15:03 (UTC+1)
Comment Actions
patch fuse-increase-readdirplus-bufsiz.patch is in
F4141491
zack
changed the title of this paste from untitled to
rebuild a kernel Debian package with larger FUSE getdirplus() buffer
.
Nov 4 2020, 9:15 AM
2020-11-04 09:15:48 (UTC+1)
Log In to Comment