home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2006 November (DVD)
/
PCWELT_11_2006.ISO
/
casper
/
filesystem.squashfs
/
lib
/
partman
/
active_partition
/
98chs
/
do_option
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-08-30
|
319 b
|
19 lines
#!/bin/sh
. /lib/partman/definitions.sh
dev="$2"
id=$3
cd $dev
open_dialog GET_CHS $id
read_line cs hs ss ce he se
close_dialog
db_subst partman/show_partition_chs FROMCHS "($cs,$hs,$ss)"
db_subst partman/show_partition_chs TOCHS "($ce,$he,$se)"
db_input critical partman/show_partition_chs || true
db_go || true