Commit 122a39c6 authored by root's avatar root

fix for greendata rack

parent f61f10f3
......@@ -28,7 +28,6 @@ f4:52:14:b7:df:da
f4:52:14:c7:ff:d0
f4:52:14:c9:02:64
00:02:c9:27:73:a8
f4:52:14:c8:8a:96
f4:52:14:ba:8c:ba
f4:52:14:ba:af:9a
f4:52:14:ba:af:52
......@@ -37,6 +36,7 @@ f4:52:14:b9:7b:f4
00:02:c9:27:b1:64
f4:52:14:c7:e5:f0
f4:52:14:b7:cf:66
f4:52:14:c8:8a:96
00:02:c9:9e:96:36
00:02:c9:9e:e7:90
00:02:c9:9e:64:5c
......@@ -136,15 +136,15 @@ exec dnsmasq -d --port=0 --log-dhcp \
--dhcp-host=f4:52:14:c7:ff:d0,178.255.101.203,1h \
--dhcp-host=f4:52:14:c9:02:64,178.255.101.204,1h \
--dhcp-host=00:02:c9:27:73:a8,178.255.101.205,1h \
--dhcp-host=f4:52:14:c8:8a:96,178.255.101.206,1h \
--dhcp-host=f4:52:14:ba:8c:ba,178.255.101.207,1h \
--dhcp-host=f4:52:14:ba:af:9a,178.255.101.208,1h \
--dhcp-host=f4:52:14:ba:af:52,178.255.101.209,1h \
--dhcp-host=f4:52:14:c7:f1:9c,178.255.101.210,1h \
--dhcp-host=f4:52:14:b9:7b:f4,178.255.101.211,1h \
--dhcp-host=00:02:c9:27:b1:64,178.255.101.212,1h \
--dhcp-host=f4:52:14:c7:e5:f0,178.255.101.213,1h \
--dhcp-host=f4:52:14:b7:cf:66,178.255.101.214,1h \
--dhcp-host=f4:52:14:ba:8c:ba,178.255.101.206,1h \
--dhcp-host=f4:52:14:ba:af:9a,178.255.101.207,1h \
--dhcp-host=f4:52:14:ba:af:52,178.255.101.208,1h \
--dhcp-host=f4:52:14:c7:f1:9c,178.255.101.209,1h \
--dhcp-host=f4:52:14:b9:7b:f4,178.255.101.210,1h \
--dhcp-host=00:02:c9:27:b1:64,178.255.101.211,1h \
--dhcp-host=f4:52:14:c7:e5:f0,178.255.101.212,1h \
--dhcp-host=f4:52:14:b7:cf:66,178.255.101.213,1h \
--dhcp-host=f4:52:14:c8:8a:96,178.255.101.214,1h \
--dhcp-host=00:02:c9:9e:96:36,178.255.101.215,1h \
--dhcp-host=00:02:c9:9e:e7:90,178.255.101.216,1h \
--dhcp-host=00:02:c9:9e:64:5c,178.255.101.217,1h \
......
......@@ -12,7 +12,7 @@ d-i mirror/country string manual
d-i mirror/http/hostname string ftp.fr.debian.org
d-i mirror/http/directory string /debian
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
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/method string regular
d-i partman-basicfilesystems/no_swap string false
......
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