<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>21189</bug_id>
          
          <creation_ts>2009-08-22 17:37:10 +0400</creation_ts>
          <short_desc>Не работает авторазбивка на маленьких дисках</short_desc>
          <delta_ts>2011-10-07 12:54:01 +0400</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>installer-distro-desktop-stage2</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://git.altlinux.org/people/raorn/packages/?p=installer-desktop.git;a=commitdiff;h=e07282b55f2b9e587db3dcb86073a99119b36648</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P1</priority>
          <bug_severity>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Sir Raorn">raorn</reporter>
          <assigned_to name="Anton V. Boyarshinov">boyarsh</assigned_to>
          <cc>cas</cc>
    
    <cc>dd1email</cc>
    
    <cc>mike</cc>
    
    <cc>vx8400</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>97093</commentid>
    <comment_count>0</comment_count>
    <who name="Sir Raorn">raorn</who>
    <bug_when>2009-08-22 17:37:10 +0400</bug_when>
    <thetext>Пробовал в qemu, образы диска 4G и 8G не работают.  Заработало на 12G.  Памяти виртмашине дал 512M.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>97109</commentid>
    <comment_count>1</comment_count>
    <who name="Sir Raorn">raorn</who>
    <bug_when>2009-08-23 00:56:07 +0400</bug_when>
    <thetext>Там синтаксические ошибки в скрипте генерации профиля авторазбивки.  Фикс у меня в гите.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>102287</commentid>
    <comment_count>2</comment_count>
    <who name="vx8400">vx8400</who>
    <bug_when>2009-10-28 18:30:45 +0300</bug_when>
    <thetext>Ошибка воспроизводится c altlinux-5.0.0-school-lite-i586-ru-install-cd.iso

При установке в qemu (-m 192, пустой образ диска = 8192M) на 
шаге инсталлятора 4/14 после &quot;использовать неразмеченное пр-во&quot; 
или &quot;удалить все и создать разделы автоматически&quot; выдается ошибка &quot;недостаточно места&quot;.

Установленный дистрибутив занимает на &quot;/&quot; (единственный раздел) ~3.5G, с большим запасом. 

Для school-lite это критично, так как с большой вероятностью будет ставиться на машины с диском &lt;~10G.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>126060</commentid>
    <comment_count>3</comment_count>
    <who name="Michael Shigorin">mike</who>
    <bug_when>2011-10-07 12:54:01 +0400</bug_when>
    <thetext>У boyarsh@ это было поправлено коммитом 2b5b13a6f0905a22fccb7d4fc11050cfd064df81:

-if [ &quot;$max_disk&quot; -le 20000000 &amp;&amp; &quot;$pkg_size&quot; -le 2000000000 ] ; then
+if [ &quot;$max_disk&quot; -le 20000000 ] &amp;&amp; [ &quot;$pkg_size&quot; -le 2000000000 ] ; then

хотя у тебя ровнее:

-if [ &quot;$max_disk&quot; -le 20000000 &amp;&amp; &quot;$pkg_size&quot; -le 2000000000 ] ; then
+if [ &quot;$max_disk&quot; -le 20000000 -a &quot;$pkg_size&quot; -le 2000000000 ] ; then

See also: bug #25928</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>