[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#694582: installation report Beta-4



On Wed, 28 Nov 2012 12:43:49 +0000
Brian Potkin <claremont102@gmail.com> wrote:

> 1. Before or just after configuring the keyboard get a terminal with
>    ALT F2.
> 
> 2. Then
> 
> 	nano /bin/mountmedia/
> 
> 3. Find
> 
>         PARTITION_TYPE="$(blkid -p -s PART_ENTRY_TYPE $1 | cut -d ' '
> -f 2 | cut -d \" -f 2)"
> 
>         if [ "$PARTITION_TYPE" != "0x5" ] && [ "$PARTITION_TYPE" !=
> "0xf" ]; then mount $1 -tauto $MNT || true
>                 umount $MNT || true
>                 mount $1 -tauto $MNT
>                 media_mounted && checkcontents $MNT
>         fi
> 
> and reduce it to
> 
>                 mount $1 -tauto $MNT || true
>                 umount $MNT || true
>                 mount $1 -tauto $MNT
>                 media_mounted && checkcontents $MNT
> 
> 4. Save and continue with the installation.
> 
> How does the detection of firmware turn out now?

Perfect!

Thanks,
  Herbert

-- 


Reply to: