chcę zrobić własne wersje LiveCD i LiveUSB z Debianem.
Pierwsze próby:
Kod: Zaznacz cały
debian:/home/rancherr/Desktop/MGR/liveCD# lh_build
Chcę dorzucić do systemu Gnome oraz dostosować go po prostu do swoich potrzeb i tu zaczyna się problem:
Kod: Zaznacz cały
rancherr@debian:~/Desktop/liveCD$ lh_clean --binary
rancherr@debian:~/Desktop/liveCD$ lh_config -p gnome
rancherr@debian:~/Desktop/liveCD$ ls -l
total 8
drwxr-xr-x 22 rancherr rancherr 4096 2009-04-19 10:03 config
drwxr-xr-x 2 rancherr rancherr 4096 2009-04-19 10:03 scripts
rancherr@debian:~/Desktop/liveCD$
Kod: Zaznacz cały
debian:/home/rancherr/Desktop/liveCD# lh_build
P: Setting up cleanup function
P: Begin caching bootstrap stage...
P: Begin bootstrapping system...
W: skipping bootstrap
P: Begin caching bootstrap stage...
W: skipping bootstrap_cache.save
P: Begin unmounting filesystems...
P: Setting up cleanup function
P: Begin caching chroot stage...
P: Begin mounting /dev/pts...
W: skipping chroot_devpts
P: Begin mounting /proc...
W: skipping chroot_proc
P: Begin mounting /sys...
W: skipping chroot_sysfs
P: Configuring file /etc/debian_chroot
/usr/bin/lh_chroot_debianchroot: line 49: chroot/etc/debian_chroot: No such file or directory
P: Begin unmounting filesystems...
debian:/home/rancherr/Desktop/MGR/liveCD#
Kod: Zaznacz cały
debian:/home/rancherr/Desktop/liveCD# lh_chroot_debianchroot remove
P: Deconfiguring file /etc/debian_chroot
debian:/home/rancherr/Desktop/liveCD#
Dziękuję.