[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#490287: No root file system



Frans Pop wrote:
> What menu? Uncommented how, where?

s/menu/manual/g

> The problem here is that some users are using the wrong documentation or 
> preseed examples for the release they are using. The manual is correct.
> 
> Anyway, that wasn't the problem here as Geert was using daily build + 
> alioth manual, so Jon's comment did not really apply.
> 
> Geert's problem was much more basic: not adjusting his preseed file to his 
> actual system. He left the example value of /dev/sda while installing a 
> system with /dev/hda...

    - auto.d/initial_auto: If partman-auto/method is preseeded and
      partman-auto/disk is not but there is only one disk, act as though
      partman-auto/disk had been preseeded to that disk. This simplifies a
      number of preseeding scenarios complicated by the removal of devfs
      path support.

That change was made post-etch.

So, this will make it work w/o modification for users with 1 disk (and it
will prompt > 1):

Index: preseed.xml
===================================================================
--- preseed.xml	(revision 54089)
+++ preseed.xml	(working copy)
@@ -925,10 +925,8 @@
 # Alternatively, you can specify a disk to partition. The device name must
 # be given in traditional non-devfs format.
 # For example, to use the first SCSI/SATA hard disk:
-d-i partman-auto/disk string /dev/sda
-# Note: If you want to use whatever disk is available, no matter
-# what its device name, comment the line above out. This will only work if
-# the system only has one disk.
+# Note: A disk must be specified, unless the system has only one disk.
+#d-i partman-auto/disk string /dev/sda
 # In addition, you'll need to specify the method to use.
 # The presently available methods are: "regular", "lvm" and "crypto"
 d-i partman-auto/method string lvm

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


Reply to: