wok-current rev 24169
updated os-prober (1.78 -> 1.79)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Dec 29 06:36:37 2021 +0100 (2021-12-29) |
parents | 87964cbbcd16 |
children | fe66b54207f7 |
files | os-prober/description.txt os-prober/receipt |
line diff
1.1 --- a/os-prober/description.txt Wed Dec 29 06:29:35 2021 +0100 1.2 +++ b/os-prober/description.txt Wed Dec 29 06:36:37 2021 +0100 1.3 @@ -1,3 +1,12 @@ 1.4 -os-prober is a spinoff of debian-installer. 1.5 -One of the installer's features is that it can probe disks on the system for other operating systems, 1.6 -and add them to the boot loader, so that installing Debian doesn't make your other installed OS hard to boot. 1.7 +Os-prober is a spinoff of debian-installer. 1.8 +One of the installer's features is that it can probe disks 1.9 +on the system for other operating systems, and add them to 1.10 +the boot loader, so that installing Debian doesn't make 1.11 +your other installed OS hard to boot. 1.12 + 1.13 +To do this it needs to both be able to find out what version 1.14 +of what OS lives in a given partition (linux, windows, dos, 1.15 +macos, the hurd, solaris, qnx, minix). 1.16 +It also needs to work out how to boot existing installed 1.17 +linux systems, and has to be able to detect what distribution 1.18 +is installed, to add a better menu entry to grub than just "linux".
2.1 --- a/os-prober/receipt Wed Dec 29 06:29:35 2021 +0100 2.2 +++ b/os-prober/receipt Wed Dec 29 06:36:37 2021 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="os-prober" 2.7 -VERSION="1.78" 2.8 +VERSION="1.79" 2.9 CATEGORY="base-system" 2.10 SHORT_DESC="Utility to detect other OSes on a set of drives." 2.11 MAINTAINER="maintainer@slitaz.org" 2.12 @@ -32,7 +32,7 @@ 2.13 cp -a $src/newns $fs/usr/lib/os-prober 2.14 for dir in os-probes os-probes/mounted os-probes/init linux-boot-probes linux-boot-probes/mounted 2.15 do 2.16 - install -dm755 $fs/usr/lib/$dir 2.17 + install -dm755 $fs/usr/lib/$dir 2.18 cp -a $src/$dir/common/* $fs/usr/lib/$dir 2.19 if [ -d $src/$dir/x86 ] 2.20 then 2.21 @@ -40,6 +40,6 @@ 2.22 fi 2.23 done 2.24 cp -a $src/os-probes/mounted/powerpc/20macosx \ 2.25 - $fs/usr/lib/os-probes/mounted/20macosx 2.26 + $fs/usr/lib/os-probes/mounted/20macosx 2.27 cp -a $src/common.sh $fs/usr/share/os-prober 2.28 }