Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 24 lines (22 sloc) 735 Bytes
#!/bin/sh
BOOTAPPEND=$(cat chroot/etc/webc/boot-cmdline | grep -v "^#" | head -n 1)
lb config noauto --clean \
--bootappend-live "$BOOTAPPEND" \
--parent-mirror-chroot "http://http.debian.net/debian/" \
--parent-mirror-binary "http://http.debian.net/debian/" \
--binary-filesystem fat16 \
-k "686-pae" \
-a i386 \
--parent-archive-areas "main contrib non-free" \
--mode progress-linux --distribution cairon-backports \
--debian-installer false \
--debian-installer-gui false \
--apt-indices false \
--iso-publisher "http://webconverger.com" \
--iso-volume "Webconverger" \
--iso-application "Webconverger" \
--archive-areas "main contrib non-free" \
--apt-recommends false \
--memtest none \
--source false \
${@}