Alvin Oga wrote:
On Thu, 20 Mar 2003, Rob Sims wrote:

wild guess...

isn't /dev missing from both of those examples below ??

Should[can] /dev be backed up?

and i hope mkisofs is smart enough to ignore /var/image/cdromimag1 when its copying /var onto the cdimage to burn

Why not be safe?

other burn cd stuff ( and bootable cd stuff ) http://www.Linux-1U.net/CDRW/

c ya
alvin


mkisofs -r -graft-points         \
        -x /var/image            \
        -o /var/image/cdromimag1 \
        primus/bin=/bin          \
        primus/boot=/boot        \
        primus/etc=/etc          \
        primus/lib=/lib          \
        primus/home=/home        \
        primus/root=/root        \
        primus/sbin=/sbin        \
        primus/usr=/usr          \
        primus/var=/var

Try: mkisofs -r -graft-points \ -x /var/image \ -o /var/image/cdromimag1 \ primus/bin/=/bin \ primus/boot/=/boot \ primus/etc/=/etc \ primus/lib/=/lib \ primus/home/=/home \ primus/root/=/root \ primus/sbin/=/sbin \ primus/usr/=/usr \ primus/var/=/var





--
Rich Price
[EMAIL PROTECTED]
----------------------------------------
Now my own suspicion is that the Universe is not only queerer than we
suppose, but queerer than we can suppose.

J. B. S. Haldane


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Reply via email to