BTS

Message1433

Author gebi
Recipients gebi, mika
Date 2008-08-22.15:23:45
Content
here grml-debootstrap confuses the configuration of the running system with the 
target.
it only produces a bootable system if the target system is compatibel with the 
source system.

running system:
   /dev/hda (something else)
   /dev/hdb (grml-debootstrap on)
target system:
   /dev/hda (root, installed from the running system where it is /dev/hdb)

grml-debootstrap --target /dev/hdb1 --grub /dev/hda --groot hd0,0 ...
the problem is, that /dev/hdb1 got the root device in the target system which 
should be hda1.
History
Date User Action Args
2008-08-22 15:23:45gebisetrecipients: + gebi, mika
2008-08-22 15:23:45gebisetmessageid: <1219418625.07.0.568198666606.issue510@bts.grml.org>
2008-08-22 15:23:45gebilinkissue510 messages
2008-08-22 15:23:45gebicreate