Bug 24337

Summary: Хук init5-gdm-autologin: exit выходит с кодом 1 из-за отсутствия gdm
Product: Sisyphus Reporter: Lenar Shakirov <shakirov>
Component: mkimage-profiles-desktopAssignee: Anton V. Boyarshinov <boyarsh>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: mike, radyus
Version: unstable   
Hardware: all   
OS: Linux   
URL: http://git.altlinux.org/people/boyarsh/packages/mkimage-profiles-desktop.git?p=mkimage-profiles-desktop.git;a=blob;f=profiles/live/image-scripts.d/init5-gdm-autologin;h=5256374e6020bb4c26ed2de124b4ee4eaa3d8cef;hb=HEAD#l33

Description Lenar Shakirov 2010-10-16 17:07:50 MSD
Строчка №33:
[ -f /etc/X11/gdm/custom.conf ] || exit
exit выходит с кодом 1 и хук init5-gdm-autologin отваливается, обламывая сборку, если собираемся без gdm

заменить на:
[ -f /etc/X11/gdm/custom.conf ] || exit 0
Comment 1 Michael Shigorin 2010-11-09 15:30:32 MSK
Антон, втяни у меня master.
Comment 2 Lenar Shakirov 2011-02-15 14:51:32 MSK
Исправлено