apt-get install live-helper qemu
Выполняем команды:
lh_clean --binary
lh_config -b usb-hdd -p gnome
# lh_config --apt aptitude --binary-images --hostname live-machine --username sergey
lh_config --bootappend-live "locale=ru_RU.UTF-8"
lh_config --checksums disabled
lh_config --interactive shell
# lh_config --apt aptitude --binary-images --hostname live-machine --username sergey -b usb-hdd -p gnome --bootappend-live "locale=ru_RU.UTF-8" --checksums disabled --interactive shell
lh_build
Ожидаем возврата в командную строку и устанавливаем в шелл нужные нам пакеты, например:
apt-get install mc gparted ssh dialog xdialog
logout
qemu -hda binary.img
dd if=binary.img of=/dev/sdb
Комментариев нет:
Отправить комментарий