ubuntu preseed

From Ivory Human, 2 Years ago, written in Plain Text, viewed 160 times.
URL https://paste.steamr.com/view/c1f0e34d Embed
Download Paste or View Raw
  1. choose-mirror-bin mirror/http/proxy string
  2. d-i base-installer/kernel/override-image string linux-server
  3. d-i clock-setup/utc boolean true
  4. d-i clock-setup/utc-auto boolean true
  5. d-i finish-install/reboot_in_progress note
  6. d-i grub-installer/only_debian boolean true
  7. d-i grub-installer/with_other_os boolean true
  8. d-i mirror/country string manual
  9. choose-mirror-bin mirror/protocol string http
  10. choose-mirror-bin mirror/http/hostname string ca.archive.ubuntu.com
  11. choose-mirror-bin mirror/http/directory string /ubuntu
  12. choose-mirror-bin mirror/http/proxy string
  13. d-i partman-auto/method string regular
  14. d-i partman-auto/disk string /dev/vda
  15. d-i partman-lvm/confirm boolean true
  16. d-i partman-lvm/device_remove_lvm boolean true
  17. d-i partman-auto/purge_lvm_from_device boolean true
  18. d-i partman-basicfilesystems/no_swap boolean false
  19. d-i partman-auto/expert_recipe string custom-lvm :: \
  20.     512 8000 512 ext2 \      
  21.         $primary{ } $bootable{ } method{ format } format{ } use_filesystem{ } filesystem{ ext2 } mountpoint{ /boot } . \
  22.     5120 5000 20480 xfs \
  23.         $lvmok{ } in_vg{ vg00 } lv_name{ lv_root } method{ format } format{ } \
  24.         use_filesystem{ } filesystem{ xfs } mountpoint{ / } . \
  25.     2048 5000 20480 xfs \
  26.         $lvmok{ } in_vg{ vg00 } lv_name{ lv_var } method{ format } format{ } \
  27.         use_filesystem{ } filesystem{ xfs } mountpoint{ /var } .
  28. d-i partman/confirm_write_new_label boolean true
  29. d-i partman/confirm_nooverwrite boolean true
  30. d-i partman/choose_partition select finish
  31. d-i partman/confirm boolean true
  32. d-i partman-md/confirm boolean true
  33. d-i partman-md/device_remove_md boolean true
  34. d-i partman-lvm/confirm boolean true
  35. d-i partman-lvm/confirm_nooverwrite boolean true
  36. d-i passwd/user-fullname string ubuntu
  37. d-i passwd/user-uid string 1000
  38. d-i passwd/user-password password ubuntu
  39. d-i passwd/user-password-again password ubuntu
  40. d-i passwd/username string ubuntu
  41. d-i pkgsel/include string openssh-server vim rsync
  42. d-i pkgsel/install-language-support boolean false
  43. d-i pkgsel/update-policy select none
  44. d-i pkgsel/upgrade select full-upgrade
  45. d-i time/zone string UTC
  46. d-i user-setup/allow-password-weak boolean true
  47. d-i user-setup/encrypt-home boolean false
  48. tasksel tasksel/first multiselect standard, server
  49. d-i preseed/late_command string in-target apt-get -y dist-upgrade -o Dpkg::Options::="--force-confnew" ;

Reply to "ubuntu preseed"

Here you can reply to the paste above