diff options
author | Daniel Baumann <daniel@debian.org> | 2011-04-23 17:37:36 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-04-23 17:37:36 +0200 |
commit | 890a6e5fb397e745ab3fb4bb5f8eda361716ed4e (patch) | |
tree | c10077c69b60dbabe1a2fc71739e6d95930b4557 /scripts/build/lb_binary_rootfs | |
parent | fb1e45aaeb04688557dbdd20ebf89e3785a16bd5 (diff) | |
download | vyos-live-build-890a6e5fb397e745ab3fb4bb5f8eda361716ed4e.tar.gz vyos-live-build-890a6e5fb397e745ab3fb4bb5f8eda361716ed4e.zip |
Removing kernel-img.conf handling for lenny and older.
Diffstat (limited to 'scripts/build/lb_binary_rootfs')
-rwxr-xr-x | scripts/build/lb_binary_rootfs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/build/lb_binary_rootfs b/scripts/build/lb_binary_rootfs index 730535af7..f6c35fd7d 100755 --- a/scripts/build/lb_binary_rootfs +++ b/scripts/build/lb_binary_rootfs @@ -123,7 +123,6 @@ case "${LB_CHROOT_FILESYSTEM}" in rm -f .lock mv chroot/chroot chroot.tmp - lb chroot_linux-image remove ${*} lb chroot_sources remove ${*} lb chroot_apt remove ${*} lb chroot_hostname remove ${*} @@ -154,7 +153,6 @@ case "${LB_CHROOT_FILESYSTEM}" in lb chroot_hostname install ${*} lb chroot_apt install ${*} lb chroot_sources install ${*} - lb chroot_linux-image install ${*} touch .lock else @@ -207,7 +205,6 @@ case "${LB_CHROOT_FILESYSTEM}" in rm -f .lock mv chroot/chroot chroot.tmp - lb chroot_linux-image remove ${*} lb chroot_sources remove ${*} lb chroot_apt remove ${*} lb chroot_hostname remove ${*} @@ -238,7 +235,6 @@ case "${LB_CHROOT_FILESYSTEM}" in lb chroot_hostname install ${*} lb chroot_apt install ${*} lb chroot_sources install ${*} - lb chroot_linux-image install ${*} touch .lock else @@ -339,7 +335,6 @@ case "${LB_CHROOT_FILESYSTEM}" in rm -f .lock mv chroot/chroot chroot.tmp - lb chroot_linux-image remove ${*} lb chroot_sources remove ${*} lb chroot_apt remove ${*} lb chroot_hostname remove ${*} @@ -370,7 +365,6 @@ case "${LB_CHROOT_FILESYSTEM}" in lb chroot_hostname install ${*} lb chroot_apt install ${*} lb chroot_sources install ${*} - lb chroot_linux-image install ${*} touch .lock else |