Browse Source

working configuration

main
Markus Brechtel 6 years ago
parent
commit
0dc98f69fa
3 changed files with 8 additions and 5 deletions
  1. +1
    -0
      templates/lb-config-args.j2
  2. +3
    -4
      templates/preseed.cfg.j2
  3. +4
    -1
      vars/main.yml

+ 1
- 0
templates/lb-config-args.j2 View File

@@ -6,6 +6,7 @@
--mirror-binary "{{ debian_mirror }}" --mirror-binary "{{ debian_mirror }}"
--mirror-binary-security "{{ debian_security_mirror }}" --mirror-binary-security "{{ debian_security_mirror }}"
{% if debian_nonfree_firmware %} {% if debian_nonfree_firmware %}
--archive-areas "main contrib non-free"
--firmware-chroot true --firmware-chroot true
{% endif %} {% endif %}
{% if live_build_bootappend_live is defined %} {% if live_build_bootappend_live is defined %}


+ 3
- 4
templates/preseed.cfg.j2 View File

@@ -73,20 +73,19 @@ d-i pkgsel/upgrade select full-upgrade
# installed, and what software you use. The default is not to report back, # installed, and what software you use. The default is not to report back,
# but sending reports helps the project determine what software is most # but sending reports helps the project determine what software is most
# popular and include it on CDs. # popular and include it on CDs.
popularity-contest popularity-contest/participate boolean false


### Boot loader installation ### Boot loader installation
# This is fairly safe to set, it makes grub install automatically to the MBR # This is fairly safe to set, it makes grub install automatically to the MBR
# if no other operating system is detected on the machine. # if no other operating system is detected on the machine.
d-i grub-installer/only_debian boolean true
#d-i grub-installer/only_debian boolean true


# This one makes grub-installer install to the MBR if it also finds some other # This one makes grub-installer install to the MBR if it also finds some other
# OS, which is less safe as it might not be able to boot that other OS. # OS, which is less safe as it might not be able to boot that other OS.
d-i grub-installer/with_other_os boolean true
#d-i grub-installer/with_other_os boolean true


### Finishing up the installation ### Finishing up the installation
# Avoid that last message about the install being complete. # Avoid that last message about the install being complete.
d-i finish-install/reboot_in_progress note
#d-i finish-install/reboot_in_progress note


### Running custom commands during the installation ### Running custom commands during the installation
d-i preseed/late_command string DIR=/target/root/.ssh; \ d-i preseed/late_command string DIR=/target/root/.ssh; \


+ 4
- 1
vars/main.yml View File

@@ -60,4 +60,7 @@ live_build_desktop_packages:
- xfce4 - xfce4
- i3 - i3
- firefox-esr - firefox-esr
- task-desktop-xfce
- task-xfce-desktop
- task-german
- task-german-desktop
- debian-installer-launcher

Loading…
Cancel
Save