diff --git a/installer/install1.sh b/installer/install1.sh index 04553f60..c2e9c453 100755 --- a/installer/install1.sh +++ b/installer/install1.sh @@ -4,15 +4,15 @@ # and consoleblank permanently # # Ubuntu server 14.04.1, x64 # # # -# v0.11 by mo, DTAG, 2015-01-28 # +# v0.12 by mo, DTAG, 2015-02-15 # ############################################################# # Let's replace "quiet splash" options and update grub sed -i 's#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"#GRUB_CMDLINE_LINUX_DEFAULT="consoleblank=0"#' /etc/default/grub sed -i 's#\#GRUB_GFXMODE=640x480#GRUB_GFXMODE=800x600#' /etc/default/grub update-grub -sed -i 's#FONTFACE="VGA"#FONTFACE="Terminus"#' /etc/default/console-setup -sed -i 's#FONTSIZE="16"#FONTSIZE="12x6"#' /etc/default/console-setup +sed -i 's#FONTFACE=".*#FONTFACE="Terminus"#' /etc/default/console-setup +sed -i 's#FONTSIZE=".*#FONTSIZE="12x6"#' /etc/default/console-setup # Let's move the install script to rc.local and reboot mv /root/tpotce/install2.sh /etc/rc.local && sleep 2 && reboot diff --git a/isolinux/txt.cfg b/isolinux/txt.cfg index 08226794..2300a911 100755 --- a/isolinux/txt.cfg +++ b/isolinux/txt.cfg @@ -1,5 +1,10 @@ +#default install +#label install +# menu label ^Install T-Pot Community Edition +# kernel /install/vmlinuz +# append file=/cdrom/tpotce/tpotce.seed initrd=/install/initrd.gz ks=cdrom:/tpotce/ks.cfg debian-installer/locale=en_US console-setup/ask_detect=false keyboard-configuration/layoutcode=de -- default install label install menu label ^Install T-Pot Community Edition kernel /install/vmlinuz - append file=/cdrom/tpotce/tpotce.seed initrd=/install/initrd.gz ks=cdrom:/tpotce/ks.cfg debian-installer/locale=en_US console-setup/ask_detect=false keyboard-configuration/layoutcode=de -- + append file=/cdrom/tpotce/tpotce.seed initrd=/install/initrd.gz ks=cdrom:/tpotce/ks.cfg console-setup/ask_detect=true -- diff --git a/kickstart/ks.cfg b/kickstart/ks.cfg index 54a93810..f080b60e 100644 --- a/kickstart/ks.cfg +++ b/kickstart/ks.cfg @@ -2,15 +2,15 @@ #platform=AMD64 or Intel EM64T #System language -lang en_US +lang en #Language modules to install -langsupport en_US +#langsupport en_US #System keyboard -keyboard de +#keyboard de #System mouse mouse #System timezone -timezone Europe/Berlin +#timezone Europe/Berlin #Root password rootpw --disabled #Initial user diff --git a/makeiso.sh b/makeiso.sh index 71d83c89..7ff40403 100755 --- a/makeiso.sh +++ b/makeiso.sh @@ -25,8 +25,8 @@ fuECHO () { # Let's install all the packages we need fuECHO "### Installing packages." -apt-get update -y -apt-get install genisoimage syslinux -y +#apt-get update -y +#apt-get install genisoimage syslinux -y # Let's get Ubuntu 14.04.1 as .iso fuECHO "### Downloading Ubuntu 14.04.1." @@ -68,6 +68,6 @@ rm -rf $myTMP $myTPOTCEDIR # Done. fuECHO "### Done." fuECHO "### Install to usb stick" -fuECHO "###### Show devices: df" -fuECHO "###### Write to device: dd bs=1M if="$myTPOTCEISO" of=/dev/sdb" +fuECHO "###### Show devices: df or fdisk -l" +fuECHO "###### Write to device: dd bs=1M if="$myTPOTCEISO" of=" exit 0 diff --git a/preseed/tpotce.seed b/preseed/tpotce.seed index f9725b15..61ecc44c 100755 --- a/preseed/tpotce.seed +++ b/preseed/tpotce.seed @@ -1,12 +1,15 @@ # T-Pot CE preseed file by mo # Setting locale -d-i debian-installer/language string en -d-i debian-installer/country string DE -d-i debian-installer/locale string en_US.UTF-8 +#d-i debian-installer/language string en +#d-i debian-installer/country string DE +#d-i debian-installer/locale string en_US.UTF-8 # Keyboard selection -d-i console-setup/ask_detect boolean false -d-i keyboard-configuration/layoutcode string de +#d-i console-setup/ask_detect boolean false +#d-i keyboard-configuration/layoutcode string de + +#Unmount active partitions +d-i preseed/early_command string umount /media # Network Configuration d-i netcfg/choose_interface select auto @@ -20,8 +23,8 @@ d-i mirror/http/directory string /ubuntu d-i mirror/http/proxy string # Time -d-i clock-setup/utc boolean true -d-i time/zone string Europe/Berlin +#d-i clock-setup/utc boolean true +#d-i time/zone string Europe/Berlin d-i clock-setup/ntp boolean true # Package Groups