diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/live-bottom/24preseed | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/scripts/live-bottom/24preseed b/scripts/live-bottom/24preseed index 3d0bdaf..a8f5a46 100755 --- a/scripts/live-bottom/24preseed +++ b/scripts/live-bottom/24preseed @@ -52,10 +52,12 @@ then done fi -reply="$(echo "GET preseed/early_command" | chroot /root debconf-communicate -fnoninteractive casper)" -if [ "${reply#0 }" != "$reply" ]; then - reply="${reply#0 }" - sh -c "$reply" +reply="$(echo "GET preseed/early_command" | chroot /root debconf-communicate -fnoninteractive live-initramfs)" + +if [ "${reply#0 }" != "${reply}" ] +then + reply="${reply#0 }" + sh -c "${reply}" fi # Clear out debconf database backup files to save memory. |
