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/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/install/NEWS')
-rw-r--r-- | perl-install/install/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index da7754c4b..10124562b 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,6 +1,7 @@ - adjust debug build to current python - partitioning: o enable to install on F2FS formated partitions + o enable to resize NILFS2 o enable to resize XFS during install - recognize new kernel 5.5 drivers |