ALT Linux Bugzilla
– Attachment 2443 Details for
Bug 14590
исключения устройств в evms.conf, позволяющие установку с флешки
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Решение проблемы.
installer-0.4-mak.patch (text/plain), 585 bytes, created by
Michael A. Kangin
on 2008-02-20 19:43:32 MSK
(
hide
)
Description:
Решение проблемы.
Filename:
MIME Type:
Creator:
Michael A. Kangin
Created:
2008-02-20 19:43:32 MSK
Size:
585 bytes
patch
obsolete
>diff -urN installer-0.4.orig/initinstall.d/10-disk.sh installer-0.4/initinstall.d/10-disk.sh >--- installer-0.4.orig/initinstall.d/10-disk.sh 2008-02-19 10:23:42 +0300 >+++ installer-0.4/initinstall.d/10-disk.sh 2008-02-20 18:20:15 +0300 >@@ -10,7 +10,7 @@ > dummy= > while read dev mpoint fstype opts dummy; do > [ "$mpoint" = '/' -o "$mpoint" = "$image_dir" ] || continue >- [ -n "${dev%%/dev/*}" ] || exclude="$exclude ${dev##*/}*" >+ [ -n "${dev%%/dev/*}" ] || exclude="$exclude `echo ${dev##*/}|/bin/sed -re 's/[0-9]+$/*/'`" > done < /proc/mounts > > for n in /proc/ide/hd*/media
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 14590
: 2443