diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-02-17 15:52:49 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-03-18 17:15:01 +0100 |
commit | 1706d84b42c2c5f19556c218aea3729352738e93 (patch) | |
tree | 2dd7539e104574e2467a5330c61104f38a533b0a /perl-install/NEWS | |
parent | bf84edcafe11e4e1a9bf41bfb82522a4d78c785e (diff) | |
download | drakx-1706d84b42c2c5f19556c218aea3729352738e93.tar drakx-1706d84b42c2c5f19556c218aea3729352738e93.tar.gz drakx-1706d84b42c2c5f19556c218aea3729352738e93.tar.bz2 drakx-1706d84b42c2c5f19556c218aea3729352738e93.tar.xz drakx-1706d84b42c2c5f19556c218aea3729352738e93.zip |
actually enable to resize NILFS2
bit of support was there but code could not be reached
also actually include nilfs-resize for resizing NILFS2
It's only supported online:
"This command is valid only for mounted NILFS2 file systems, and
will fail if the device has no active mounts."
Note that ext3/4 could use the same path but only for growing.
XFS could also share that path...
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r-- | perl-install/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 63ecd698f..bfc10441a 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -2,6 +2,7 @@ - recognize new kernel 5.2 - 5.4 drivers - diskdrake: o add support for F2FS + o enable to resize NILFS2 o enhanced internal doc o make reformating nilfs2 fses to work o support adding partitions to Live ISOs on USB sticks (mga#25224) |