SSD questions

Sepherosa Ziehau sepherosa at gmail.com
Sun Mar 29 18:17:42 PDT 2015


On Sun, Mar 29, 2015 at 11:52 PM, Tim Darby <t+dfbsd at timdarby.net> wrote:
> Can I make rc do this by modifying df_swap1_start() in rc.d/swap1:
>
> -swapon -a && return ${RC_CONFIGURED}
> +swapon -ae && return ${RC_CONFIGURED}

The worst part of the problem is that -e assumes disk name 'daX', so
the uuid will not work properly.  We need to find a way to map uuid to
disk name 'daX' to make -e work.

Thanks,
sephe

-- 
Tomorrow Will Never Die



More information about the Users mailing list