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_chroot | |
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_chroot')
-rwxr-xr-x | scripts/build/lb_chroot | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/build/lb_chroot b/scripts/build/lb_chroot index beff622d0..b24e62573 100755 --- a/scripts/build/lb_chroot +++ b/scripts/build/lb_chroot @@ -50,9 +50,9 @@ lb chroot_resolv install ${*} lb chroot_hostname install ${*} lb chroot_apt install ${*} lb chroot_sources install ${*} -lb chroot_linux-image install ${*} # Customizing chroot +lb chroot_linux-image ${*} lb chroot_preseed ${*} lb chroot_local-preseed ${*} lb chroot_tasks ${*} @@ -70,7 +70,6 @@ lb chroot_hacks ${*} lb chroot_interactive ${*} # Deconfiguring chroot -lb chroot_linux-image remove ${*} lb chroot_sources remove ${*} lb chroot_apt remove ${*} lb chroot_hostname remove ${*} |