Hello,

I just found an bug in setup-storage, while trying to resize a ntfs-partition with ntfsresize:

ntfsresize -s 268432012800/dev/sda2

is called by setup-storage but there is a blank missing before /dev/sda2

I just added it in usr/share/setup-storage/Commands.pm of the nfsroot in line 1094:

&FAI::push_command( "yes | ntfsresize -s " . $part->{size}->{eff_size} ." ".

Thanks for your work

Sven



Antwort per Email an