This website works better with JavaScript.
Explore
Help
Sign In
msvsphere
/
addon-context-linux
Watch
12
Star
0
Fork
You've already forked addon-context-linux
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Add btrfs to list of FS that growroot will resize.
Browse Source
pull/58/head
C. R. Oldham
8 years ago
parent
b513d94c96
commit
a38edde8da
1 changed files
with
3 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
3
base.one/etc/one-context.d/05-grow-rootfs
Unescape
Escape
View File
@ -51,4 +51,7 @@ case "${FSTYPE}" in
xfs)
xfs_growfs /
;;
btrfs)
btrfs filesystem resize max /
;;
esac
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
msvsphere/addon-context-linux
Title
Body
Create Issue