ALT Linux Bugzilla
– Attachment 3111 Details for
Bug 18095
Повторное монтирование разделов, указанных в /etc/fstab
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Добавление проверки LABEL= и UUID= в /etc/fstab
mount-hal-fs.patch (text/plain), 871 bytes, created by
serpiph
on 2008-12-04 12:08:15 MSK
(
hide
)
Description:
Добавление проверки LABEL= и UUID= в /etc/fstab
Filename:
MIME Type:
Creator:
serpiph
Created:
2008-12-04 12:08:15 MSK
Size:
871 bytes
patch
obsolete
>--- mount-hal-fs.orig 2008-12-04 12:03:12 +0300 >+++ mount-hal-fs 2008-12-04 11:49:53 +0300 >@@ -45,6 +45,16 @@ > exit > fi > >+ if [ "$IGNORE_FSTAB_ENTRIES" == "yes" ] && [ -n "${HAL_PROP_VOLUME_UUID}" ] && grep -E "^[Uu][Uu][Ii][Dd]=${HAL_PROP_VOLUME_UUID}[[:blank:]]" /etc/fstab >/dev/null; then >+ initlog -n $LOG_NAME -s "$HAL_PROP_BLOCK_DEVICE with UUID=${HAL_PROP_VOLUME_UUID} exist in /etc/fstab, will not be mounted." >+ exit >+ fi >+ >+ if [ "$IGNORE_FSTAB_ENTRIES" == "yes" ] && [ -n "${HAL_PROP_VOLUME_LABEL}" ] && grep -E "^[Uu][Uu][Ii][Dd]=${HAL_PROP_VOLUME_UUID}[[:blank:]]" /etc/fstab >/dev/null; then >+ initlog -n $LOG_NAME -s "$HAL_PROP_BLOCK_DEVICE with LABEL=${HAL_PROP_VOLUME_LABEL} exist in /etc/fstab, will not be mounted." >+ exit >+ fi >+ > OBLIGATORY_MOUNT_OPTIONS="nodev,nosuid,noexec,noatime" > > if [ "$HAL_PROP_INFO_CATEGORY" == "storage" ]; then
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 18095
: 3111