File: manual_partitioning

package info (click to toggle)
partman-base 239
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,016 kB
  • sloc: sh: 2,351; ansic: 2,292; makefile: 33
file content (11 lines) | stat: -rwxr-xr-x 173 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

. /usr/lib/partman/lib/base.sh

if ask_user /usr/lib/partman/choose_partition; then
	exitcode=99 # repeat the display.d loop
else
	exitcode=$?
fi

exit $exitcode