Commit 648e186f authored by system_user's avatar system_user

preseed: set ESP partition size to 1GB

parent cabc48cc
...@@ -13,7 +13,7 @@ d-i mirror/http/hostname string ftp.fr.debian.org ...@@ -13,7 +13,7 @@ d-i mirror/http/hostname string ftp.fr.debian.org
d-i mirror/http/directory string /debian d-i mirror/http/directory string /debian
d-i mirror/http/proxy string d-i mirror/http/proxy string
d-i partman/early_command string set -e; x=`grep -l 468862128 /sys/block/*/size`; x=${x%/*}; x=/dev/${x##*/}; debconf-set partman-auto/disk $x; debconf-set grub-installer/bootdev $x # TODO d-i partman/early_command string set -e; x=`grep -l 468862128 /sys/block/*/size`; x=${x%/*}; x=/dev/${x##*/}; debconf-set partman-auto/disk $x; debconf-set grub-installer/bootdev $x # TODO
d-i partman-auto/expert_recipe string : 36 1 36 free method{ efi } format{ } . 1 1 -1 xfs method{ format } format{ } use_filesystem{ } filesystem{ xfs } mountpoint{ / } options/noatime{ } . d-i partman-auto/expert_recipe string : 1024 1 1024 free method{ efi } format{ } . 1 1 -1 xfs method{ format } format{ } use_filesystem{ } filesystem{ xfs } mountpoint{ / } options/noatime{ } .
d-i partman-auto/method string regular d-i partman-auto/method string regular
d-i partman-basicfilesystems/no_swap string false d-i partman-basicfilesystems/no_swap string false
d-i partman/choose_partition string finish d-i partman/choose_partition string finish
......
...@@ -13,7 +13,7 @@ d-i mirror/http/hostname string ftp.tw.debian.org ...@@ -13,7 +13,7 @@ d-i mirror/http/hostname string ftp.tw.debian.org
d-i mirror/http/directory string /debian d-i mirror/http/directory string /debian
d-i mirror/http/proxy string http://124.219.111.34:3142 d-i mirror/http/proxy string http://124.219.111.34:3142
d-i partman/early_command string set -e; x=`grep -l 500118192 /sys/block/*/size`; x=${x%/*}; x=/dev/${x##*/}; debconf-set partman-auto/disk $x; debconf-set grub-installer/bootdev $x d-i partman/early_command string set -e; x=`grep -l 500118192 /sys/block/*/size`; x=${x%/*}; x=/dev/${x##*/}; debconf-set partman-auto/disk $x; debconf-set grub-installer/bootdev $x
d-i partman-auto/expert_recipe string : 36 1 36 free method{ efi } format{ } . 1 1 -1 xfs method{ format } format{ } use_filesystem{ } filesystem{ xfs } mountpoint{ / } options/noatime{ } . d-i partman-auto/expert_recipe string : 1024 1 1024 free method{ efi } format{ } . 1 1 -1 xfs method{ format } format{ } use_filesystem{ } filesystem{ xfs } mountpoint{ / } options/noatime{ } .
d-i partman-auto/method string regular d-i partman-auto/method string regular
d-i partman-basicfilesystems/no_swap string false d-i partman-basicfilesystems/no_swap string false
d-i partman/choose_partition string finish d-i partman/choose_partition string finish
......
...@@ -13,7 +13,7 @@ d-i mirror/http/hostname string ftp.se.debian.org ...@@ -13,7 +13,7 @@ d-i mirror/http/hostname string ftp.se.debian.org
d-i mirror/http/directory string /debian d-i mirror/http/directory string /debian
d-i mirror/http/proxy string d-i mirror/http/proxy string
d-i partman/early_command string set -e; x=`grep -l 234441648 /sys/block/*/size`; x=${x%/*}; x=/dev/${x##*/}; debconf-set partman-auto/disk $x; debconf-set grub-installer/bootdev $x d-i partman/early_command string set -e; x=`grep -l 234441648 /sys/block/*/size`; x=${x%/*}; x=/dev/${x##*/}; debconf-set partman-auto/disk $x; debconf-set grub-installer/bootdev $x
d-i partman-auto/expert_recipe string : 36 1 36 free method{ efi } format{ } . 1 1 -1 xfs method{ format } format{ } use_filesystem{ } filesystem{ xfs } mountpoint{ / } options/noatime{ } . d-i partman-auto/expert_recipe string : 1024 1 1024 free method{ efi } format{ } . 1 1 -1 xfs method{ format } format{ } use_filesystem{ } filesystem{ xfs } mountpoint{ / } options/noatime{ } .
d-i partman-auto/method string regular d-i partman-auto/method string regular
d-i partman-basicfilesystems/no_swap string false d-i partman-basicfilesystems/no_swap string false
d-i partman/choose_partition string finish d-i partman/choose_partition string finish
......
...@@ -13,7 +13,7 @@ d-i mirror/http/hostname string ftp.fr.debian.org ...@@ -13,7 +13,7 @@ d-i mirror/http/hostname string ftp.fr.debian.org
d-i mirror/http/directory string /debian d-i mirror/http/directory string /debian
d-i mirror/http/proxy string d-i mirror/http/proxy string
d-i partman/early_command string set -e; x=`grep -l '468862128\|234441648' /sys/block/*/size`; x=${x%/*}; x=/dev/${x##*/}; debconf-set partman-auto/disk $x; debconf-set grub-installer/bootdev $x d-i partman/early_command string set -e; x=`grep -l '468862128\|234441648' /sys/block/*/size`; x=${x%/*}; x=/dev/${x##*/}; debconf-set partman-auto/disk $x; debconf-set grub-installer/bootdev $x
d-i partman-auto/expert_recipe string : 36 1 36 free method{ efi } format{ } . 1 1 -1 xfs method{ format } format{ } use_filesystem{ } filesystem{ xfs } mountpoint{ / } options/noatime{ } . d-i partman-auto/expert_recipe string : 1024 1 1024 free method{ efi } format{ } . 1 1 -1 xfs method{ format } format{ } use_filesystem{ } filesystem{ xfs } mountpoint{ / } options/noatime{ } .
d-i partman-auto/method string regular d-i partman-auto/method string regular
d-i partman-basicfilesystems/no_swap string false d-i partman-basicfilesystems/no_swap string false
d-i partman/choose_partition string finish d-i partman/choose_partition string finish
......
...@@ -13,7 +13,7 @@ d-i mirror/http/hostname string ftp.fr.debian.org ...@@ -13,7 +13,7 @@ d-i mirror/http/hostname string ftp.fr.debian.org
d-i mirror/http/directory string /debian d-i mirror/http/directory string /debian
d-i mirror/http/proxy string d-i mirror/http/proxy string
d-i partman/early_command string set -e; x=`grep -l 488397168 /sys/block/*/size`; x=${x%/*}; x=/dev/${x##*/}; debconf-set partman-auto/disk $x; debconf-set grub-installer/bootdev $x # TODO d-i partman/early_command string set -e; x=`grep -l 488397168 /sys/block/*/size`; x=${x%/*}; x=/dev/${x##*/}; debconf-set partman-auto/disk $x; debconf-set grub-installer/bootdev $x # TODO
d-i partman-auto/expert_recipe string : 36 1 36 free method{ efi } format{ } . 1 1 -1 xfs method{ format } format{ } use_filesystem{ } filesystem{ xfs } mountpoint{ / } options/noatime{ } . d-i partman-auto/expert_recipe string : 1024 1 1024 free method{ efi } format{ } . 1 1 -1 xfs method{ format } format{ } use_filesystem{ } filesystem{ xfs } mountpoint{ / } options/noatime{ } .
d-i partman-auto/method string regular d-i partman-auto/method string regular
d-i partman-basicfilesystems/no_swap string false d-i partman-basicfilesystems/no_swap string false
d-i partman/choose_partition string finish d-i partman/choose_partition string finish
......
...@@ -13,7 +13,7 @@ d-i mirror/http/hostname string ftp.de.debian.org ...@@ -13,7 +13,7 @@ d-i mirror/http/hostname string ftp.de.debian.org
d-i mirror/http/directory string /debian d-i mirror/http/directory string /debian
d-i mirror/http/proxy string d-i mirror/http/proxy string
d-i partman/early_command string set -e; x=`grep -l 468862128 /sys/block/*/size`; x=${x%/*}; x=/dev/${x##*/}; debconf-set partman-auto/disk $x; debconf-set grub-installer/bootdev $x # TODO d-i partman/early_command string set -e; x=`grep -l 468862128 /sys/block/*/size`; x=${x%/*}; x=/dev/${x##*/}; debconf-set partman-auto/disk $x; debconf-set grub-installer/bootdev $x # TODO
d-i partman-auto/expert_recipe string : 36 1 36 free method{ efi } format{ } . 1 1 -1 xfs method{ format } format{ } use_filesystem{ } filesystem{ xfs } mountpoint{ / } options/noatime{ } . d-i partman-auto/expert_recipe string : 1024 1 1024 free method{ efi } format{ } . 1 1 -1 xfs method{ format } format{ } use_filesystem{ } filesystem{ xfs } mountpoint{ / } options/noatime{ } .
d-i partman-auto/method string regular d-i partman-auto/method string regular
d-i partman-basicfilesystems/no_swap string false d-i partman-basicfilesystems/no_swap string false
d-i partman/choose_partition string finish d-i partman/choose_partition string finish
......
...@@ -13,7 +13,7 @@ d-i mirror/http/hostname string ftp.fr.debian.org ...@@ -13,7 +13,7 @@ d-i mirror/http/hostname string ftp.fr.debian.org
d-i mirror/http/directory string /debian d-i mirror/http/directory string /debian
d-i mirror/http/proxy string d-i mirror/http/proxy string
d-i partman/early_command string set -e; x=`grep -l 1875385008 /sys/block/*/size`; x=${x%/*}; x=/dev/${x##*/}; debconf-set partman-auto/disk $x; debconf-set grub-installer/bootdev $x # TODO d-i partman/early_command string set -e; x=`grep -l 1875385008 /sys/block/*/size`; x=${x%/*}; x=/dev/${x##*/}; debconf-set partman-auto/disk $x; debconf-set grub-installer/bootdev $x # TODO
d-i partman-auto/expert_recipe string : 36 1 36 free method{ efi } format{ } . 1 1 -1 xfs method{ format } format{ } use_filesystem{ } filesystem{ xfs } mountpoint{ / } options/noatime{ } . d-i partman-auto/expert_recipe string : 1024 1 1024 free method{ efi } format{ } . 1 1 -1 xfs method{ format } format{ } use_filesystem{ } filesystem{ xfs } mountpoint{ / } options/noatime{ } .
d-i partman-auto/method string regular d-i partman-auto/method string regular
d-i partman-basicfilesystems/no_swap string false d-i partman-basicfilesystems/no_swap string false
d-i partman/choose_partition string finish d-i partman/choose_partition string finish
......
...@@ -13,7 +13,7 @@ d-i mirror/http/hostname string ftp.fr.debian.org ...@@ -13,7 +13,7 @@ d-i mirror/http/hostname string ftp.fr.debian.org
d-i mirror/http/directory string /debian d-i mirror/http/directory string /debian
d-i mirror/http/proxy string d-i mirror/http/proxy string
d-i partman/early_command string set -e; x=`grep -l '488397168\|468862128' /sys/block/*/size`; x=${x%/*}; x=/dev/${x##*/}; debconf-set partman-auto/disk $x; debconf-set grub-installer/bootdev $x d-i partman/early_command string set -e; x=`grep -l '488397168\|468862128' /sys/block/*/size`; x=${x%/*}; x=/dev/${x##*/}; debconf-set partman-auto/disk $x; debconf-set grub-installer/bootdev $x
d-i partman-auto/expert_recipe string : 36 1 36 free method{ efi } format{ } . 1 1 -1 xfs method{ format } format{ } use_filesystem{ } filesystem{ xfs } mountpoint{ / } options/noatime{ } . d-i partman-auto/expert_recipe string : 1024 1 1024 free method{ efi } format{ } . 1 1 -1 xfs method{ format } format{ } use_filesystem{ } filesystem{ xfs } mountpoint{ / } options/noatime{ } .
d-i partman-auto/method string regular d-i partman-auto/method string regular
d-i partman-basicfilesystems/no_swap string false d-i partman-basicfilesystems/no_swap string false
d-i partman/choose_partition string finish d-i partman/choose_partition string finish
......
...@@ -13,7 +13,7 @@ d-i mirror/http/hostname string ftp.cn.debian.org ...@@ -13,7 +13,7 @@ d-i mirror/http/hostname string ftp.cn.debian.org
d-i mirror/http/directory string /debian d-i mirror/http/directory string /debian
d-i mirror/http/proxy string http://10.0.45.51:3142 d-i mirror/http/proxy string http://10.0.45.51:3142
d-i partman/early_command string set -e; x=`grep -l 468862128 /sys/block/*/size`; x=${x%/*}; x=/dev/${x##*/}; debconf-set partman-auto/disk $x; debconf-set grub-installer/bootdev $x d-i partman/early_command string set -e; x=`grep -l 468862128 /sys/block/*/size`; x=${x%/*}; x=/dev/${x##*/}; debconf-set partman-auto/disk $x; debconf-set grub-installer/bootdev $x
d-i partman-auto/expert_recipe string : 36 1 36 free method{ efi } format{ } . 1 1 -1 xfs method{ format } format{ } use_filesystem{ } filesystem{ xfs } mountpoint{ / } options/noatime{ } . d-i partman-auto/expert_recipe string : 1024 1 1024 free method{ efi } format{ } . 1 1 -1 xfs method{ format } format{ } use_filesystem{ } filesystem{ xfs } mountpoint{ / } options/noatime{ } .
d-i partman-auto/method string regular d-i partman-auto/method string regular
d-i partman-basicfilesystems/no_swap string false d-i partman-basicfilesystems/no_swap string false
d-i partman/choose_partition string finish d-i partman/choose_partition string finish
......
...@@ -13,7 +13,7 @@ d-i mirror/http/hostname string ftp.cn.debian.org ...@@ -13,7 +13,7 @@ d-i mirror/http/hostname string ftp.cn.debian.org
d-i mirror/http/directory string /debian d-i mirror/http/directory string /debian
d-i mirror/http/proxy string http://124.163.255.99:3142 d-i mirror/http/proxy string http://124.163.255.99:3142
d-i partman/early_command string set -e; x=`grep -l 468862128 /sys/block/*/size`; x=${x%/*}; x=/dev/${x##*/}; debconf-set partman-auto/disk $x; debconf-set grub-installer/bootdev $x d-i partman/early_command string set -e; x=`grep -l 468862128 /sys/block/*/size`; x=${x%/*}; x=/dev/${x##*/}; debconf-set partman-auto/disk $x; debconf-set grub-installer/bootdev $x
d-i partman-auto/expert_recipe string : 36 1 36 free method{ efi } format{ } . 1 1 -1 xfs method{ format } format{ } use_filesystem{ } filesystem{ xfs } mountpoint{ / } options/noatime{ } . d-i partman-auto/expert_recipe string : 1024 1 1024 free method{ efi } format{ } . 1 1 -1 xfs method{ format } format{ } use_filesystem{ } filesystem{ xfs } mountpoint{ / } options/noatime{ } .
d-i partman-auto/method string regular d-i partman-auto/method string regular
d-i partman-basicfilesystems/no_swap string false d-i partman-basicfilesystems/no_swap string false
d-i partman/choose_partition string finish d-i partman/choose_partition string finish
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment