From 24ff23a3c09de39ff60e481b5c43ea2d73e392e3 Mon Sep 17 00:00:00 2001 From: Gerolf Ziegenhain Date: Wed, 4 Feb 2009 22:56:21 +0100 Subject: [PATCH] . --- doc/corvix/index.html | 2 +- .../meta/corvix-graphics/DEBIAN/control | 4 ++-- var/install/preseed/classes/otto/example.old | 23 ---------------------- var/install/preseed/classes/otto/preseed.cfg | 6 +++++- 4 files changed, 8 insertions(+), 27 deletions(-) delete mode 100755 var/install/preseed/classes/otto/example.old diff --git a/doc/corvix/index.html b/doc/corvix/index.html index 5254d89..7ca9129 100755 --- a/doc/corvix/index.html +++ b/doc/corvix/index.html @@ -6,7 +6,7 @@ - + diff --git a/var/deb-package/meta/corvix-graphics/DEBIAN/control b/var/deb-package/meta/corvix-graphics/DEBIAN/control index a7d9bdb..37c7576 100755 --- a/var/deb-package/meta/corvix-graphics/DEBIAN/control +++ b/var/deb-package/meta/corvix-graphics/DEBIAN/control @@ -1,6 +1,6 @@ Package: corvix-graphics -Version: 0.0.1 -Depends: python-opengl, unpaper, inkscape, xfig, gimp, imagemagick, gs, gv, pdftk, xpdf, a2ps, acroread, sane-utils, netpbm +Version: 0.0.2 +Depends: python-opengl, unpaper, inkscape, xfig, gimp, imagemagick, gs, gv, pdftk, xpdf, a2ps, acroread, sane-utils, netpbm, icoutils Essential: no Priority: standard Section: corvix diff --git a/var/install/preseed/classes/otto/example.old b/var/install/preseed/classes/otto/example.old deleted file mode 100755 index 901ac38..0000000 --- a/var/install/preseed/classes/otto/example.old +++ /dev/null @@ -1,23 +0,0 @@ -# Alternatively, you can specify a disk to partition. The device name -# can be given in either devfs or traditional non-devfs format. -# For example, to use the first disk: -#d-i partman-auto/disk string /dev/discs/disc0/disc -d-i partman-auto/disk string /dev/sda -# In addition, you'll need to specify the method to use. -# The presently available methods are: "regular", "lvm" and "crypto" -d-i partman-auto/method string lvm -# If one of the disks that are going to be automatically partitioned -# contains an old LVM configuration, the user will normally receive a -# warning. This can be preseeded away... -d-i partman-auto/purge_lvm_from_device boolean true -# And the same goes for the confirmation to write the lvm partitions. -d-i partman-lvm/confirm boolean true -# You can choose from any of the predefined partitioning recipes. -# Note: this must be preseeded with a localized (translated) value. -d-i partman-auto/choose_recipe \ -select Separate /home, /usr, /var, and /tmp partitions -# This makes partman automatically partition without confirmation. -d-i partman/confirm_write_new_label boolean true -d-i partman/choose_partition \ -select Finish partitioning and write changes to disk -d-i partman/confirm boolean true diff --git a/var/install/preseed/classes/otto/preseed.cfg b/var/install/preseed/classes/otto/preseed.cfg index a723473..edd9ace 100755 --- a/var/install/preseed/classes/otto/preseed.cfg +++ b/var/install/preseed/classes/otto/preseed.cfg @@ -13,6 +13,10 @@ d-i partman/confirm boolean true # needed to shut up complaint about unused keep_2 lv d-i partman-basicmethods/method_only boolean false -d-i partman-auto/expert_recipe string exampleserver :: 35000 50 20000 ext3 $primary{ } $bootable{ } method{ format } format{ } use_filesystem{ } filesystem{ ext3 } mountpoint{ / } . 64 512000 3000% linux-swap method{ swap } format{ } . +d-i partman-auto/expert_recipe string exampleserver :: \ + 35000 50 20000 ext3 \ + $primary{ } $bootable{ } method{ format } format{ } use_filesystem{ } filesystem{ ext3 } \ + mountpoint{ / } . \ + 64 512000 3000% linux-swap method{ swap } format{ } . -- 2.11.4.GIT