preseed always creatiing swap even though I told it not to
Hi all, im using a debian-installer preseed to auto install Ubuntu 16.04 server (not sure if downstream has a separate mailing list). I have my preseed working mostly the way I want it with the exception that I cannot get it to not create a swap and it doesnt want to seem to add extra mount options I have added to my custom recipe for partman. kernel boot options: ``` auto console-setup/ask_detect=false debian-installer/allow_unauthenticated_ssl=true debian-installer/country=US debian-installer/language=en debian-installer/locale=en_US.UTF-8 keyboard-configuration/layout=USA keyboard-configuration/layoutcode=us netcfg/get_domain=vm netcfg/get_hostname=myhost preseed/url=http://192.168.1.5/preseed.cfg ``` preseed: ``` ### Localization d-i debian-installer/allow_unauthenticated_ssl boolean true d-i debian-installer/country string US d-i debian-installer/language string en d-i debian-installer/locale select en_US.UTF-8 # Keyboard selection. d-i keyboard-configuration/modelcode string pc105 d-i keyboard-configuration/layout select English (US) d-i keyboard-configuration/layoutcode string us d-i keyboard-configuration/variant select English (US) d-i keyboard-configuration/xkb-keymap select us ### Network configuration d-i netcfg/choose_interface select auto d-i netcfg/link_wait_timeout string 15 d-i netcfg/dhcp_timeout string 60 d-i netcfg/dhcpv6_timeout string 60 d-i netcfg/get_hostname string myhost d-i netcfg/get_domain string vm d-i netcfg/wireless_wep string d-i hw-detect/load_firmware boolean true ### Mirror settings d-i mirror/protocol string http d-i mirror/country string manual d-i mirror/http/hostname string archive.ubuntu.com d-i mirror/http/directory string /ubuntu d-i mirror/http/proxy string ### Account setup d-i passwd/root-login boolean false d-i passwd/user-fullname string Ubuntu User d-i passwd/user-uid string 1000 d-i passwd/username string ubuntu d-i passwd/user-password-crypted password !! d-i user-setup/encrypt-home boolean false ### Clock and time zone setup d-i clock-setup/utc boolean true d-i time/zone string US/Eastern d-i clock-setup/ntp boolean true ### Partitioning d-i partman-auto/disk string /dev/sda d-i partman-auto/method string regular d-i partman-lvm/device_remove_lvm boolean true d-i partman-md/device_remove_md boolean true d-i partman-lvm/confirm boolean true d-i partman-lvm/confirm_nooverwrite boolean true d-i partman-basicfilesystems/no_swap boolean false d-i partman-auto/choose_recipe select my-root d-i partman-auto/expert_recipe string \ my-root :: \ 512 2 512 fat16 \ $primary{ } \ method{ efi }\ format{ }\ .\ 63488 1 -1 ext4 \ method{ format } \ format{ }\ use_filesystem{ }\ filesystem{ ext4 } \ mountpoint{ / } \ options/discard{ discard } \ options/noatime{ noatime } \ options/nodiratime{ nodiratime } \ . d-i partman-partitioning/confirm_write_new_label boolean true d-i partman/choose_partition select finish d-i partman/confirm boolean true d-i partman/confirm_nooverwrite boolean true d-i partman/mount_style select uuid ### Base system installation d-i base-installer/kernel/altmeta string hwe-16.04 ### Apt setup d-i apt-setup/non-free boolean true d-i apt-setup/contrib boolean true ### Package selection d-i tasksel/first multiselect standard system utilities d-i pkgsel/update-policy select none d-i pkgsel/upgrade select full-upgrade d-i pkgsel/language-pack-patterns string d-i pkgsel/install-language-support boolean false d-i grub-installer/only_debian boolean true d-i grub-installer/with_other_os boolean true d-i grub-installer/bootdev string /dev/sda ### Finishing up the installation d-i finish-install/reboot_in_progress note ``` Any thoughts or pointers on where to look for fixing this would be appreciated. Thanks,
Re: preseed always creatiing swap even though I told it not to
On 2018-04-27 17:40, Julio Lajara wrote: Hi all, im using a debian-installer preseed to auto install Ubuntu 16.04 server (not sure if downstream has a separate mailing list). I'm afraid that you need to use an Ubuntu mailing list or bug in this case. Ubuntu has customized swap handling. Kind regards and thanks Philipp Kern
Re: preseed always creatiing swap even though I told it not to
OK, will do. thanks. On Fri, Apr 27, 2018 at 11:49 AM, Philipp Kern wrote: > On 2018-04-27 17:40, Julio Lajara wrote: > >> Hi all, im using a debian-installer preseed to auto install Ubuntu >> 16.04 server (not sure if downstream has a separate mailing list). >> > > I'm afraid that you need to use an Ubuntu mailing list or bug in this > case. Ubuntu has customized swap handling. > > Kind regards and thanks > Philipp Kern >
Re: Archiving the attic folders from d-i for ports
Adrian, First, thanks for all you do! You said salsa or github. I strongly prefer gitlab, not that I have ever used salsa. I have used gitlab, but that is not my objection. Simply: I use github and do not want to have yet another site and profile and ... Then again, if you are just archiving, not creating a new project, then neither site is appropriate. Git is for projects which will have active development. Now I have said too much, you will do what is best! Thanks Rick On April 26, 2018 11:37:25 PM EDT, John Paul Adrian Glaubitz wrote: >(Re-send because I forgot debian-ports-devel@alioth is dead, > please reply to debian-boot@) > >Hi! > >I was pointed at Steve's mail yesterday mentioning that he moved >the non-attic repositories of debian-installer to salsa [1]. > >Since there are still some repositories that we need for debian-ports >in the attic, I was wondering whether we should take care of the >attic stuff and move it over to salsa or github. > >FWIW, we are in the progress of moving the sparc* and ppc* ports >which aren't on GRUB yet fully over. In fact, GRUB works fine on >all SPARC boxes we have tested so far, so at least silo-installer >won't be needed anymore in the future. Still, I think we should >archive everything. > >Adrian > >> [1] https://lists.debian.org/debian-boot/2018/04/msg00253.html > >-- > .''`. John Paul Adrian Glaubitz >: :' : Debian Developer - glaub...@debian.org >`. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de > `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913 -- Sorry for being brief. Alternate email is rickleir at yahoo dot com -- Sorry for being brief. Alternate email is rickleir at yahoo dot com
Bug#837509: installation-reports: Partial success on Novena (no USB during install)
Hi all, On Sat, 24 Jun 2017 20:36:04 +0200, Cyril Brulebois wrote: > Can you please attach lsmod's output from the installed system? Here's lsmod from a freshly installed stretch 20170615+deb9u3 installer build. This is with the standard supplied WiFi / bluetooth card installed. Module Size Used by binfmt_misc 9306 1 joydev 9536 0 imx_ipuv3_crtc 10765 0 ath3k 7893 0 btusb 31088 0 btrtl 5113 1 btusb btbcm 5955 1 btusb btintel 7295 1 btusb arc41958 2 asix 31435 0 snd_soc_imx_es8328 4039 0 usbnet 25926 1 asix mii 4166 2 usbnet,asix bluetooth 464225 5 btrtl,btintel,btbcm,ath3k,btusb sg 23445 0 stmpe_ts4057 0 snd_soc_es8328_i2c 1536 1 imx_ipu_v3 76309 1 imx_ipuv3_crtc snd_soc_es8328 16632 1 snd_soc_es8328_i2c mma845215298 0 industrialio_triggered_buffer 1742 1 mma8452 kfifo_buf 2714 1 industrialio_triggered_buffer ath9k 89781 0 industrialio 47740 3 mma8452,industrialio_triggered_buffer,kfifo_buf sbs_battery 8266 0 snd_soc_imx_audmux 4970 1 snd_soc_imx_es8328 ath9k_common 22634 1 ath9k ath9k_hw 419253 2 ath9k,ath9k_common ath18696 3 ath9k_hw,ath9k,ath9k_common snd_soc_fsl_ssi14648 2 imx_pcm_dma 1244 1 snd_soc_fsl_ssi imx_pcm_fiq 5167 1 snd_soc_fsl_ssi imx_ldb 8343 0 mac80211 584961 1 ath9k snd_soc_core 146641 6 snd_soc_fsl_ssi,snd_soc_es8328_i2c,snd_soc_es8328,snd_soc_imx_es8328,imx_pcm_dma,imx_pcm_fiq snd_pcm_dmaengine 3583 1 snd_soc_core imx2_wdt4228 0 snd_pcm83540 5 snd_soc_fsl_ssi,snd_pcm_dmaengine,snd_soc_es8328,snd_soc_core,imx_pcm_fiq snd_timer 20381 1 snd_pcm snd55441 4 snd_timer,snd_soc_es8328,snd_soc_core,snd_pcm imx_keypad 5683 0 soundcore 5571 1 snd matrix_keymap 2339 1 imx_keypad cfg80211 479516 4 mac80211,ath9k,ath,ath9k_common rfkill 16819 3 bluetooth,cfg80211 spi_imx12565 0 dw_hdmi_imx 3203 0 imxdrm 5486 2 imx_ldb,imx_ipuv3_crtc dw_hdmi14266 1 dw_hdmi_imx drm_kms_helper117682 5 imx_ldb,imx_ipuv3_crtc,dw_hdmi,imxdrm etnaviv66373 0 evdev 12804 1 leds_gpio 3390 0 drm 276542 8 imx_ldb,imx_ipuv3_crtc,etnaviv,dw_hdmi,dw_hdmi_imx,imxdrm,drm_kms_helper pwm_bl 4989 0 ip_tables 12425 0 x_tables 14864 1 ip_tables autofs433093 2 ext4 553026 2 crc16 1274 2 bluetooth,ext4 jbd2 94340 1 ext4 crc32c_generic 1862 4 fscrypto 15434 1 ext4 ecb 2191 0 mbcache 5508 3 ext4 dm_mod103473 6 sd_mod 33243 2 pfuze100_regulator 13107 1 ahci_imx6207 1 libahci_platform6494 1 ahci_imx libahci23377 2 libahci_platform,ahci_imx libata193250 3 libahci_platform,libahci,ahci_imx ci_hdrc_imx 7000 0 ci_hdrc35271 1 ci_hdrc_imx extcon_core13057 1 ci_hdrc ehci_hcd 65926 1 ci_hdrc udc_core 26904 1 ci_hdrc scsi_mod 188563 3 sd_mod,libata,sg sdhci_esdhc_imx12223 0 sdhci_pltfm 3338 1 sdhci_esdhc_imx sdhci 39644 2 sdhci_pltfm,sdhci_esdhc_imx usbcore 199268 6 usbnet,ehci_hcd,ath3k,btusb,asix,ci_hdrc usb_common 3659 3 udc_core,usbcore,ci_hdrc i2c_imx15628 0 usbmisc_imx 6696 1 ci_hdrc_imx phy_mxs_usb 6462 2 anatop_regulator4712 1 micrel 9942 1 -- Michael pgph2N9FtPw8j.pgp Description: PGP signature