FS#25425 - [aif] block device lists includes archiso's /dev/mapper devices
Attached to Project:
Release Engineering
Opened by Dave Reisner (falconindy) - Saturday, 06 August 2011, 16:43 GMT
Last edited by Dieter Plaetinck (Dieter_be) - Wednesday, 17 August 2011, 20:27 GMT
Opened by Dave Reisner (falconindy) - Saturday, 06 August 2011, 16:43 GMT
Last edited by Dieter Plaetinck (Dieter_be) - Wednesday, 17 August 2011, 20:27 GMT
|
Details
During block device configuration, archiso's /dev/mapper
devices are listed as possible options for manual
configuration:
/dev/mapper/lib-modules /dev/mapper/root-image /dev/mapper/usr-share These should be hidden |
This task depends upon
Closed by Dieter Plaetinck (Dieter_be)
Wednesday, 17 August 2011, 20:27 GMT
Reason for closing: Fixed
Wednesday, 17 August 2011, 20:27 GMT
Reason for closing: Fixed
please test with testbuild 2011.08.13 or newer
$ set -s extglob
-bash: set: -s: invalid option
set: usage: set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...]
You meant to use shopt here instead. And why unset? extglobs are useful. You should just enable them at the top of the file.
I prefer to enable non-standard behavior only for the short time I actually need it, that way it's easier to understand unrelated code