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 | |
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')
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/share/list.xml | 2 |
2 files changed, 2 insertions, 1 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 diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index 169a941fd..733ea7154 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -28,7 +28,7 @@ mkfs.btrfs btrfs btrfsck fsck.btrfs btrfstune mkfs.f2fs fsck.f2fs resize.f2fs mkfs.jfs fsck.jfs jfs_tune - mkfs.nilfs2 nilfs-tune + mkfs.nilfs2 nilfs-tune nilfs-resize tty stty <!-- needed for text mode installer (through unicode_start) --> |