FS#29537 - Can't configure filesystems and mount points on hard disks

Attached to Project: Release Engineering
Opened by erdbeer (erdbeer) - Thursday, 19 April 2012, 14:05 GMT
Last edited by Eric Belanger (Snowman) - Saturday, 25 August 2012, 13:23 GMT
Task Type Bug Report
Category AIF
Status Closed
Assigned To Dieter Plaetinck (Dieter_be)
Architecture All
Severity High
Priority Normal
Reported Version testbuild (specify!)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

(using 2012.04.12_04-00-01 x86_64 netinstall iso)

In the menu "Manually Configure block devices, filesystems and mountpoints", I can't format partitions.
When selecting a partition of /dev/sda and after typing in all settings, the line

sed: -e expression #1, char 16: unterminated 's' command

is shown for a short moment at the bottom of the screen, then disappears and the menu "Manually Configure block devices, filesystems and mountpoints" appears again. Nothing seems to have happened after that. However, when selecting one of the /dev/dm-x (x being 0, 1 or 2), everything works fine.
This task depends upon

Closed by  Eric Belanger (Snowman)
Saturday, 25 August 2012, 13:23 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#29859 
Comment by Vesa Kaihlavirta (vegai) - Monday, 07 May 2012, 19:21 GMT
Also on archlinux-201.05.07_16-10-01-testing-core-x86_64.iso

Looked a bit into it: the sed in question is in script /usr/lib/aif/core/libs/lib-ui-interactive.sh, function interactive_filesystems, around line 700.

sed -i "s#^$part $part_type $part_label.*#$part $part_type $part_label $fs#" $TMP_BLOCKDEVICES

These variables on my run were

$part="/dev/sda1"
$part_type="raw raw"
$part_label="no_label no_label"
$fs="ext4;yes;/boot;no_opts;no_label;no_params"


part_type and _label look a bit wrong

Loading...