Using udeb_include files from debian-cd.
This commit is contained in:
parent
e9ed48833f
commit
16b85ffe14
|
@ -76,14 +76,7 @@ case "${LH_MODE}" in
|
||||||
|
|
||||||
echo "Debian GNU/Linux ${VERSION} \"${DISTRIBUTION}\" - Official ${ARCHITECTURE} CD Binary `date +%Y%m%d-%H:%M`" > binary/.disk/info
|
echo "Debian GNU/Linux ${VERSION} \"${DISTRIBUTION}\" - Official ${ARCHITECTURE} CD Binary `date +%Y%m%d-%H:%M`" > binary/.disk/info
|
||||||
|
|
||||||
cat > binary/.disk/udeb_include << EOF
|
cp "${LH_BASE}"/data/debian-cd/${LH_DISTRIBUTION}/${LH_ARCHITECTURE}_udeb_include binary/.disk/udeb_include
|
||||||
netcfg
|
|
||||||
ethdetect
|
|
||||||
pcmcia-cs-udeb
|
|
||||||
pcmciautils-udeb
|
|
||||||
wireless-tools-udeb
|
|
||||||
EOF
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
enabled|netinst)
|
enabled|netinst)
|
||||||
|
@ -95,14 +88,7 @@ EOF
|
||||||
|
|
||||||
echo "Debian GNU/Linux ${VERSION} \"${DISTRIBUTION}\" - Official ${ARCHITECTURE} NETINST Binary `date +%Y%m%d-%H:%M`" > binary/.disk/info
|
echo "Debian GNU/Linux ${VERSION} \"${DISTRIBUTION}\" - Official ${ARCHITECTURE} NETINST Binary `date +%Y%m%d-%H:%M`" > binary/.disk/info
|
||||||
|
|
||||||
cat > binary/.disk/udeb_include << EOF
|
"${LH_BASE}"/data/debian-cd/${LH_DISTRIBUTION}/${LH_ARCHITECTURE}_netinst_udeb_include binary/.disk/udeb_include
|
||||||
netcfg
|
|
||||||
ethdetect
|
|
||||||
pcmcia-cs-udeb
|
|
||||||
pcmciautils-udeb
|
|
||||||
wireless-tools-udeb
|
|
||||||
EOF
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
businesscard)
|
businesscard)
|
||||||
|
@ -112,15 +98,7 @@ EOF
|
||||||
|
|
||||||
echo "Debian GNU/Linux ${VERSION} \"${DISTRIBUTION}\" - Official ${ARCHITECTURE} BC Binary `date +%Y%m%d-%H:%M`" > binary/.disk/info
|
echo "Debian GNU/Linux ${VERSION} \"${DISTRIBUTION}\" - Official ${ARCHITECTURE} BC Binary `date +%Y%m%d-%H:%M`" > binary/.disk/info
|
||||||
|
|
||||||
cat > binary/.disk/udeb_include << EOF
|
cp "${LH_BASE}"/data/debian-cd/${LH_DISTRIBUTION}/${LH_ARCHITECTURE}_businesscard_udeb_include binary/.disk/udeb_include
|
||||||
choose-mirror
|
|
||||||
netcfg
|
|
||||||
ethdetect
|
|
||||||
pcmcia-cs-udeb
|
|
||||||
pcmciautils-udeb
|
|
||||||
wireless-tools-udeb
|
|
||||||
EOF
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
disabled)
|
disabled)
|
||||||
|
|
Loading…
Reference in New Issue