...
 
Commits (13)
# config/binary - options for live-build(7), binary stage
# $LB_BINARY_FILESYSTEM: set image filesystem
# (Default: fat32)
LB_BINARY_FILESYSTEM="fat32"
# $LB_APT_INDICES: set apt/aptitude generic indices
# (Default: true)
LB_APT_INDICES="true"
# $LB_BOOTAPPEND_LIVE: set boot parameters
# (Default: empty)
LB_BOOTAPPEND_LIVE="boot=live components quiet "
# $LB_BOOTAPPEND_INSTALL: set boot parameters
# (Default: empty)
LB_BOOTAPPEND_INSTALL=""
# $LB_BOOTAPPEND_LIVE_FAILSAFE: set boot parameters
# (Default: empty)
LB_BOOTAPPEND_LIVE_FAILSAFE="boot=live components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal"
# $LB_BOOTLOADERS: set bootloaders
# (Default: grub-pc)
LB_BOOTLOADERS="syslinux,grub-efi"
# $LB_CHECKSUMS: set checksums
# (Default: md5)
LB_CHECKSUMS="md5"
# $LB_COMPRESSION: set compression
# (Default: none)
LB_COMPRESSION="gzip"
# $LB_ZSYNC: set zsync
# (Default: false)
LB_ZSYNC="false"
# ${LB_BUILD_WITH_CHROOT: control if we build binary images chrooted
# (Default: true)
# DO NEVER, *NEVER*, *N*E*V*E*R* SET THIS OPTION to false.
LB_BUILD_WITH_CHROOT="true"
# $LB_DEBIAN_INSTALLER: set debian-installer
# (Default: true)
LB_DEBIAN_INSTALLER="false"
# $LB_DEBIAN_INSTALLER_DISTRIBUTION: set debian-installer suite
# (Default: empty)
#LB_DEBIAN_INSTALLER_DISTRIBUTION="svastik"
# $LB_DEBIAN_INSTALLER_PRESEEDFILE: set debian-installer preseed filename/url
# (Default: )
#LB_DEBIAN_INSTALLER_PRESEEDFILE=""
# $LB_DEBIAN_INSTALLER_GUI: toggle use of GUI debian-installer
# (Default: true)
LB_DEBIAN_INSTALLER_GUI="false"
# $LB_GRUB_SPLASH: set custom grub splash
# (Default: empty)
LB_GRUB_SPLASH=""
# $LB_HDD_LABEL: set hdd label
# (Default: DEBIAN_LIVE)
LB_HDD_LABEL="HAMARA_LINUX_LIVE"
# $LB_HDD_SIZE: set hdd filesystem size
# (Default: auto)
LB_HDD_SIZE="auto"
# $LB_HDD_PARTITION_START: set start of partition for the hdd target for BIOSes that expect a specific boot partition start (e.g. "63s"). If empty, use optimal layout.
# (Default: )
LB_HDD_PARTITION_START=""
# $LB_ISO_APPLICATION: set iso author
# (Default: Debian Live)
LB_ISO_APPLICATION="Hamara Linux Live"
# $LB_ISO_PREPARER: set iso preparer
# (Default: live-build 1:20161216; http://live-systems.org/devel/live-build)
LB_ISO_PREPARER="live-build 1:20161216; http://live-systems.org/devel/live-build"
# $LB_ISO_PUBLISHER: set iso publisher
# (Default: Live Systems project; http://live-systems.org/; debian-live@lists.debian.org)
LB_ISO_PUBLISHER="Live Systems project; http://live-systems.org/; debian-live@lists.debian.org"
# $LB_ISO_VOLUME: set iso volume (max 32 chars)
# (Default: Debian stretch 20170104-14:07)
LB_ISO_VOLUME="Hamara Linux svastik"
# $LB_JFFS2_ERASEBLOCK: set jffs2 eraseblock size
# (Default: unset)
LB_JFFS2_ERASEBLOCK=""
# $LB_MEMTEST: set memtest
# (Default: none)
LB_MEMTEST=""
# $LB_LOADLIN: set loadlin
# (Default: false)
LB_LOADLIN="false"
# $LB_WIN32_LOADER: set win32-loader
# (Default: false)
LB_WIN32_LOADER="false"
# $LB_NET_ROOT_FILESYSTEM: set netboot filesystem
# (Default: nfs)
LB_NET_ROOT_FILESYSTEM="nfs"
# $LB_NET_ROOT_MOUNTOPTIONS: set nfsopts
# (Default: empty)
LB_NET_ROOT_MOUNTOPTIONS=""
# $LB_NET_ROOT_PATH: set netboot server directory
# (Default: /srv/debian-live)
LB_NET_ROOT_PATH="/srv/debian-live"
# $LB_NET_ROOT_SERVER: set netboot server address
# (Default: 192.168.1.1)
LB_NET_ROOT_SERVER="192.168.1.1"
# $LB_NET_COW_FILESYSTEM: set net client cow filesystem
# (Default: nfs)
LB_NET_COW_FILESYSTEM="nfs"
# $LB_NET_COW_MOUNTOPTIONS: set cow mount options
# (Default: empty)
LB_NET_COW_MOUNTOPTIONS=""
# $LB_NET_COW_PATH: set cow directory
# (Default: )
LB_NET_COW_PATH=""
# $LB_NET_COW_SERVER: set cow server
# (Default: )
LB_NET_COW_SERVER=""
# $LB_NET_TARBALL: set net tarball
# (Default: true)
LB_NET_TARBALL="true"
# $LB_FIRMWARE_BINARY: include firmware packages in debian-installer
# (Default: true)
LB_FIRMWARE_BINARY="false"
# $LB_FIRMWARE_CHROOT: include firmware packages in debian-installer
# (Default: true)
LB_FIRMWARE_CHROOT="false"
# $LB_SWAP_FILE_PATH: set swap file path
# (Default: )
LB_SWAP_FILE_PATH=""
# $LB_SWAP_FILE_SIZE: set swap file size
# (Default: 512)
LB_SWAP_FILE_SIZE="512"
# config/bootstrap - options for live-build(7), bootstrap stage
# $LB_DISTRIBUTION: select distribution to use
# (Default: namaste)
LB_DISTRIBUTION="svastik"
# $LB_PARENT_DISTRIBUTION: select parent distribution to use
# (Default: namaste)
LB_PARENT_DISTRIBUTION="svastik"
# $LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION: select parent distribution for debian-installer to use
# (Default: namaste)
#LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="svastik"
# $LB_PARENT_MIRROR_BOOTSTRAP: set parent mirror to bootstrap from
# (Default: http://in.devel.hamaralinux.org/)
LB_PARENT_MIRROR_BOOTSTRAP="http://in.devel.hamaralinux.org/"
# $LB_PARENT_MIRROR_CHROOT: set parent mirror to fetch packages from
# (Default: http://in.devel.hamaralinux.org/)
LB_PARENT_MIRROR_CHROOT="http://in.devel.hamaralinux.org/"
# $LB_PARENT_MIRROR_CHROOT_SECURITY: set security parent mirror to fetch packages from
# (Default: http://security.debian.org/)
LB_PARENT_MIRROR_CHROOT_SECURITY="http://security.debian.org/"
# $LB_PARENT_MIRROR_BINARY: set parent mirror which ends up in the image
# (Default: http://in.devel.hamaralinux.org/)
LB_PARENT_MIRROR_BINARY="http://in.devel.hamaralinux.org/"
# $LB_PARENT_MIRROR_BINARY_SECURITY: set security parent mirror which ends up in the image
# (Default: http://in.devel.hamaralinux.org/)
LB_PARENT_MIRROR_BINARY_SECURITY="http://in.devel.hamaralinux.org/"
# $LB_PARENT_MIRROR_DEBIAN_INSTALLER: set debian-installer parent mirror
# (Default: http://in.devel.hamaralinux.org/)
#LB_PARENT_MIRROR_DEBIAN_INSTALLER="http://in.devel.hamaralinux.org/"
# $LB_MIRROR_BOOTSTRAP: set mirror to bootstrap from
# (Default: http://in.devel.hamaralinux.org/)
LB_MIRROR_BOOTSTRAP="http://in.devel.hamaralinux.org/"
# $LB_MIRROR_CHROOT: set mirror to fetch packages from
# (Default: http://in.devel.hamaralinux.org/)
LB_MIRROR_CHROOT="http://in.devel.hamaralinux.org/"
# $LB_MIRROR_CHROOT_SECURITY: set security mirror to fetch packages from
# (Default: http://security.debian.org/)
LB_MIRROR_CHROOT_SECURITY="http://security.debian.org/"
# $LB_MIRROR_BINARY: set mirror which ends up in the image
# (Default: http://in.devel.hamaralinux.org/)
LB_MIRROR_BINARY="http://in.devel.hamaralinux.org/"
# $LB_MIRROR_BINARY_SECURITY: set security mirror which ends up in the image
# (Default: http://security.debian.org/)
LB_MIRROR_BINARY_SECURITY="http://security.debian.org/"
# $LB_MIRROR_DEBIAN_INSTALLER: set debian-installer mirror
# (Default: http://in.devel.hamaralinux.org/)
#LB_MIRROR_DEBIAN_INSTALLER="http://in.devel.hamaralinux.org/"
# $LB_BOOTSTRAP_QEMU_ARCHITECTURES: architectures to use foreign bootstrap
# (Default: )
LB_BOOTSTRAP_QEMU_ARCHITECTURES=""
# $LB_BOOTSTRAP_QEMU_EXCLUDE: packages to exclude during foreign bootstrap
# (Default: )
LB_BOOTSTRAP_QEMU_EXCLUDE=""
# $LB_BOOTSTRAP_QEMU_STATIC: static qemu binary for foreign bootstrap
# (Default: )
LB_BOOTSTRAP_QEMU_STATIC=""
[Image]
Architecture: amd64
Archive-Areas: main
Distribution: svastik
Mirror-Bootstrap: http://in.devel.hamaralinux.org/
[FIXME]
Configuration-Version: 1:20161216
Name: hamara-svastik-live
Type: iso-hybrid
# config/chroot - options for live-build(7), chroot stage
# $LB_CHROOT_FILESYSTEM: set chroot filesystem
# (Default: squashfs)
LB_CHROOT_FILESYSTEM="squashfs"
# $LB_UNION_FILESYSTEM: set union filesystem
# (Default: overlay)
LB_UNION_FILESYSTEM="overlay"
# $LB_INTERACTIVE: set interactive build
# (Default: false)
LB_INTERACTIVE="false"
# $LB_KEYRING_PACKAGES: set keyring packages
# (Default: empty)
LB_KEYRING_PACKAGES="hamara-keyring"
# $LB_LINUX_FLAVOURS: set kernel flavour to use
# (Default: autodetected)
LB_LINUX_FLAVOURS="amd64"
# $LB_LINUX_PACKAGES: set kernel packages to use
# (Default: autodetected)
LB_LINUX_PACKAGES="linux-image"
# $LB_SECURITY: enable security updates
# (Default: false)
LB_SECURITY="false"
# $LB_UPDATES: enable updates updates
# (Default: false)
LB_UPDATES="false"
# $LB_BACKPORTS: enable backports updates
# (Default: false)
LB_BACKPORTS="false"
# config/common - common options for live-build(7)
# $LB_APT: set package manager
# (Default: apt)
LB_APT="apt"
# $LB_APT_FTP_PROXY: set apt/aptitude ftp proxy
# (Default: autodetected or empty)
LB_APT_FTP_PROXY=""
# $LB_APT_HTTP_PROXY: set apt/aptitude http proxy
# (Default: autodetected or empty)
LB_APT_HTTP_PROXY=""
# $LB_APT_PIPELINE: set apt/aptitude pipeline depth
# (Default: )
LB_APT_PIPELINE=""
# $LB_APT_RECOMMENDS: set apt/aptitude recommends
# (Default: true)
LB_APT_RECOMMENDS="true"
# $LB_APT_SECURE: set apt/aptitude security
# (Default: true)
LB_APT_SECURE="true"
# $LB_APT_SOURCE_ARCHIVES: set apt/aptitude source entries in sources.list
# (Default: true)
LB_APT_SOURCE_ARCHIVES="false"
# $LB_CACHE: control cache
# (Default: true)
LB_CACHE="true"
# $LB_CACHE_INDICES: control if downloaded package indices should be cached
# (Default: false)
LB_CACHE_INDICES="false"
# $LB_CACHE_PACKAGES: control if downloaded packages files should be cached
# (Default: true)
LB_CACHE_PACKAGES="true"
# $LB_CACHE_STAGES: control if completed stages should be cached
# (Default: bootstrap)
LB_CACHE_STAGES="bootstrap"
# $LB_DEBCONF_FRONTEND: set debconf(1) frontend to use
# (Default: noninteractive)
LB_DEBCONF_FRONTEND="noninteractive"
# $LB_DEBCONF_PRIORITY: set debconf(1) priority to use
# (Default: critical)
LB_DEBCONF_PRIORITY="critical"
# $LB_INITRAMFS: set initramfs hook
# (Default: live-boot)
LB_INITRAMFS="live-boot"
# $LB_INITRAMFS_COMPRESSION: set initramfs compression
# (Default: gzip)
LB_INITRAMFS_COMPRESSION="gzip"
# $LB_INITSYSTEM: set init system
# (Default: systemd)
LB_INITSYSTEM="systemd"
# $LB_FDISK: set fdisk program
# (Default: autodetected)
LB_FDISK="fdisk"
# $LB_LOSETUP: set losetup program
# (Default: autodetected)
LB_LOSETUP="losetup"
# $LB_MODE: set distribution mode
# (Default: debian)
LB_MODE="debian"
# $LB_SYSTEM: set system type
# (Default: live)
LB_SYSTEM="live"
# $LB_TASKSEL: set tasksel program
# (Default: apt)
LB_TASKSEL="apt"
# live-build options
# $_BREAKPOINTS: enable breakpoints
# (Default: false)
#_BREAKPOINTS="false"
# $_DEBUG: enable debug
# (Default: false)
#_DEBUG="false"
# $_COLOR: enable color
# (Default: false)
#_COLOR="false"
# $_FORCE: enable force
# (Default: false)
#_FORCE="false"
# $_QUIET: enable quiet
# (Default: false)
_QUIET="false"
# $_VERBOSE: enable verbose
# (Default: false)
#_VERBOSE="false"
# Internal stuff (FIXME)
APT_OPTIONS="--yes"
APTITUDE_OPTIONS="--assume-yes"
DEBOOTSTRAP_OPTIONS="--no-check-gpg"
DEBOOTSTRAP_SCRIPT=""
GZIP_OPTIONS="-6 --rsyncable"
ISOHYBRID_OPTIONS=""
/usr/share/live/build/hooks/live/0010-disable-kexec-tools.hook.chroot
\ No newline at end of file
/usr/share/live/build/hooks/live/0050-disable-sysvinit-tmpfs.hook.chroot
\ No newline at end of file
#!/bin/sh
set -e
glib-compile-schemas /usr/share/glib-2.0/schemas/
#!/bin/sh
set -e
#set hamara-wallpaper
gsettings set org.gnome.desktop.background picture-uri "file:///usr/share/backgrounds/hamara/yehaihamara.png"
#set theme to hamara
plymouth-set-default-theme hamara
#update initramfs
update-initramfs -u
#!/bin/sh
#Remove Desktop Icons for Xterm and uxterm from menu
rm -f /usr/share/applications/debian-uxterm.desktop
rm -f /usr/share/applications/debian-xterm.desktop
#Removing entry for root-terminal
rm -f /usr/share/applications/gksu.desktop
#Remove calamares desktop file
rm -f /usr/share/applications/calamares.desktop
#Remove bluetooth adapters desktop file
rm -f /usr/share/applications/bluetooth-adapters.desktop
#Remove gtkhash desktop file
rm -f /usr/share/applications/gtkhash.desktop
#!/bin/bash
#install hamara Svastik repositories
echo "#Hamara Svastik repositories" > /etc/apt/sources.list
echo "deb http://in.devel.hamaralinux.org svastik main" >> /etc/apt/sources.list
echo "deb-src http://in.devel.hamaralinux.org svastik main" >> /etc/apt/sources.list
echo "deb http://security.debian.org/debian-security testing-security main" >> /etc/apt/sources.list
apt update
#!/bin/bash
#adduser --disabled-password hamara
echo $SHELL
echo $USER
#cp /etc/skel/.bashrc /home/hamara/.bashrc
/usr/share/live/build/hooks/normal/0020-create-mtab-symlink.hook.chroot
\ No newline at end of file
/usr/share/live/build/hooks/normal/0030-enable-cryptsetup.hook.chroot
\ No newline at end of file
/usr/share/live/build/hooks/normal/0040-create-locales-files.hook.chroot
\ No newline at end of file
/usr/share/live/build/hooks/normal/0100-remove-adjtime-configuration.hook.chroot
\ No newline at end of file
/usr/share/live/build/hooks/normal/0110-remove-backup-files.hook.chroot
\ No newline at end of file
/usr/share/live/build/hooks/normal/0120-remove-dbus-machine-id.hook.chroot
\ No newline at end of file
/usr/share/live/build/hooks/normal/0130-remove-gnome-icon-cache.hook.chroot
\ No newline at end of file
/usr/share/live/build/hooks/normal/0140-remove-log-files.hook.chroot
\ No newline at end of file
/usr/share/live/build/hooks/normal/0150-remove-mdadm-configuration.hook.chroot
\ No newline at end of file
/usr/share/live/build/hooks/normal/0160-remove-openssh-server-host-keys.hook.chroot
\ No newline at end of file
/usr/share/live/build/hooks/normal/0170-remove-python-py.hook.chroot
\ No newline at end of file
/usr/share/live/build/hooks/normal/0180-remove-systemd-machine-id.hook.chroot
\ No newline at end of file
/usr/share/live/build/hooks/normal/0190-remove-temporary-files.hook.chroot
\ No newline at end of file
/usr/share/live/build/hooks/normal/0195-remove-ssl-cert-snakeoil.hook.chroot
\ No newline at end of file
/usr/share/live/build/hooks/normal/0200-remove-udev-persistent-cd-rules.hook.chroot
\ No newline at end of file
/usr/share/live/build/hooks/normal/0300-remove-udev-persistent-net-rules.hook.chroot
\ No newline at end of file
/usr/share/live/build/hooks/normal/0400-update-apt-file-cache.hook.chroot
\ No newline at end of file
/usr/share/live/build/hooks/normal/0410-update-apt-xapian-index.hook.chroot
\ No newline at end of file
/usr/share/live/build/hooks/normal/0420-update-glx-alternative.hook.chroot
\ No newline at end of file
/usr/share/live/build/hooks/normal/0430-update-mlocate-database.hook.chroot
\ No newline at end of file
/usr/share/live/build/hooks/normal/0440-update-nvidia-alternative.hook.chroot
\ No newline at end of file
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options
HISTCONTROL=ignoreboth
# append to the history file, don't overwrite it
shopt -s histappend
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=1000
HISTFILESIZE=2000
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize
# If set, the pattern "**" used in a pathname expansion context will
# match all files and zero or more directories and subdirectories.
#shopt -s globstar
# make less more friendly for non-text input files, see lesspipe(1)
#[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then
debian_chroot=$(cat /etc/debian_chroot)
fi
# Enabling color support of ls and add handy aliases
if [ -x /usr/bin/dircolors ]; then
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
alias ls='ls --color=auto'
alias dir='dir --color=auto'
alias vdir='vdir --color=auto'
alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'
fi
# some more ls aliases
alias ll='ls -lF'
alias la='ls -A'
alias l='ls -CF'
# Add an "alert" alias for long running commands. Use like so:
# sleep 10; alert
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if ! shopt -oq posix; then
if [ -f /usr/share/bash-completion/bash_completion ]; then
. /usr/share/bash-completion/bash_completion
elif [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
fi
# uncomment for a colored prompt, if the terminal has the capability; turned
# off by default to not distract the user: the focus in a terminal window
# should be on the output of commands, not on the prompt
force_color_prompt=yes
if [ -n "$force_color_prompt" ]; then
if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
# We have color support; assume it's compliant with Ecma-48
# (ISO/IEC-6429). (Lack of such support is extremely rare, and such
# a case would tend to support setf rather than setaf.)
color_prompt=yes
else
color_prompt=
fi
fi
if [ "$color_prompt" = yes ]; then
PS1="\[\033[0;31m\]\342\224\214\342\224\200\$([[ \$? != 0 ]] && echo \"[\[\033[0;31m\]\342\234\227\[\033[0;37m\]]\342\224\200\")[$(if [[ ${EUID} == 0 ]]; then echo '\[\033[01;31m\]root\[\033[01;32m\]@\[\033[01;96m\]\h'; else echo '\[\033[0;39m\]\u\[\033[01;32m\]@\[\033[01;96m\]\h'; fi)\[\033[0;31m\]]\342\224\200[\[\033[0;32m\]\w\[\033[0;31m\]]\n\[\033[0;31m\]\342\224\224\342\224\200\342\224\200\342\225\274 \[\033[0m\]\[\e[01;33m\]\\$\[\e[0m\]"
else
PS1='┌──[\u@\h]─[\w]\n└──╼ \$ '
fi
unset color_prompt force_color_prompt
# If this is an xterm set the title to user@host:dir
case "$TERM" in
xterm*|rxvt*)
PS1="\[\033[0;31m\]\342\224\214\342\224\200\$([[ \$? != 0 ]] && echo \"[\[\033[0;31m\]\342\234\227\[\033[0;37m\]]\342\224\200\")[$(if [[ ${EUID} == 0 ]]; then echo '\[\033[01;31m\]root\[\033[01;32m\]@\[\033[01;96m\]\h'; else echo '\[\033[0;39m\]\u\[\033[01;32m\]@\[\033[01;96m\]\h'; fi)\[\033[0;31m\]]\342\224\200[\[\033[0;32m\]\w\[\033[0;31m\]]\n\[\033[0;31m\]\342\224\224\342\224\200\342\224\200\342\225\274 \[\033[0m\]\[\e[01;33m\]\\$\[\e[0m\]"
;;
*)
;;
esac
......@@ -27,12 +27,12 @@ laptop-mode-tools
libreoffice-l10n-in
libproxy1-plugin-networkmanager
libreoffice-ogltrans
libreoffice-pdfimport
libreoffice-style-tango
#libreoffice-pdfimport
#libreoffice-style-tango
onboard
openssh-client
pidgin
pidgin-libnotify
#pidgin-libnotify
pidgin-plugin-pack
printer-driver-all
pulseaudio
......@@ -46,7 +46,11 @@ vinagre
vlc
xfonts-scalable
#plymouth
plymouth-themes
plymouth-theme-hamara
hamara-wallpapers
#Driver
#Network Drivers & Firmwares
......
gnome
bash-completion
calamares
calamares-settings-hamara
gstreamer1.0-vaapi
i965-va-driver
live-boot
live-config
live-config-systemd
hamara-live
......@@ -10,7 +10,7 @@ firmware-netxen
firmware-realtek
firmware-iwlwifi
firmware-intelwimax
firmware-ipw2x00
#firmware-ipw2x00
firmware-atheros
firmware-bnx2
firmware-libertas
......
# config/source - options for live-build(7), source stage
# $LB_SOURCE: set source option
# (Default: false)
LB_SOURCE="false"
# $LB_SOURCE_IMAGES: set image type
# (Default: tar)
LB_SOURCE_IMAGES="tar"
lb config --apt apt \
--apt-indices true \
--apt-recommends true \
--apt-secure true \
--archive-areas "main" \
--backports false \
--binary-images iso-hybrid \
--bootloaders syslinux,grub-efi \
--compression gzip \
--debian-installer false \
--debian-installer-distribution svastik \
--debian-installer-gui false \
--debootstrap-options "--keyring=/usr/share/keyrings/hamara-archive-keyring.gpg" \
--distribution svastik \
--firmware-binary true \
--firmware-chroot true \
--hdd-label Hamara_Linux_Live \
--initramfs live-boot \
--initsystem systemd \
--iso-application "Hamara Linux" \
--iso-preparer live-build 1:20170119 \
--iso-volume "Hamara Linux Live" \
--keyring-packages hamara-keyring \
--linux-packages linux-image \
--memtest memtest86 \
--parent-debian-installer-distribution namaste \
--parent-mirror-bootstrap http://$MIRROR/dists/hamara-swastik/ \
--parent-mirror-chroot http://$MIRROR/dists/hamara-swastik/ \
--parent-mirror-chroot-security http://security.debian.org \
--parent-mirror-binary http://$MIRROR/dists/hamara-swastik/ \
--parent-mirror-binary-security http://security.debian.org \
--parent-mirror-debian-installer http://$MIRROR/dists/hamara-swastik/ \
--mirror-bootstrap http://$MIRROR/dists/hamara-swastik/ \
--mirror-chroot http://$MIRROR/dists/hamara-swastik/ \
--mirror-chroot-security http://security.debian.org \
--mirror-binary http://$MIRROR/dists/hamara-swastik/ \
--mirror-binary-security http://security.debian.org \
--mirror-debian-installer http://$MIRROR/dists/hamara-swastik/ \
--mode debian \
--source-images iso \
--system live \
--security true \
--updates true