Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • philh/debian-edu-install
  • debian-edu/debian-edu-install
  • hoxp18-guest/debian-edu-install
3 results
Show changes
Commits on Source (4)
Showing
with 676 additions and 57 deletions
......@@ -22,6 +22,8 @@ PART_RECIPES = \
PART_ARCHES = \
recipes \
recipes-amd64-efi \
recipes-i386-efi \
recipes-powerpc-powermac_newworld \
recipes-powerpc-prep
......
......@@ -278,9 +278,17 @@ automatic_partitioning() {
log "Detected subarch : $subarch"
case "$arch-$subarch" in
"i386-generic") #unset both use the default
"amd64-generic"|"i386-generic") #unset both use the default
arch=
subarch=
;;
"amd64-efi") #set
arch=-amd64
subarch=-efi
;;
"i386-efi") #set
arch=-i386
subarch=-efi
;;
"powerpc-powermac_newworld") #set
arch=-powerpc
......
debian-edu-install (2.11.13) UNRELEASED; urgency=medium
* Add partitioning recipes to support UEFI systems. (Closes: #988396)
- lib/partman/recipes-{amd64,i386}-efi-specific: Add EFI partition related
configuration files and directories, adjust Makefile.
- lib/partman/common/*: Adjust common recipes concerning the /boot partition
to match the UEFI related change.
- Generate / update recipes via running 'make update-partman-recipes'.
* debian-edu-profile: Adjust case statement to let the EFI recipes take effect
during installation.
-- Wolfgang Schweer <wschweer@arcor.de> Wed, 12 May 2021 22:24:20 +0200
debian-edu-install (2.11.12) unstable; urgency=medium
[ Wolfgang Schweer ]
......
......@@ -2,14 +2,13 @@ debian-edu-install/text/partman-debian-edu-main ::
>>>ARCH SPECIFIC<<<
256 5000 1024 ext4
$primary{ }
$bootable{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /boot } .
512 512 768 ext2
$defaultignore{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext2 }
mountpoint{ /boot } .
256 10000 1024 ext4
$lvmok{ }
......
......@@ -2,14 +2,13 @@ debian-edu-install/text/partman-debian-edu-main+ltsp ::
>>>ARCH SPECIFIC<<<
256 5000 1024 ext4
$primary{ }
$bootable{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /boot } .
512 512 768 ext2
$defaultignore{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext2 }
mountpoint{ /boot } .
640 10000 1536 ext4
$lvmok{ }
......
......@@ -2,14 +2,13 @@ debian-edu-install/text/partman-debian-edu-main+ws ::
>>>ARCH SPECIFIC<<<
256 5000 1024 ext4
$primary{ }
$bootable{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /boot } .
512 512 768 ext2
$defaultignore{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext2 }
mountpoint{ /boot } .
256 10000 1024 ext4
$lvmok{ }
......
......@@ -2,14 +2,13 @@ debian-edu-install/text/partman-debian-edu-ltsp ::
>>>ARCH SPECIFIC<<<
256 5000 1024 ext4
$primary{ }
$bootable{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /boot } .
512 512 768 ext2
$defaultignore{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext2 }
mountpoint{ /boot } .
1024 10000 2560 ext4
$lvmok{ }
......
......@@ -2,14 +2,13 @@ debian-edu-install/text/partman-debian-edu-workstation ::
>>>ARCH SPECIFIC<<<
256 5000 1024 ext4
$primary{ }
$bootable{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /boot } .
512 512 768 ext2
$defaultignore{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext2 }
mountpoint{ /boot } .
5568 3000 10240 ext4
$lvmok{ }
......
......@@ -2,14 +2,13 @@ debian-edu-install/text/partman-debian-edu-minimal ::
>>>ARCH SPECIFIC<<<
256 5000 1024 ext4
$primary{ }
$bootable{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /boot } .
512 512 768 ext2
$defaultignore{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext2 }
mountpoint{ /boot } .
320 5000 1024 ext4
$lvmok{ }
......
......@@ -2,14 +2,13 @@ debian-edu-install/text/partman-debian-edu-standalone ::
>>>ARCH SPECIFIC<<<
256 5000 1024 ext4
$primary{ }
$bootable{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /boot } .
512 512 768 ext2
$defaultignore{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext2 }
mountpoint{ /boot } .
14592 3000 18432 ext4
$lvmok{ }
......
538 538 1075 free
$iflabel{ gpt }
$reusemethod{ }
method{ efi }
format{ } .
debian-edu-install/text/partman-debian-edu-main ::
538 538 1075 free
$iflabel{ gpt }
$reusemethod{ }
method{ efi }
format{ } .
512 512 768 ext2
$defaultignore{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext2 }
mountpoint{ /boot } .
256 10000 1024 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ / } .
3904 4000 8192 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /usr } .
2560 3000 15360 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /var } .
256 3000 5120 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /var/log } .
64 4000 2048 linux-swap
method{ swap }
$lvmok{ }
format{ } .
64 1000 15360 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /var/spool/squid } .
64 1000 32768 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
options/acl{ acl }
options/user_xattr{ user_xattr }
mountpoint{ /skole/backup } .
128 1500 32768 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
options/acl{ acl }
options/user_xattr{ user_xattr }
mountpoint{ /skole/tjener/home0 } .
32 1000 -1 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ keep }
mountpoint{ /debianedufreespace } .
debian-edu-install/text/partman-debian-edu-main+ltsp ::
538 538 1075 free
$iflabel{ gpt }
$reusemethod{ }
method{ efi }
format{ } .
512 512 768 ext2
$defaultignore{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext2 }
mountpoint{ /boot } .
640 10000 1536 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ / } .
14976 4000 18432 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /usr } .
6144 3000 10240 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /var } .
256 3000 5120 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /var/log } .
64 4000 4096 linux-swap
method{ swap }
$lvmok{ }
format{ } .
12864 4000 18432 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /srv/ltsp } .
128 2000 4096 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /var/opt/ltsp/swapfiles } .
128 1500 32768 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
options/acl{ acl }
options/user_xattr{ user_xattr }
mountpoint{ /skole/tjener/home0 } .
64 1000 15360 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /var/spool/squid } .
64 1000 32768 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
options/acl{ acl }
options/user_xattr{ user_xattr }
mountpoint{ /skole/backup } .
32 1000 -1 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ keep }
mountpoint{ /debianedufreespace } .
debian-edu-install/text/partman-debian-edu-main+ws ::
538 538 1075 free
$iflabel{ gpt }
$reusemethod{ }
method{ efi }
format{ } .
512 512 768 ext2
$defaultignore{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext2 }
mountpoint{ /boot } .
256 10000 1024 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ / } .
14976 4000 18432 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /usr } .
4736 3000 10240 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /var } .
64 6000 4096 linux-swap
method{ swap }
$lvmok{ }
format{ } .
128 1500 32768 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /skole/tjener/home0 } .
64 1000 15360 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /var/spool/squid } .
64 1000 32768 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /skole/backup } .
32 1000 -1 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ keep }
mountpoint{ /debianedufreespace } .
debian-edu-install/text/partman-debian-edu-ltsp ::
538 538 1075 free
$iflabel{ gpt }
$reusemethod{ }
method{ efi }
format{ } .
512 512 768 ext2
$defaultignore{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext2 }
mountpoint{ /boot } .
1024 10000 2560 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ / } .
14336 4000 18432 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /usr } .
6912 3000 10240 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /var } .
256 3000 5120 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /var/log } .
12800 3000 16384 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /srv/ltsp } .
64 2000 4096 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /var/opt/ltsp/swapfiles } .
64 10000 4096 linux-swap
method{ swap }
$lvmok{ }
format{ } .
32 1000 -1 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ keep }
mountpoint{ /debianedufreespace } .
debian-edu-install/text/partman-debian-edu-workstation ::
538 538 1075 free
$iflabel{ gpt }
$reusemethod{ }
method{ efi }
format{ } .
512 512 768 ext2
$defaultignore{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext2 }
mountpoint{ /boot } .
5568 3000 10240 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ / } .
14784 3000 18432 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /usr } .
200% 10000 200% linux-swap
method{ swap }
$lvmok{ }
format{ } .
32 1000 -1 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ keep }
mountpoint{ /debianedufreespace } .
debian-edu-install/text/partman-debian-edu-minimal ::
538 538 1075 free
$iflabel{ gpt }
$reusemethod{ }
method{ efi }
format{ } .
512 512 768 ext2
$defaultignore{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext2 }
mountpoint{ /boot } .
320 5000 1024 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ / } .
3456 1000 6144 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /usr } .
1792 2500 4096 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /var } .
64 10000 200% linux-swap
method{ swap }
$lvmok{ }
format{ } .
32 1000 -1 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ keep }
mountpoint{ /debianedufreespace } .
debian-edu-install/text/partman-debian-edu-standalone ::
538 538 1075 free
$iflabel{ gpt }
$reusemethod{ }
method{ efi }
format{ } .
512 512 768 ext2
$defaultignore{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext2 }
mountpoint{ /boot } .
14592 3000 18432 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ / } .
4544 3000 10240 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /var } .
320 1500 32768 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /home } .
200% 10000 200% linux-swap
method{ swap }
$lvmok{ }
format{ } .
32 1000 -1 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ keep }
mountpoint{ /debianedufreespace } .
538 538 1075 free
$iflabel{ gpt }
$reusemethod{ }
method{ efi }
format{ } .
debian-edu-install/text/partman-debian-edu-main ::
538 538 1075 free
$iflabel{ gpt }
$reusemethod{ }
method{ efi }
format{ } .
512 512 768 ext2
$defaultignore{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext2 }
mountpoint{ /boot } .
256 10000 1024 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ / } .
3904 4000 8192 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /usr } .
2560 3000 15360 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /var } .
256 3000 5120 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /var/log } .
64 4000 2048 linux-swap
method{ swap }
$lvmok{ }
format{ } .
64 1000 15360 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /var/spool/squid } .
64 1000 32768 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
options/acl{ acl }
options/user_xattr{ user_xattr }
mountpoint{ /skole/backup } .
128 1500 32768 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
options/acl{ acl }
options/user_xattr{ user_xattr }
mountpoint{ /skole/tjener/home0 } .
32 1000 -1 ext4
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ keep }
mountpoint{ /debianedufreespace } .