Hello list So I am trying to make bootable,installable,custom iso image of Debian squeeze.. had no luck so far,hope you can help me. This is what I am using atm:
# lb config --ignore-system-defaults --packages-list='standard' --packages='mono-complete postgresql-8.4 firmware-linux-nonfree firmware-realtek debian-installer debian-installer-launcher' --mirror-bootstrap='http://ftp.de.debian.org/debian/' --mirror-binary=' http://ftp.de.debian.org/debian/' --archive-areas='main contrib non-free' --language='en' --cache-packages='false' --bootstrap='cdebootstrap' --bootappend-install='locales=en_US.UTF-8 keyboard-layouts=hr' --cache-stages='none' --architecture='amd64' --debian-installer='live' live-installer/enable=true --distribution='squeeze' --binary-images='iso-hybrid' --hostname='testna' --username='amar' # lb build It makes .iso image which boots fine, it has every package on it I included above but.. there is no install option. Ofcourse there is "GUI install" and "Text install" option in Grub menu but that just installs Debian by standard procedure (ie. it ignores all my stuff from above regarding packages,username etc..) How can this custom .iso also be installable one ? Thank you -- Amar Ćosić amar.co...@gmail.com