Re: [mklivecd-discussion] General Use
Status: Pre-Alpha
Brought to you by:
cblock
|
From: Carsten B. <car...@co...> - 2003-04-24 12:41:16
|
> PARTITION="/dev/hda7" > TARGET="/live" > CDROM="/dev/cdrom" > > /dev/hda2 is mounted to /live and is the file system I want on cd > /dev/hda7 is not mounted by default and is where I want the cd files to be > when created > > while it says install basic system from scratch I checked my mount and it > shows this > > /dev/hda2 on /live type ext2 (ro) > /dev/hda7 on /live type ext2 (rw) Hello Kris, specify either PARTITON or TARGET. If a TARGET is defined, the PARTITION will be ignored. CDROM is unused. Try TARGET="/live" and keep PARTITION unset (###PARTITION="...") Be sure, that TARGET is mounted as ro. Which version of mklivecd you are using ? Best regards Carsten |