From f37e3277d04031f13993979e809d59a39ac3b73e Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 2 Oct 2012 14:46:44 -0500 Subject: [PATCH] fix: netinstall no longer warns [Continue the install without loading kernel modules ] Signed-off-by: Robert Nelson --- mk_mmc.sh | 5 +++++ scripts/maverick-preseed.cfg | 6 ++++++ scripts/natty-preseed.cfg | 6 ++++++ scripts/oneiric-preseed.cfg | 6 ++++++ scripts/precise-preseed.cfg | 6 ++++++ scripts/quantal-preseed.cfg | 6 ++++++ scripts/squeeze-preseed.cfg | 7 +++++++ scripts/wheezy-preseed.cfg | 6 ++++++ test.Debian_Squeeze | 2 -- test.Ubuntu | 2 -- 10 files changed, 48 insertions(+), 4 deletions(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index 419696b..002c026 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -1340,6 +1340,11 @@ function populate_boot { echo "mk_mmc.sh script complete" echo "Script Version git: ${GIT_VERSION}" echo "-----------------------------" + echo "Note: Ubuntu Releases" + echo "During Install, after proxy setup, there seems to be a LONG delay..." + echo "(worst case 5 minutes on my Beagle xM)..." + echo "Currently Investigating..." + echo "-----------------------------" } function check_mmc { diff --git a/scripts/maverick-preseed.cfg b/scripts/maverick-preseed.cfg index 163bad4..774ed4d 100644 --- a/scripts/maverick-preseed.cfg +++ b/scripts/maverick-preseed.cfg @@ -9,6 +9,12 @@ d-i mirror/country string manual d-i mirror/http/hostname string ports.ubuntu.com d-i mirror/http/directory string /ubuntu-ports +#Removes the prompt about missing modules: +# Continue without installing a kernel? +d-i base-installer/kernel/skip-install boolean true +# Continue the install without loading kernel modules? +d-i anna/no_kernel_modules boolean true + # Individual additional packages to install d-i pkgsel/include string uboot-mkimage pastebinit initramfs-tools wget linux-firmware linux-firmware-nonfree ntpdate bash devmem2 fbset diff --git a/scripts/natty-preseed.cfg b/scripts/natty-preseed.cfg index 473ef09..bea5f8a 100644 --- a/scripts/natty-preseed.cfg +++ b/scripts/natty-preseed.cfg @@ -9,6 +9,12 @@ d-i mirror/country string manual d-i mirror/http/hostname string ports.ubuntu.com d-i mirror/http/directory string /ubuntu-ports +#Removes the prompt about missing modules: +# Continue without installing a kernel? +d-i base-installer/kernel/skip-install boolean true +# Continue the install without loading kernel modules? +d-i anna/no_kernel_modules boolean true + # Individual additional packages to install d-i pkgsel/include string u-boot-tools pastebinit initramfs-tools wget linux-firmware linux-firmware-nonfree ntpdate bash devmem2 fbset diff --git a/scripts/oneiric-preseed.cfg b/scripts/oneiric-preseed.cfg index 473ef09..bea5f8a 100644 --- a/scripts/oneiric-preseed.cfg +++ b/scripts/oneiric-preseed.cfg @@ -9,6 +9,12 @@ d-i mirror/country string manual d-i mirror/http/hostname string ports.ubuntu.com d-i mirror/http/directory string /ubuntu-ports +#Removes the prompt about missing modules: +# Continue without installing a kernel? +d-i base-installer/kernel/skip-install boolean true +# Continue the install without loading kernel modules? +d-i anna/no_kernel_modules boolean true + # Individual additional packages to install d-i pkgsel/include string u-boot-tools pastebinit initramfs-tools wget linux-firmware linux-firmware-nonfree ntpdate bash devmem2 fbset diff --git a/scripts/precise-preseed.cfg b/scripts/precise-preseed.cfg index 473ef09..bea5f8a 100644 --- a/scripts/precise-preseed.cfg +++ b/scripts/precise-preseed.cfg @@ -9,6 +9,12 @@ d-i mirror/country string manual d-i mirror/http/hostname string ports.ubuntu.com d-i mirror/http/directory string /ubuntu-ports +#Removes the prompt about missing modules: +# Continue without installing a kernel? +d-i base-installer/kernel/skip-install boolean true +# Continue the install without loading kernel modules? +d-i anna/no_kernel_modules boolean true + # Individual additional packages to install d-i pkgsel/include string u-boot-tools pastebinit initramfs-tools wget linux-firmware linux-firmware-nonfree ntpdate bash devmem2 fbset diff --git a/scripts/quantal-preseed.cfg b/scripts/quantal-preseed.cfg index 473ef09..bea5f8a 100644 --- a/scripts/quantal-preseed.cfg +++ b/scripts/quantal-preseed.cfg @@ -9,6 +9,12 @@ d-i mirror/country string manual d-i mirror/http/hostname string ports.ubuntu.com d-i mirror/http/directory string /ubuntu-ports +#Removes the prompt about missing modules: +# Continue without installing a kernel? +d-i base-installer/kernel/skip-install boolean true +# Continue the install without loading kernel modules? +d-i anna/no_kernel_modules boolean true + # Individual additional packages to install d-i pkgsel/include string u-boot-tools pastebinit initramfs-tools wget linux-firmware linux-firmware-nonfree ntpdate bash devmem2 fbset diff --git a/scripts/squeeze-preseed.cfg b/scripts/squeeze-preseed.cfg index 1888cbc..4b6b455 100644 --- a/scripts/squeeze-preseed.cfg +++ b/scripts/squeeze-preseed.cfg @@ -10,6 +10,13 @@ d-i console-tools/archs string skip-config d-i debian-installer/locale string en_US d-i console-keymaps-at/keymap select us + +#Removes the prompt about missing modules: +# Continue without installing a kernel? +d-i base-installer/kernel/skip-install boolean true +# Continue the install without loading kernel modules? +d-i anna/no_kernel_modules boolean true + # Individual additional packages to install d-i pkgsel/include string uboot-mkimage pastebinit initramfs-tools wget firmware-linux ntpdate bash fbset diff --git a/scripts/wheezy-preseed.cfg b/scripts/wheezy-preseed.cfg index 5c357ce..d4d7066 100644 --- a/scripts/wheezy-preseed.cfg +++ b/scripts/wheezy-preseed.cfg @@ -8,6 +8,12 @@ d-i apt-setup/contrib boolean true d-i mirror/codename string wheezy d-i mirror/suite string wheezy +#Removes the prompt about missing modules: +# Continue without installing a kernel? +d-i base-installer/kernel/skip-install boolean true +# Continue the install without loading kernel modules? +d-i anna/no_kernel_modules boolean true + # Individual additional packages to install d-i pkgsel/include string uboot-mkimage pastebinit initramfs-tools wget firmware-linux ntpdate bash fbset diff --git a/test.Debian_Squeeze b/test.Debian_Squeeze index 47e70b3..f303034 100644 --- a/test.Debian_Squeeze +++ b/test.Debian_Squeeze @@ -15,7 +15,6 @@ Debian archive mirror country: Debian archive mirror: HTTP proxy: Proxy (Blank unless you have a local file proxy apt-cacher-ng) -Continue the install without loading kernel modules: (otherwise install will fail) Root password: Re-enter password to verify: Full name for the new user: @@ -29,7 +28,6 @@ Partitioning scheme: (All files in one partition (recommended for new users)) #creates : Partition #6 on mmcblk0 as swap Finish partitioning and write changes to disk Write the changes to disk: -Continue without installing a kernel: (otherwise install will fail) Participate in the package usage survey: Choose software to install: ([x] Standard system utilities) -> Continue without boot loader diff --git a/test.Ubuntu b/test.Ubuntu index 008935b..30d8090 100644 --- a/test.Ubuntu +++ b/test.Ubuntu @@ -10,8 +10,6 @@ English (US) (keyboard) eth0: Ethernet Hostname Proxy (Blank unless you have a local file proxy apt-cacher-ng) -Yes (no kernel modules were found) -Central Guided - use the largest continuous free space #creates : Partition #5 on mmcblk0 as ext4 #creates : Partition #6 on mmcblk0 as swap