I made a little remaster yesterday, and it all worked quite well. When I tried it again from the same install, it just didn't work. I made sure I have enough diskspace, and I have draklive-install on my hard drive.
[hallvor@localhost ~]$ su
Password:
[root@localhost hallvor]# umount -a
umount: /: device is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
[root@localhost hallvor]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 29G 2.4G 25G 9% /
[root@localhost hallvor]# mylivecd test.iso
bash: mylivecd: command not found
[root@localhost hallvor]#
If I run locate mylivecd, I get this:
[root@localhost hallvor]# locate mylivecd
/usr/sbin/mylivecd
/usr/share/mylivecd
/usr/share/mylivecd/gfxboot.cfg
/usr/share/mylivecd/halt.local
/usr/share/mylivecd/linuxrc
/usr/share/mylivecd/rc.sysinit
I did then try to run mylivecd directly from its path, but failed:
[root@localhost hallvor]# /usr/sbin/mylivecd --verbose test.iso
mylivecd, version 0.9.3, http://pclinuxos.com/
Copyright (C) 2010, Texstar <texstar at gmail.com>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
Disabling Services not needed on the LiveCD
running: /sbin/chkconfig --list
running: chkconfig --del atd
program not found: chkconfig
running: /sbin/chkconfig --list
running: chkconfig --del crond
program not found: chkconfig
running: /sbin/chkconfig --list
running: chkconfig --del syslog
program not found: chkconfig
running: /sbin/chkconfig --list
running: chkconfig --del kheader
program not found: chkconfig
running: /sbin/chkconfig --list
running: chkconfig --del xinetd
program not found: chkconfig
Creating initrd: [ 92.31% 00:00:09/00:00:09]DIE(depmod -a --basedir /tmp/mylivecd.4146/initrd.dir 2.6.33.7-pclos6.bfs) ...
FATAL: Execution of '(depmod -a --basedir /tmp/mylivecd.4146/initrd.dir 2.6.33.7-pclos6.bfs) 2>/dev/null' failed
Any ideas?