Fix cleaning initrd.

master
parent 01adbc492b
commit f2539138d5

@ -15,6 +15,7 @@ CHANGE LOG
* Add removing network from boot runlevel after emerge openrc.
* Fix hal profile of setting keyboards.
* Add support install and build new distributive Calculate Linux Scratch KDE (CLSK).
* Fix cleaning initrd.
1.2.3
* Использование Calculate Overlay для профилей сборки системы

@ -6464,7 +6464,10 @@ sub initrd_clean{
if(!$mod_run{$underline} && !$mod_run{$dash} &&
$1 ne 'squashfs' &&
$1 ne 'zlib_inflate' &&
$1 ne 'aufs' &&
$1 ne 'exportfs' &&
$1 ne 'unionfs'
){
`rm $_`;

Loading…
Cancel
Save