diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 13:59:19 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:26 +0100 |
commit | 5dd9063b484365425fca9ca80e056e7b88a7cde2 (patch) | |
tree | d3c013adf1382aafc466eff76de01ea90dc7b873 /helpers | |
parent | 10f7ee3fbea10618910eee0da7e62b0652e25279 (diff) | |
download | vyos-live-build-5dd9063b484365425fca9ca80e056e7b88a7cde2.tar.gz vyos-live-build-5dd9063b484365425fca9ca80e056e7b88a7cde2.zip |
Using udeb_include files from debian-cd.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_binary_disk | 28 |
1 files changed, 3 insertions, 25 deletions
diff --git a/helpers/lh_binary_disk b/helpers/lh_binary_disk index ef03ec3b4..930af0a8d 100755 --- a/helpers/lh_binary_disk +++ b/helpers/lh_binary_disk @@ -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 -cat > binary/.disk/udeb_include << EOF -netcfg -ethdetect -pcmcia-cs-udeb -pcmciautils-udeb -wireless-tools-udeb -EOF - + cp "${LH_BASE}"/data/debian-cd/${LH_DISTRIBUTION}/${LH_ARCHITECTURE}_udeb_include binary/.disk/udeb_include ;; 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 -cat > binary/.disk/udeb_include << EOF -netcfg -ethdetect -pcmcia-cs-udeb -pcmciautils-udeb -wireless-tools-udeb -EOF - + "${LH_BASE}"/data/debian-cd/${LH_DISTRIBUTION}/${LH_ARCHITECTURE}_netinst_udeb_include binary/.disk/udeb_include ;; 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 -cat > binary/.disk/udeb_include << EOF -choose-mirror -netcfg -ethdetect -pcmcia-cs-udeb -pcmciautils-udeb -wireless-tools-udeb -EOF - + cp "${LH_BASE}"/data/debian-cd/${LH_DISTRIBUTION}/${LH_ARCHITECTURE}_businesscard_udeb_include binary/.disk/udeb_include ;; disabled) |