diffstat of debian/ for live-installer_49 live-installer_49boss3 changelog | 18 ++++++++++++++++++ live-installer.postinst | 14 ++++++++++++++ live-installer.templates | 13 +++++++++++++ 3 files changed, 45 insertions(+) diff -Nru live-installer-49/debian/changelog live-installer-49boss3/debian/changelog --- live-installer-49/debian/changelog 2015-04-11 06:22:56.000000000 +0000 +++ live-installer-49boss3/debian/changelog 2017-02-28 12:33:43.000000000 +0000 @@ -1,3 +1,21 @@ +live-installer (49boss3) stable; urgency=medium + + * live-installer.postinst: Added support for multiple squashfs + + -- Prema S Tue, 28 Feb 2017 18:03:56 +0530 + +live-installer (49boss2) stable; urgency=medium + + * remove-live-pacakge: Added BOSS security repo path + + -- Prema S Thu, 30 Jul 2015 16:20:56 +0530 + +live-installer (49boss1) stable; urgency=medium + + * remove-live-pacakge: Added BOSS repo path + + -- Prema S Thu, 30 Apr 2015 19:22:56 +0530 + live-installer (49) unstable; urgency=medium [ Raphaƫl Hertzog ] diff -Nru live-installer-49/debian/live-installer.postinst live-installer-49boss3/debian/live-installer.postinst --- live-installer-49/debian/live-installer.postinst 2014-09-10 10:14:46.000000000 +0000 +++ live-installer-49boss3/debian/live-installer.postinst 2017-03-01 09:20:40.000000000 +0000 @@ -29,6 +29,20 @@ . $script done + ### added to differentiate internet and intranet installs with 2 squashfs + db_input critical live-installer/destination || true + db_go || true + db_get live-installer/destination + destmethod="$RET" + + if [ "$destmethod" = "Internet" ] ; then + PLACES="$PLACES /cdrom/live/filesystem-civil.squashfs" + else + PLACES="$PLACES /cdrom/live/filesystem-intra.squashfs" + fi + + ## new addition for 2 image support ends here + # XXX: To be dropped in jessie when a fixed partman-target is made # available. # Drop /var/lock and /var/run directories created by diff -Nru live-installer-49/debian/live-installer.templates live-installer-49boss3/debian/live-installer.templates --- live-installer-49/debian/live-installer.templates 2011-01-19 04:45:08.000000000 +0000 +++ live-installer-49boss3/debian/live-installer.templates 2017-03-01 09:20:07.000000000 +0000 @@ -36,6 +36,19 @@ # :sl3: _Description: Running ${SCRIPT}... +Template: live-installer/destination +Type: select +Choices: Internet, Intranet (or) Standalone +# :sl3: +_Description: Mode of installation: + The system can be installed either in Internet machines or in + Intranet machines. + . + If you choose 'internet', the system will be installed and configured for connecting to public internet. + If you choose 'intranet', the installed system can be further configured to connect either in + Navy domain (NUD) or can act as a Standalone machine. + + Template: live-installer/mode Type: select Default: normal