Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 21 years ago
parent
commit
377def97fd
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      package/base/sysfiles/stone_gui_dialog.sh
  2. +2
    -0
      package/base/sysfiles/stone_mod_install.sh

+ 1
- 1
package/base/sysfiles/stone_gui_dialog.sh

@ -152,7 +152,7 @@ gui_input() {
gui_message() {
local headlines="$( echo "$1" | fmt -$gui_dialog_s62 )"
gui_dialog --msgbox "$headlines" \
$(( $( echo "$headlines" | wc -l ) + 4 )) $gui_dialog_s70
$(( $( echo "$headlines" | wc -l ) + 5 )) $gui_dialog_s70
}
# Use: gui_yesno "Text"

+ 2
- 0
package/base/sysfiles/stone_mod_install.sh

@ -226,6 +226,8 @@ EOT
rm -fv ./tmp/stone_postinst.sh
if gui_yesno "Do you want to un-mount the filesystems and reboot now?"
then
cd /
sync
umount -adrv
shutdown -r now
else

Loading…
Cancel
Save