Comment 4 for bug 42994

Revision history for this message
Aleksander Morgado (aleksander-m) wrote : Re: [Bug 42994] Re: No option to change an existing partition filesystem to ReiserFS in the new Espresso installer

 I found this lines in
"ubiquity/d-i/source/partman-reiserfs/commit.d/format_reiserfs":

        status=failed
# libreiserfs has not yet been packaged as udeb so the following will fail
         name_progress_bar $template
         open_dialog CREATE_FILE_SYSTEM $id reiserfs
         read_line status
         close_dialog
        sync
        if [ "$status" != OK ]; then
....

Could it be that as the formatting of reiserfs partitions is still not
supported in this version (I have checked 0.99.74 source code) the combo
box does not show the ReiserFS option?

Colin Watson escribió:
> Jonathan, I figure this one's yours.
>
> ** Changed in: ubiquity (Ubuntu)
> Sourcepackagename: ubiquity => qtparted
> Status: Needs Info => Unconfirmed
>
>