fix: netinstall no longer warns [Continue the install without loading kernel modules <yes/no>]

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/10/merge
Robert Nelson 12 years ago
parent 5d75957acd
commit f37e3277d0

@ -1340,6 +1340,11 @@ function populate_boot {
echo "mk_mmc.sh script complete" echo "mk_mmc.sh script complete"
echo "Script Version git: ${GIT_VERSION}" echo "Script Version git: ${GIT_VERSION}"
echo "-----------------------------" 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 { function check_mmc {

@ -9,6 +9,12 @@ d-i mirror/country string manual
d-i mirror/http/hostname string ports.ubuntu.com d-i mirror/http/hostname string ports.ubuntu.com
d-i mirror/http/directory string /ubuntu-ports 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 # 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 d-i pkgsel/include string uboot-mkimage pastebinit initramfs-tools wget linux-firmware linux-firmware-nonfree ntpdate bash devmem2 fbset

@ -9,6 +9,12 @@ d-i mirror/country string manual
d-i mirror/http/hostname string ports.ubuntu.com d-i mirror/http/hostname string ports.ubuntu.com
d-i mirror/http/directory string /ubuntu-ports 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 # 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 d-i pkgsel/include string u-boot-tools pastebinit initramfs-tools wget linux-firmware linux-firmware-nonfree ntpdate bash devmem2 fbset

@ -9,6 +9,12 @@ d-i mirror/country string manual
d-i mirror/http/hostname string ports.ubuntu.com d-i mirror/http/hostname string ports.ubuntu.com
d-i mirror/http/directory string /ubuntu-ports 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 # 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 d-i pkgsel/include string u-boot-tools pastebinit initramfs-tools wget linux-firmware linux-firmware-nonfree ntpdate bash devmem2 fbset

@ -9,6 +9,12 @@ d-i mirror/country string manual
d-i mirror/http/hostname string ports.ubuntu.com d-i mirror/http/hostname string ports.ubuntu.com
d-i mirror/http/directory string /ubuntu-ports 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 # 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 d-i pkgsel/include string u-boot-tools pastebinit initramfs-tools wget linux-firmware linux-firmware-nonfree ntpdate bash devmem2 fbset

@ -9,6 +9,12 @@ d-i mirror/country string manual
d-i mirror/http/hostname string ports.ubuntu.com d-i mirror/http/hostname string ports.ubuntu.com
d-i mirror/http/directory string /ubuntu-ports 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 # 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 d-i pkgsel/include string u-boot-tools pastebinit initramfs-tools wget linux-firmware linux-firmware-nonfree ntpdate bash devmem2 fbset

@ -10,6 +10,13 @@ d-i console-tools/archs string skip-config
d-i debian-installer/locale string en_US d-i debian-installer/locale string en_US
d-i console-keymaps-at/keymap select 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 # Individual additional packages to install
d-i pkgsel/include string uboot-mkimage pastebinit initramfs-tools wget firmware-linux ntpdate bash fbset d-i pkgsel/include string uboot-mkimage pastebinit initramfs-tools wget firmware-linux ntpdate bash fbset

@ -8,6 +8,12 @@ d-i apt-setup/contrib boolean true
d-i mirror/codename string wheezy d-i mirror/codename string wheezy
d-i mirror/suite 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 # Individual additional packages to install
d-i pkgsel/include string uboot-mkimage pastebinit initramfs-tools wget firmware-linux ntpdate bash fbset d-i pkgsel/include string uboot-mkimage pastebinit initramfs-tools wget firmware-linux ntpdate bash fbset

@ -15,7 +15,6 @@ Debian archive mirror country:
Debian archive mirror: Debian archive mirror:
HTTP proxy: HTTP proxy:
Proxy (Blank unless you have a local file proxy apt-cacher-ng) Proxy (Blank unless you have a local file proxy apt-cacher-ng)
Continue the install without loading kernel modules: <Yes> (otherwise install will fail)
Root password: Root password:
Re-enter password to verify: Re-enter password to verify:
Full name for the new user: 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 #creates : Partition #6 on mmcblk0 as swap
Finish partitioning and write changes to disk Finish partitioning and write changes to disk
Write the changes to disk: <Yes> Write the changes to disk: <Yes>
Continue without installing a kernel: <Yes> (otherwise install will fail)
Participate in the package usage survey: Participate in the package usage survey:
Choose software to install: ([x] Standard system utilities) -> <Continue> Choose software to install: ([x] Standard system utilities) -> <Continue>
Continue without boot loader <Continue> Continue without boot loader <Continue>

@ -10,8 +10,6 @@ English (US) (keyboard)
eth0: Ethernet eth0: Ethernet
Hostname Hostname
Proxy (Blank unless you have a local file proxy apt-cacher-ng) 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 Guided - use the largest continuous free space
#creates : Partition #5 on mmcblk0 as ext4 #creates : Partition #5 on mmcblk0 as ext4
#creates : Partition #6 on mmcblk0 as swap #creates : Partition #6 on mmcblk0 as swap

Loading…
Cancel
Save