Codebase list partman-auto / 1395762
Skip auto/choices on s390x. Philipp Kern 12 years ago
2 changed file(s) with 7 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
55
66 # Skip if no disks detected and don't run on S/390
77 if [ -z "$(get_auto_disks)" ] || \
8 [ "$(udpkg --print-architecture)" = s390 ]; then
8 [ "$(udpkg --print-architecture)" = s390 ] || \
9 [ "$(udpkg --print-architecture)" = s390x ]; then
910 exit 0
1011 fi
1112
44 - Determine memory size for RAM-dependent recipe elements more
55 accurately on i386 (LP: #604765).
66
7 [ Matt Kraai]
7 [ Matt Kraai ]
88 * Enable LVM in mipsel/loongson-2f recipes (closes: #637970).
99
10 -- Matt Kraai <[email protected]> Mon, 15 Aug 2011 21:28:26 -0700
10 [ Philipp Kern ]
11 * Skip auto/choices on s390x.
12
13 -- Philipp Kern <[email protected]> Thu, 06 Oct 2011 18:36:34 +0200
1114
1215 partman-auto (99) unstable; urgency=low
1316