3 # This program is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; either version 2 of the License, or
6 # (at your option) any later version.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 # GNU General Public License for more details.
13 # You should have received a copy of the GNU General Public License
14 # along with this program. If not, see <https://www.gnu.org/licenses/>.
21 cd "$vardir/methods/floppy"
23 mountpoint="$vardir/methods/mnt"
29 Now I need the disks containing the packages to be installed.
30 I shall keep telling you what is left to be done, in case that
31 is helpful deciding which floppy to use.'
45 while [ -z "$goconfigure" ]
47 yet="`dpkg --admindir $vardir --yet-to-unpack`"
51 All packages unpacked, going on to configure them.
57 Packages yet to be unpacked:'
62 Insert a disk containing *.deb files, or type q to quit. '
65 [Qq] | [Qq][Uu][Ii][Tt] )
69 umount="$defaultfloppy"
70 if mount -rt "$defaultfstype" "$defaultfloppy" "$mountpoint"
73 dpkg --admindir $vardir --unpack -GROEB "$mountpoint" || true
74 umount "$defaultfloppy"
84 while [ -z "$response" ]
87 Not all the packages have yet been unpacked. Shall I try to
88 proceed with configuration anyay ? If any of the packages which
89 have been unpacked so far depend on any that haven'\''t then you'\''ll
90 see error messages; on the other hand if you say no those packages that
91 could have been configured will not be. (y/n) '
96 OK. Be sure to come back to this, because unpacked-but-not-configured
97 packages are not in general useable. Alternatively, use the Configure
98 option on the dselect menu.
111 dpkg --admindir $vardir --configure --pending