code simplification
[grml-debootstrap.git] / grml-debootstrap
1 #!/bin/bash
2 # Filename:      grml-debootstrap
3 # Purpose:       wrapper around debootstrap for installing plain Debian via Grml
4 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
5 # Bug-Reports:   see https://grml.org/bugs/
6 # License:       This file is licensed under the GPL v2+
7 ################################################################################
8 # shellcheck disable=SC2001,SC2181
9
10 # error_handler {{{
11 error_handler() {
12    last_exit_code="$?"
13    last_bash_command="$BASH_COMMAND"
14    echo "Unexpected non-zero exit code $last_exit_code in ${BASH_SOURCE[*]} at line ${BASH_LINENO[*]} detected!
15 last bash command: $last_bash_command"
16    ## Check if "bailout" function is available.
17    ## This is not the case in chroot-script.
18    if command -v bailout >/dev/null 2>&1; then
19       bailout 1
20    else
21       exit 1
22    fi
23 }
24
25 set -e
26 set -E
27 set -o pipefail
28 trap "error_handler" ERR
29 export -f "error_handler"
30 # }}}
31
32 # variables {{{
33 PN="$(basename "$0")"
34 if [[ -d "$(dirname "$(command -v "$0")")"/.git ]]; then
35   VERSION="$(git --git-dir "$(dirname "$(command -v "$0")")"/.git describe | sed 's|^v||')"
36 else
37   VERSION="$(dpkg-query --show --showformat='${Version}' "$PN")"
38 fi
39 VERSION="${VERSION:-unknown}"
40 MNTPOINT="/mnt/debootstrap.$$"
41
42 # defaults
43 [ -n "$CHROOT_SCRIPTS" ] || CHROOT_SCRIPTS='yes'
44 [ -n "$CONFFILES" ] || CONFFILES='/etc/debootstrap'
45 [ -n "$DEBCONF" ] || DEBCONF='yes'
46 [ -n "$DEBIAN_FRONTEND" ] || DEBIAN_FRONTEND='noninteractive'
47 [ -n "$DEBOOTSTRAP" ] || DEBOOTSTRAP='debootstrap'
48 [ -n "$DEFAULT_LANGUAGE" ] || DEFAULT_LANGUAGE='en_US:en'
49 [ -n "$DEFAULT_LOCALES" ] || DEFAULT_LOCALES='en_US.UTF-8'
50 [ -n "$DISK_IDENTIFIER" ] || DISK_IDENTIFIER='26ada0c0-1165-4098-884d-aafd2220c2c6'
51 [ -n "$EXTRAPACKAGES" ] || EXTRAPACKAGES='yes'
52 [ -n "$FALLBACK_MIRROR" ] || FALLBACK_MIRROR='http://deb.debian.org/debian'
53 [ -n "$FIXED_DISK_IDENTIFIERS" ] || FIXED_DISK_IDENTIFIERS="no"
54 [ -n "$FORCE" ] || FORCE=''
55 [ -n "$HOSTNAME" ] || HOSTNAME='grml'
56 [ -n "$INITRD" ] || INITRD='yes'
57 [ -n "$INITRD_GENERATOR" ] || INITRD_GENERATOR='initramfs-tools'
58 [ -n "$INITRD_GENERATOR_OPTS" ] || INITRD_GENERATOR_OPTS=''
59 [ -n "$INSTALL_NOTES" ] || INSTALL_NOTES='/etc/debootstrap/install_notes'
60 [ -n "$LOCALES" ] || LOCALES='yes'
61 [ -n "$MIRROR" ] || MIRROR="$FALLBACK_MIRROR"
62 [ -n "$MKFS" ] || MKFS='mkfs.ext4'
63 [ -n "$MKFS_OPTS" ] || MKFS_OPTS=''
64 [ -n "$PACKAGES" ] || PACKAGES='yes'
65 [ -n "$POST_SCRIPTS" ] || POST_SCRIPTS='yes'
66 [ -n "$PRE_SCRIPTS" ] || PRE_SCRIPTS='yes'
67 [ -n "$RECONFIGURE" ] || RECONFIGURE='console-data'
68 [ -n "$RELEASE" ] || RELEASE='bookworm'
69 [ -n "$RM_APTCACHE" ] || RM_APTCACHE='yes'
70 [ -n "$SCRIPTS" ] || SCRIPTS='no' # deprecated, replaced by POST_SCRIPTS
71 [ -n "$SECURE" ] || SECURE='yes'
72 [ -n "$TIMEZONE" ] || TIMEZONE='Europe/Vienna'
73 [ -n "$TUNE2FS" ] || TUNE2FS='tune2fs -c0 -i0'
74 [ -n "$UPGRADE_SYSTEM" ] || UPGRADE_SYSTEM='yes'
75 [ -n "$VMSIZE" ] || VMSIZE="2G"
76 [ -n "$GRUB_INSTALL" ] || GRUB_INSTALL='yes'
77
78 # inside the chroot system locales might not be available, so use minimum:
79 export LANG=C
80 export LC_ALL=C
81 export LANGUAGE=C
82
83 # make sure interactive mode is only executed when
84 # using an empty configuration file or option --interactive
85 INTERACTIVE=''
86 # }}}
87
88 # help text {{{
89 usage() {
90   echo "$PN - wrapper around debootstrap for installing Debian
91
92 Usage: $PN [options]
93
94 Bootstrap options:
95
96   -m, --mirror <URL>     Mirror which should be used for apt-get/aptitude.
97   -i, --iso <mnt>        Mountpoint where a Debian ISO is mounted to, for use
98                          instead of fetching packages from a mirror.
99   -r, --release <name>   Release of new Debian system (default: bullseye).
100   -t, --target <target>  Target partition (/dev/...) or directory where the
101                          system should be installed to.
102   -p, --mntpoint <mnt>   Mountpoint used for mounting the target system,
103                          has no effect if -t is given and represents a directory.
104       --debopt <params>  Extra parameters passed to the debootstrap command.
105       --interactive      Use interactive mode (frontend).
106       --nodebootstrap    Skip debootstrap, only do configuration to the target.
107       --grub <device>    Target for grub installation. Usage example: /dev/sda
108       --efi <device>     Target for EFI installation. Usage example: /dev/sda1
109       --arch <arch>      Set target architecture, use for installing i386 on amd64.
110       --filesystem <fs>  Filesystem that should be used when target is a partition
111                          or Virtual Machine (see --vmfile).
112       --force            Do not prompt for user acknowledgement.
113
114 Options for Virtual Machine deployment:
115
116       --vm               Set up a Virtual Machine on an existing block device
117                          instead of plainly installing to a partition or
118                          directory. Needs to be combined with --target.
119                          Example: --vm --target /dev/mapper/your-vm-disk
120       --vmfile           Like --vm, but install into a regular file (created by
121                          'qemu-img create -f raw ...') instead.
122                          Example: --vmfile --target /mnt/sda1/qemu.img
123       --vmsize <size>    Use specified size for size of VM file (default: 2G).
124                          Syntax as supported by qemu-img, like: --vmsize 3G
125       --vmefi            Create an EFI boot partition for the VM.
126
127 Configuration options:
128
129   -c, --config <file>      Use specified configuration file, defaults to
130                              /etc/debootstrap/config
131   -d, --confdir <path>     Place of config files for debootstrap, defaults
132                              to /etc/debootstrap
133       --packages <file>    Install packages defined in specified list file
134                              instead of using /etc/debootstrap/packages.
135       --nopackages         Skip installation of packages defined in
136                              /etc/debootstrap/packages
137       --nokernel           Skip installation of default kernel images.
138       --nointerfaces       Do not copy /etc/network/interfaces from host system
139                            to target system.
140                            (This option is automatically enabled when using --vmfile.)
141       --defaultinterfaces  Install a default /etc/network/interfaces file (enabling
142                            DHCP for eth0) instead of taking over config from host system.
143       --debconf <file>     Pre-seed packages using specified pre-seed db file.
144       --grmlrepos          Enable Grml's Debian repository (deb.grml.org).
145       --backportrepos      Enable Debian's backports repository (backports.debian.org).
146       --keep_src_list      Do not overwrite user provided apt sources.list.
147       --contrib            Enable 'contrib' in COMPONENTS (defaults to 'main' only).
148       --non-free           Enable non-free / non-free-firmware in COMPONENTS (defaults to 'main' only).
149       --hostname <name>    Hostname of Debian system.
150       --nopassword         Do not prompt for the root password.
151       --password <pwd>     Use specified password as password for user root.
152       --sshcopyauth        Use ${HOME}/.ssh/authorized_keys to authorise root login on the target system.
153       --sshcopyid          Use locally available public keys to authorise root login on the target system.
154       --bootappend <line>  Add specified appendline to kernel whilst booting.
155       --chroot-scripts <d> Execute chroot scripts from specified directory.
156       --pre-scripts <dir>  Execute scripts from specified directory (before chroot-scripts).
157       --scripts <dir>      Execute scripts from specified directory (after chroot-scripts).
158       --remove-configs     Delete grml-debootstrap configuration files from installed system.
159
160 Other options:
161
162   -v, --verbose            Increase verbosity.
163       --debug              Execute in very verbose way.
164   -h, --help               Print this usage information and exit.
165   -V, --version            Show summary of options and exit.
166
167 Usage examples can be found in the grml-debootstrap manpage.
168 Send bugreports to the grml-team: bugs (at) grml.org || https://grml.org/bugs/
169 "
170 }
171
172 if [ "$1" = '-h' ] || [ "$1" = '-help' ] || [ "$1" = "--help" ] ; then
173    usage
174    echo 'Please notice that this script requires root permissions!'
175    exit 0
176 fi
177 # }}}
178
179 # early helper functions {{{
180 # skip colors when running within a dumb terminal
181 if [ "${TERM}" = "dumb" ] ; then
182   GOOD=
183   BAD=
184   WARN=
185   NORMAL=
186 else
187   GOOD='\e[32;01m'
188   BAD='\e[31;01m'
189   WARN='\e[33;01m'
190   NORMAL='\e[0m'
191 fi
192
193 einfo() {
194   einfon "$1\\n"
195   return 0
196 }
197
198 einfon() {
199   [ "${RC_ENDCOL}" != "yes" ] && [ "${LAST_E_CMD}" = "ebegin" ] && echo
200   printf " %s*%s $*" "${GOOD}" "${NORMAL}"
201   LAST_E_CMD=einfon
202   return 0
203 }
204
205 ewarn() {
206   printf " %s*%s $*\\n" "${WARN}" "${NORMAL}"
207   return 0
208 }
209
210 eerror() {
211   [ "${RC_ENDCOL}" != "yes" ] && [ "${LAST_E_CMD}" = "ebegin" ] && echo
212   printf " %s*%s $*\\n" "${BAD}" "${NORMAL}" >&2
213   LAST_E_CMD=eerror
214   return 0
215 }
216
217 eend() {
218   local retval="${1:-0}"
219   shift
220   if [ "$retval" -gt 0 ]; then
221     printf " %s-> Failed (rc=%s)%s\\n" "${BAD}" "${retval}" "${NORMAL}"
222   fi
223   return "$retval"
224 }
225
226 check4root(){
227   if [ "$(id -u 2>/dev/null)" != 0 ] ; then
228     echo 1>&2 "Error: please run this script with uid 0 (root)." ; return 1
229   fi
230 }
231
232 check4progs(){
233   local RC=''
234   for arg in "$@" ; do
235     command -v "$arg" >/dev/null 2>&1 || RC="$arg"
236   done
237   if [ -n "$RC" ] ; then
238      echo "$RC not installed"
239      return 1
240   fi
241 }
242 # }}}
243
244 # helper functions {{{
245 cleanup() {
246   if [ -n "$CHROOT_VARIABLES" ] ; then
247     einfo "Removing ${CHROOT_VARIABLES}" ; rm "$CHROOT_VARIABLES" ; eend $?
248   fi
249
250   if [ -n "$STAGES" ] ; then
251     einfo "Removing ${STAGES}" ; rmdir "$STAGES" ; eend $?
252   fi
253
254   if [ -n "$ARM_EFI_TARGET" ]; then
255     umount "${MNTPOINT}/boot/efi" >/dev/null 2>&1
256   fi
257
258   # Remove temporary mountpoint again
259   if echo "$MNTPOINT" | grep -q '/mnt/debootstrap\.' ; then
260     rmdir "$MNTPOINT" 2>/dev/null
261   fi
262
263   # make sure $TARGET is not mounted when exiting grml-debootstrap
264   if [ -n "$MNTPOINT" ] ; then
265     if grep -q "$MNTPOINT" /proc/mounts ; then
266       # make sure nothing is left inside chroot so we can unmount it
267       for service in ssh mdadm ; do
268         if [ -x "${MNTPOINT}/etc/init.d/${service}" ] ; then
269           chroot "$MNTPOINT" "/etc/init.d/${service}" stop
270         fi
271       done
272
273       [ -x "$MNTPOINT"/bin/umount ] && chroot "$MNTPOINT" umount -a >/dev/null 2>&1
274
275       # ugly, but make sure we really don't leave anything (/proc /proc and
276       # /dev /dev are intended, trying to work around timing issues, see #657023)
277       for ARG in /run/udev /sys /proc /proc /dev/pts /dev/pts /dev /dev ; do
278         [ -x "$MNTPOINT"/bin/umount ] && chroot "$MNTPOINT" umount $ARG >/dev/null 2>&1
279         umount "$MNTPOINT"/$ARG >/dev/null 2>&1
280       done
281
282       if [ -n "$ISODIR" ] ; then
283         [ -d "$MNTPOINT/$ISODIR" ] && umount "$MNTPOINT/$ISODIR" >/dev/null 2>&1
284       fi
285
286       if [ -n "$DIRECTORY" ] ; then
287         einfo "Not unmounting $MNTPOINT as you requested me to install into a directory of your own choice."
288       else
289         einfo "Unmounting $MNTPOINT"
290         umount "$MNTPOINT" || eend $?
291       fi
292
293       if [ -n "$STAGES" ] ; then
294         echo -n "Removing stages directory ${STAGES}: "
295         rm -rf "$STAGES" && echo 'done'
296       fi
297
298       # remove directory only if we used the default with process id inside the name
299       if echo "$MNTPOINT" | grep -q '/mnt/debootstrap\.' ; then
300         einfo "Removing directory ${MNTPOINT}"
301         rmdir "$MNTPOINT" || eend $?
302       fi
303     fi
304   fi
305
306   if [ -n "${ORIG_TARGET}" ] ; then
307     einfo "Removing loopback mount of file ${ORIG_TARGET}."
308     kpartx -d "${ORIG_TARGET}" || eend $?
309     # Workaround for a bug in kpartx which doesn't clean up properly,
310     # see Debian Bug #891077 and Github-PR grml/grml-debootstrap#112
311     if dmsetup ls | grep -q "^${LOOP_PART} "; then
312       kpartx -d "/dev/${LOOP_DISK}" >/dev/null || eend $?
313     fi
314   fi
315 }
316
317 # we want to exit smoothly and clean:
318 bailout(){
319   eend "$1" || true
320
321   cleanup
322
323   [ -n "$1" ] && EXIT="$1" || EXIT="1"
324   [ -n "$2" ] && einfo "Notice: remove $STAGES/$2 to reexecute the stage"
325
326   exit "$EXIT"
327 }
328 trap bailout HUP INT QUIT TERM
329
330 # we want to execute all the functions only once, simple check for it:
331 stage() {
332   if [ -n "$2" ] ; then
333      echo "$2" > "${STAGES}/${1}"
334      return 0
335   elif grep -q 'done' "${STAGES}/${1}" 2>/dev/null ; then
336      ewarn "Notice: stage $1 has been executed already, skipping execution therefore."
337      ewarn "  To reexecute it clean up the according directory inside $STAGES"
338      return 1
339   fi
340 }
341 # }}}
342
343 # source main configuration file {{{
344 if [ -r /etc/debootstrap/config ] ; then
345   # shellcheck disable=SC1091
346   . /etc/debootstrap/config
347 fi
348 # }}}
349
350 # cmdline handling {{{
351 CMDLINE_OPTS=mirror:,iso:,release:,target:,mntpoint:,debopt:,defaultinterfaces,interactive,nodebootstrap,nointerfaces,nokernel,nopackages,filesystem:,config:,confdir:,packages:,chroot-scripts:,scripts:,post-scripts:,pre-scripts:,debconf:,vm,vmfile,vmsize:,vmefi,keep_src_list,hostname:,password:,nopassword,grmlrepos,backportrepos,bootappend:,grub:,efi:,arch:,insecure,verbose,help,version,force,debug,contrib,non-free,remove-configs,sshcopyid,sshcopyauth
352
353 _opt_temp=$(getopt --name grml-debootstrap -o +m:i:r:t:p:c:d:vhV --long \
354   $CMDLINE_OPTS -- "$@")
355
356 if [ $? != 0 ]; then
357   eerror "Try 'grml-debootstrap --help' for more information."; eend 1; exit 1
358 fi
359 eval set -- "$_opt_temp"
360
361 while :; do
362   case "$1" in
363
364   # == Bootstrap options
365   --mirror|-m)         # Mirror which should be used for apt-get/aptitude
366     shift; _opt_mirror="$1"
367     ;;
368   --iso|-i)            # Mountpoint where a Debian ISO is mounted to
369     shift; _opt_iso="$1"
370     ;;
371   --release|-r)        # Release of new Debian system
372     shift; _opt_release="$1"
373     ;;
374   --target|-t)         # Target partition (/dev/...) or directory
375     shift; _opt_target="$1"
376     ;;
377   --vm)                # Virtual machine image (no file)
378     _opt_vm="T"
379     ;;
380   --vmfile)            # Virtual machine file
381     _opt_vmfile="T"
382     ;;
383   --vmsize)            # size of Virtual machine file
384     shift; _opt_vmsize="$1"
385     ;;
386   --vmefi)            # Create an EFI boot partition for the VM
387     _opt_vmefi="T"
388     ;;
389   --mntpoint|-p)       # Mountpoint used for mounting the target system
390     shift; _opt_mntpoint="$1"
391     ;;
392   --debopt)            # Extra parameters passed to the debootstrap command
393     shift; _opt_debopt="$1"
394     ;;
395   --filesystem)        # Filesystem that should be used
396     shift; _opt_filesystem="$1" ; FILESYSTEM="${_opt_filesystem}"
397     ;;
398   --interactive)       # Use interactive mode (frontend)
399     _opt_interactive=T
400     ;;
401   --nodebootstrap)     # Skip debootstrap, only do configuration to the target
402     _opt_nodebootstrap=T
403     ;;
404   --nopackages)        # Skip installation of packages defined in /etc/debootstrap/packages
405     _opt_nopackages=T
406     ;;
407   --arch)              # Target architecutre
408     shift; _opt_arch="$1"
409     ;;
410   # just for backwards compatibility
411   --insecure)
412     _opt_insecure=T
413     ;;
414   #
415
416   # == Configuration options
417   --config|-c)         # Use specified configuration file, defaults to /etc/debootstrap
418     shift; _opt_config="$1"
419     ;;
420   --confdir|-d)        # Place of config files for debootstrap, defaults to /etc/debootstrap
421     shift; _opt_confdir="$1"
422     ;;
423   --packages)          # Install packages defined in specified file
424     shift; _opt_packages="$1"
425     _opt_packages_set=T
426     ;;
427   --debconf)           # Pre-seed packages using specified file
428     shift; _opt_debconf="$1"
429     _opt_debconf_set=T
430     ;;
431   --pre-scripts)       # Execute scripts from specified directory (before chroot-scripts).
432     shift; _opt_pre_scripts="$1"
433     _opt_pre_scripts_set=T
434     ;;
435   --scripts)           # Execute scripts from specified directory [NOTE: deprecated, replaced via --post-scripts]
436     shift; _opt_scripts="$1"
437     _opt_scripts_set=T
438     ;;
439   --post-scripts)       # Execute scripts from specified directory
440     shift; _opt_post_scripts="$1"
441     _opt_post_scripts_set=T
442     ;;
443   --chroot-scripts)   # Execute chroot scripts from specified directory
444     shift; _opt_chroot_scripts="$1"
445     _opt_chroot_scripts_set=T
446     ;;
447   --keep_src_list)     # Do not overwrite user provided apt sources.list
448     _opt_keep_src_list=T
449     ;;
450   --hostname)          # Hostname of Debian system
451     shift; _opt_hostname="$1"
452     ;;
453   --password)          # Use specified password as password for user root
454     shift; _opt_password="$1"
455     ;;
456   --defaultinterfaces) # Install default /etc/network/interfaces
457     _opt_defaultinterfaces=T
458     ;;
459   --nointerfaces)      # Skip installation of /etc/network/interfaces
460     _opt_nointerfaces=T
461     ;;
462   --nokernel)          # Skip installation of default kernel images
463     _opt_nokernel=T
464     ;;
465   --nopassword)        # Skip password dialog
466     _opt_nopassword=T
467     ;;
468   --sshcopyid)         # Use locally available public keys to authorise root login on the target system
469     _opt_sshcopyid=T
470     ;;
471   --sshcopyauth)       # Use .ssh/authorized_keys to authorise root login on the target system
472     _opt_sshcopyauth=T
473     ;;
474   --grmlrepos)         # Enable Grml repository
475     _opt_grmlrepos=T
476     ;;
477   --backportrepos)     # Enable Debian backports repository
478     _opt_backportrepos=T
479     ;;
480   --bootappend)        # Add specified appendline to kernel whilst booting
481     shift; _opt_bootappend="$1"
482     ;;
483   --grub)              # Target for grub installation. Use grub syntax for specifying
484     shift; _opt_grub="$1"
485     ;;
486   --efi)               # Target for EFI boot installation
487     shift; _opt_efi="$1"
488     ;;
489   --contrib)           # Add 'contrib' to list of components
490     _opt_contrib=T
491     ;;
492   --non-free)          # Add 'non-free' to list of components
493     _opt_non_free=T
494     ;;
495   --remove-configs)    # Drop config files from installed system
496     _opt_remove_configs=T
497     ;;
498
499   # == Other options
500   --verbose|-v)        # Increase verbosity
501     if [ "$_opt_verbose" ]; then
502       _opt_verbose=$( _opt_verbose + 1 )
503     else
504       _opt_verbose=1
505     fi
506     ;;
507   --debug)             # Execute in debug mode
508     _opt_debug=T
509     ;;
510   --help|-h)           # Print usage information and exit
511     _opt_help=T
512     ;;
513   --version|-V)        # Show version information and exit
514     _opt_version=T
515     ;;
516   --force)             # Do not prompt for user input
517     _opt_force=T
518     ;;
519   --)
520     shift; break
521     ;;
522   *)
523     eerror "Internal getopt error!"; eend 1 ; exit 1
524     ;;
525   esac
526   shift
527 done
528
529 # == business-logic of command line parameter-processing
530
531 # source configuration file in <confdir> if supplied. {{{
532 [ "$_opt_confdir" ] && {
533   CONFFILES=$_opt_confdir
534   einfo "Using config files under $CONFFILES/."
535   if ! [ -r "$CONFFILES/config" ] ; then
536     eerror "Error: config file $CONFFILES/config not found."; bailout 1
537   fi
538   # shellcheck disable=SC1091 source=config
539   if ! . "$CONFFILES/config" ; then
540     eerror "Error reading config file $CONFFILES/config" ; bailout 1
541   fi
542   # restore the command line parameter value
543   CONFFILES=$_opt_confdir
544 }
545 # }}}
546
547 [ "$_opt_mirror" ]              && MIRROR=$_opt_mirror
548 [ "$_opt_iso" ]                 && ISO=$_opt_iso
549 [ "$_opt_release" ]             && RELEASE=$_opt_release
550 [ "$_opt_target" ]              && TARGET=$_opt_target
551 [ "$_opt_vm" ]                  && VIRTUAL=1
552 [ "$_opt_vmfile" ]              && VMFILE=1 && VIRTUAL=1
553 [ "$_opt_vmsize" ]              && VMSIZE=$_opt_vmsize
554 [ "$_opt_vmefi" ]               && VMEFI=1
555 [ "$_opt_mntpoint" ]            && MNTPOINT=$_opt_mntpoint
556 [ "$_opt_debopt" ]              && DEBOOTSTRAP_OPT=$_opt_debopt
557 [ "$_opt_interactive" ]         && INTERACTIVE=1
558 [ "$_opt_config" ]              && CONFIGFILE=$_opt_config
559 [ "$_opt_filesystem" ]          && MKFS="mkfs.$_opt_filesystem"
560 [ "$_opt_packages_set" ]        && PACKAGES='yes'
561 [ "$_opt_nopackages" ]          && PACKAGES=''
562 [ "$_opt_debconf_set" ]         && DEBCONF='yes'
563 [ "$_opt_post_scripts_set" ]    && POST_SCRIPTS='yes'
564 [ "$_opt_pre_scripts_set" ]     && PRE_SCRIPTS='yes'
565 [ "$_opt_chroot_scripts_set" ]  && CHROOT_SCRIPTS='yes'
566 [ "$_opt_keep_src_list" ]       && KEEP_SRC_LIST='yes'
567 [ "$_opt_grmlrepos" ]           && GRMLREPOS='yes'
568 [ "$_opt_backportrepos" ]       && BACKPORTREPOS='yes'
569 [ "$_opt_hostname" ]            && HOSTNAME=$_opt_hostname
570 [ "$_opt_password" ]            && ROOTPASSWORD=$_opt_password
571 [ "$_opt_nopassword" ]          && NOPASSWORD='yes'
572 [ "$_opt_defaultinterfaces" ]   && USE_DEFAULT_INTERFACES="true"
573 [ "$_opt_nointerfaces" ]        && NOINTERFACES="true"
574 [ "$_opt_nokernel" ]            && NOKERNEL="true"
575 [ "$_opt_sshcopyid" ]           && SSHCOPYID="true"
576 [ "$_opt_sshcopyauth" ]         && SSHCOPYAUTH="true"
577 [ "$_opt_bootappend" ]          && BOOT_APPEND=$_opt_bootappend
578 [ "$_opt_grub" ]                && GRUB=$_opt_grub
579 [ "$_opt_efi" ]                 && EFI=$_opt_efi
580 [ "$_opt_arch" ]                && ARCH=$_opt_arch
581 [ "$_opt_insecure" ]            && echo "Warning: --insecure is deprecated, continuing anyway."
582 [ "$_opt_force" ]               && FORCE=$_opt_force
583 [ "$_opt_verbose" ]             && VERBOSE="-v"
584 [ "$_opt_debug" ]               && DEBUG="true"
585 [ "$_opt_remove_configs" ]      && REMOVE_CONFIGS="yes"
586
587 # make sure main is always included
588 [ -z "$COMPONENTS" ]            && COMPONENTS="main"
589 [ "$_opt_contrib" ]             && COMPONENTS="$COMPONENTS contrib"
590
591 case "${RELEASE}" in
592   jessie|stretch|buster|bullseye)
593     [ "$_opt_non_free" ] && COMPONENTS="$COMPONENTS non-free"
594     ;;
595   *)
596     [ "$_opt_non_free" ] && COMPONENTS="$COMPONENTS non-free-firmware non-free"
597     ;;
598 esac
599
600 # command line option checks
601 if [ "$_opt_scripts_set" ] ; then
602   ewarn "Deprecation NOTE: --scripts option is deprecated, please switch to --post-scripts instead."
603   SCRIPTS='yes' # deprecated since grml-debootstrap >=0.71
604 fi
605
606 if [ "$_opt_grub" ] && [ "$_opt_vmfile" ] ; then
607   eerror "The --grub option is incompatible with --vmfile, please drop it from your command line."
608   eerror "The --grub option is unneeded as GRUB will be installed automatically (unless GRUB_INSTALL='no')."
609   bailout 1
610 fi
611
612 if [ "${_opt_sshcopyid}" ] && [ "${_opt_sshcopyauth}" ] ; then
613   eerror "The --sshcopyid option is incompatible with --sshcopyauth, please drop either of them from your command line."
614   bailout 1
615 fi
616
617 if [ -n "$ISO" ] && [[ "$DEBOOTSTRAP" =~ mmdebstrap$ ]] ; then
618   eerror "The ISO option is incompatible with usage of mmdebstrap for bootstrapping."
619   eerror "Either drop the --iso ... option or use plain debootstrap instead."
620   bailout 1
621 fi
622
623 if [ "$DEBUG" = "true" ] ; then
624   set -x
625 fi
626
627 [ "$_opt_help" ] && {
628   usage
629   exit 0
630 }
631
632 [ "$_opt_version" ] && {
633   einfo "$PN - version $VERSION"
634   einfo "Report bugs via https://github.com/grml/grml-debootstrap/ or https://grml.org/bugs/"
635   exit 0
636 }
637 # }}}
638
639 # check for root permissions {{{
640 if ! check4root ; then
641    echo "For usage instructions please execute '$PN --help'."
642    bailout 1
643 fi
644 # }}}
645
646 # make sure we have what we need {{{
647 check4progs "${DEBOOTSTRAP}" || bailout 1
648
649 if [ -n "$VIRTUAL" ] ; then
650   check4progs kpartx parted qemu-img || bailout 1
651 fi
652 # }}}
653
654 # source specified configuration file {{{
655 if [ -n "$CONFIGFILE" ] ; then
656   einfo "Reading specified config file $CONFIGFILE."
657   # shellcheck disable=SC1091 source=config
658   if ! . "$CONFIGFILE" ; then
659     eerror "Error reading config file $CONFIGFILE" ; bailout 1
660   fi
661 fi
662 # }}}
663
664 # backwards compatibility checks {{{
665 if [ -n "$GROOT" ] ; then
666    eerror "Error: you seem to have \$GROOT configured."
667    eerror "This variable is no longer supported, please visit the"
668    eerror "grml-debootstrap documentation for details."
669    bailout 1
670 fi
671
672 if echo "$GRUB" | grep -q '^hd' ; then
673    eerror "Error: this syntax for the grub configuration variable is no longer supported."
674    eerror "Please do not use hd... any longer but /dev/sdX instead."
675    bailout 1
676 fi
677 # }}}
678
679 # welcome screen {{{
680 welcome_dialog()
681 {
682    dialog --title "$PN" --yesno "Welcome to the interactive configuration of ${PN}.
683 Do you want to continue installing Debian using this frontend?" 0 0 || bailout 0
684 }
685 # }}}
686
687 # ask for target {{{
688 prompt_for_target()
689 {
690   AVAILABLE_PARTITIONS=$(LANG=C fdisk -l 2>/dev/null | \
691                sed 's/*//' | \
692                grep -v 'Extended$' | \
693                gawk -v num=0 -v ORS=' ' '/^\/dev\// {print $1}'; ls /dev/md[0-9]* 2>/dev/null || true);
694
695   if [ -z "$AVAILABLE_PARTITIONS" ] ; then
696      dialog --title "$PN" --trim \
697      --msgbox "Sorry, no partitions found. Please configure your
698      harddisks (see /proc/partitions) using a tool like fdisk,
699      cfdisk, gpart, gparted,..." 0 0
700      bailout 1
701   fi
702
703   PARTITION_LIST=$(for i in $AVAILABLE_PARTITIONS ; do
704                      fs="$(blkid -s TYPE -o value "$i" 2>/dev/null)"
705                      [ -n "$fs" ] || fs='[no_filesystem_yet]'
706                      echo "$i" "$fs"
707                      unset fs
708                    done)
709
710   # shellcheck disable=SC2086
711   TARGET=$(dialog --title "$PN" --single-quoted --stdout \
712          --menu "Please select the target partition:" 0 0 0 \
713          $PARTITION_LIST)
714   [ $? -eq 0 ] || bailout 1
715 }
716 # }}}
717
718 # ask for bootmanager {{{
719 prompt_for_bootmanager()
720 {
721   ADDITIONAL_PARAMS=""
722
723   if echo "$TARGET" | grep -q "/dev/md" ; then
724      MBRPART="all disks of Software RAID $TARGET"
725   else
726      # figure out whole disk device
727      found=
728      for device in /dev/disk/by-id/*
729      do
730         [ "$(readlink -f "$device")" = "${TARGET}" ] || continue
731         found=1
732         break
733      done
734      # shellcheck disable=SC2001
735      [ -n "$found" ] && MBRDISK=$(echo "${device}" | sed -e 's/-part[0-9][0-9]*$//')
736      if [ -e "$MBRDISK" ]; then
737         MBRDISK=$(readlink -f "$MBRDISK")
738      else
739         # fall back to old behaviour
740         # shellcheck disable=SC2001
741         MBRDISK=$(echo "${TARGET}" | sed -e 's/[0-9][0-9]*$//')
742      fi
743
744      MBRPART="MBR of $MBRDISK"
745   fi
746
747   for device in cciss/c0d0 sda hda; do
748     if [ "/dev/$device" != "${MBRDISK}" ]; then
749       grep -q $device /proc/partitions && \
750       ADDITIONAL_PARAMS="$ADDITIONAL_PARAMS:$device:install bootmanager grub into MBR of /dev/$device"
751     fi
752   done
753   ADDITIONAL_PARAMS=${ADDITIONAL_PARAMS#:}
754
755   OIFS="$IFS"; IFS=:
756
757   # shellcheck disable=SC2086
758   GETMBR=$(dialog --stdout --title "$PN" --default-item mbr \
759           --menu "Where do you want to install the bootmanager grub?" 0 0 0 \
760             mbr       "install bootmanager into $MBRPART" \
761             nowhere   "do not install bootmanager at all" \
762           ${ADDITIONAL_PARAMS})
763   [ $? -eq 0 ] || bailout 3
764   IFS="$OIFS"
765
766   case "$GETMBR" in
767     mbr)
768       # /dev/md0: has to be installed in MBR of /dev/md0 and not in /dev/md:
769       if echo "$TARGET" | grep -q "/dev/md" ; then
770         GRUB="$TARGET"
771       else
772         GRUB="$MBRDISK"
773       fi
774       ;;
775     hda)
776       GRUB="/dev/hda"
777       ;;
778     sda)
779       GRUB="/dev/sda"
780       ;;
781     nowhere)
782       GRUB=''
783       ;;
784   esac
785 }
786 # }}}
787
788 # ask for Debian release {{{
789 prompt_for_release()
790 {
791   [ -n "$RELEASE" ] && DEFAULT_RELEASE="$RELEASE" || DEFAULT_RELEASE='bullseye'
792   RELEASE="$(dialog --stdout --title "${PN}" --default-item $DEFAULT_RELEASE --menu \
793             "Please enter the Debian release you would like to use for installation:" \
794             0 50 8 \
795             buster   Debian/10 \
796             bullseye Debian/11 \
797             bookworm Debian/12 \
798             sid      Debian/unstable)"
799   [ $? -eq 0 ] || bailout
800 }
801 # }}}
802
803 # ask for hostname {{{
804 prompt_for_hostname()
805 {
806   HOSTNAME="$(dialog --stdout --title "${PN}" --inputbox \
807             "Please enter the hostname you would like to use for installation:" \
808             0 0 "$HOSTNAME")"
809   [ $? -eq 0 ] || bailout
810 }
811 # }}}
812
813 # ask for password {{{
814 prompt_for_password()
815 {
816   if [ "$_opt_nopassword" ] ; then
817     einfo "Skip asking for root password as requested."
818     return 0
819   fi
820
821   ROOTPW1='PW1'
822   ROOTPW2='PW2'
823   while [ "$ROOTPW1" != "$ROOTPW2" ]; do
824     ROOTPW1=$(dialog --insecure --stdout --title "${PN}" --passwordbox \
825     "Please enter the password for the root account:" 10 60)
826     [ $? -eq 0 ] || bailout
827
828     ROOTPW2=$(dialog --insecure --stdout --title "${PN}" --passwordbox \
829     "Please enter the password for the root account again for \
830     confirmation:" 10 60)
831     [ $? -eq 0 ] || bailout
832
833     if [ "$ROOTPW1" != "$ROOTPW2" ]; then
834       dialog --stdout --title "${PN}" --ok-label \
835         "Retry" --msgbox "Passwords do not match!" 10 60
836     fi
837   done
838   ROOTPASSWORD="$ROOTPW1"
839 }
840 # }}}
841
842 # ask for Debian mirror {{{
843 prompt_for_mirror()
844 {
845   [ -n "$ISO" ] && DEFAULT_MIRROR='local' || DEFAULT_MIRROR='net'
846
847   CHOOSE_MIRROR=$(dialog --stdout --title "$PN" --default-item $DEFAULT_MIRROR \
848           --menu "Where do you want to install from?" 0 0 0 \
849             net   "install via network (downloading from mirror)" \
850             local "install from local directory/mirror"
851           )
852   [ $? -eq 0 ] || bailout
853
854   if [ "$CHOOSE_MIRROR" = 'net' ] ; then
855      [ -n "$MIRROR" ] || MIRROR='http://deb.debian.org/debian'
856      MIRROR="$(dialog --stdout --title "${PN}" --inputbox \
857                "Please enter Debian mirror you would like to use for installing packages." \
858                0 0 $MIRROR)"
859      [ $? -eq 0 ] || bailout
860   else # CHOOSE_MIRROR == local
861      [ -n "$ISO" ] || ISO='/mnt/mirror'
862      ISO="$(dialog --stdout --title "${PN}" --inputbox \
863                "Please enter directory name you would like to use for installing packages." \
864                0 0 $ISO)"
865      [ $? -eq 0 ] || bailout
866   fi
867 }
868 # }}}
869
870 # software raid setup {{{
871 config_swraid_setup()
872 {
873 TMPFILE=$(mktemp)
874
875 # Currently we support only raid1:
876 RAIDLEVEL='raid1'
877
878 MD_LIST=$(for i in $(seq 0 9) ; do
879             awk '{print $4}' /proc/partitions | grep -q "md$i" || \
880             echo "/dev/md$i /dev/md$i"
881           done)
882
883 # shellcheck disable=SC2086
884 TARGET=$(dialog --stdout --title "$PN" --default-item /dev/md0 \
885 --menu "Which device do you want to use for ${RAIDLEVEL}?
886
887 Notice: activated devices will not be listed for security reasons. Anyway, please make sure the selected device is not in use already!" 0 0 0 \
888 $MD_LIST)
889 [ $? -eq 0 ] || bailout 20
890
891 AVAILABLE_PARTITIONS=$(LANG=C fdisk -l 2>/dev/null | \
892              sed 's/*//' | \
893              grep -v 'Extended$' | \
894              gawk -v num=0 -v ORS=' ' '/^\/dev\// {print $1}')
895 [ -n "$AVAILABLE_PARTITIONS" ] || echo "Fatal error: no partitions available?"
896 PARTITION_LIST=$(for i in $AVAILABLE_PARTITIONS ; do
897                      echo "$i $(blkid -s TYPE -o value "$i" 2>/dev/null || echo '[no_filesystem_yet]') off"
898                  done)
899
900 # shellcheck disable=SC2086
901 dialog --title "$PN" --separate-output \
902        --checklist "Please select the partitions you would like to use for your $RAIDLEVEL on ${TARGET}:" 0 0 0 \
903        $PARTITION_LIST 2>"$TMPFILE"
904 [ $? -eq 0 ] || bailout
905 SELECTED_PARTITIONS="$(cat "$TMPFILE")"
906
907 NUM_PARTITIONS=0
908 while IFS= read -r i; do
909   NUM_PARTITIONS=$(( NUM_PARTITIONS + 1 ))
910 done < "$TMPFILE"
911
912 ERRORFILE=$(mktemp)
913 # shellcheck disable=SC2086
914 yes | mdadm --create "${TARGET}" --level="${RAIDLEVEL}" \
915       --raid-devices="${NUM_PARTITIONS}" ${SELECTED_PARTITIONS} >/dev/null 2>$ERRORFILE
916 RC=$?
917 if [ "$RC" = 0 ] ; then
918    dialog --title "$PN" --msgbox \
919    "Creating $TARGET was successful." 0 0
920    rm -f "$TMPFILE" "$ERRORFILE"
921 else
922    dialog --title "$PN" --msgbox \
923    "There was an error setting up $TARGET:
924
925 $(cat "$ERRORFILE")
926
927 Exiting." 0 0
928    rm -f "$TMPFILE" "$ERRORFILE"
929    bailout 1
930 fi
931
932 }
933
934 prompt_for_swraid()
935 {
936 if dialog --stdout --title "$PN" \
937           --defaultno --yesno "Do you want to configure Software RAID?
938
939 Please notice that only RAID level 1 is supported by ${PN} currently. Configuration will take place using mdadm." 0 0 ; then
940   config_swraid_setup
941 fi
942 }
943 # }}}
944
945 # user should recheck his configuration {{{
946 # support full automatic installation:
947 checkforrun() {
948    dialog --timeout 10 --title "$PN" \
949           --yesno "Do you want to stop at this stage?
950
951 Notice: you are running ${PN} in non-interactive mode.
952 ${PN} will install Debian ${RELEASE} on ${TARGET}.
953 Last chance to quit. Timeout of 10 seconds running....
954
955 Do you want to stop now?" 0 0 2>/dev/null
956 }
957 # }}}
958
959 # format efi partition {{{
960 format_efi_partition() {
961   if [ -z "$EFI" ] ; then
962     return 0
963   fi
964
965   if ! [ -b "$EFI" ] ; then
966     eerror "Specified efi argument [$EFI] not a valid block device."
967     bailout 1
968   fi
969
970   if fsck.vfat -bn "$EFI" >/dev/null; then
971     einfo "EFI partition $EFI seems to have a FAT filesystem, not modifying."
972   else
973     einfo "EFI partition $EFI doesn't seem to be formatted, creating filesystem."
974     mkfs.fat -F32 -n "EFI" "$EFI"
975     RC=$?
976     if [ ! $RC -eq 0 ] ; then
977       eerror "Error while creating filesystem on ${EFI}."
978       bailout 1
979     fi
980   fi
981 }
982 # }}}
983
984 # check for EFI support or try to enable it {{{
985 efi_support() {
986   local efivars_loaded=false
987   # this is for kernels versions before v3.10, which didn't provide efivarfs yet
988   if modprobe efivars &>/dev/null ; then
989     efivars_loaded=true
990   fi
991   # kernel versions v3.10 and newer usually provide efivarfs
992   if modprobe efivarfs &>/dev/null ; then
993     efivars_loaded=true
994   fi
995
996   if [ -d /sys/firmware/efi ] ; then
997     einfo "EFI support detected."
998     return 0
999   fi
1000
1001   if ! [ -d /sys/firmware/efi ] && [ "${efivars_loaded:-}" = "true" ] ; then
1002     einfo "EFI support detected, but system seems to be running in BIOS mode."
1003   fi
1004
1005   return 1
1006 }
1007 # }}}
1008
1009 # make sure the user is aware of the used configuration {{{
1010 checkconfiguration()
1011 {
1012
1013 if [ -z "$VIRTUAL" ] ; then
1014   if efi_support ; then
1015     if [ -z "$_opt_efi" ] ; then
1016       ewarn "EFI support detected but no --efi option given, please consider enabling it."
1017     fi
1018   else
1019     if [ -n "$_opt_efi" ] ; then
1020       eerror "EFI option used but no EFI support detected."
1021       bailout 1
1022     fi
1023   fi
1024 fi
1025
1026 if [ -n "$AUTOINSTALL" ] ; then
1027    if checkforrun ; then
1028       eerror "Exiting as requested"
1029       bailout 1
1030    fi
1031 elif [ -n "$INTERACTIVE" ] ; then
1032
1033    INFOTEXT="Please recheck configuration before execution:
1034    "
1035    [ -n "$TARGET" ]  && INFOTEXT="$INFOTEXT
1036    Target:          $TARGET"
1037    [ -n "$GRUB" ]    && INFOTEXT="$INFOTEXT
1038    Install grub:    $GRUB"
1039    [ -n "$EFI" ]    && INFOTEXT="$INFOTEXT
1040    Install efi:     $EFI"
1041    [ -n "$RELEASE" ] && INFOTEXT="$INFOTEXT
1042    Using release:   $RELEASE"
1043    [ -n "$HOSTNAME" ] && INFOTEXT="$INFOTEXT
1044    Using hostname:  $HOSTNAME"
1045    [ -n "$MIRROR" ]  && INFOTEXT="$INFOTEXT
1046    Using mirror:    $MIRROR"
1047    [ -n "$ISO" ]  && INFOTEXT="$INFOTEXT
1048    Using ISO:       $ISO"
1049    [ -n "$ARCH" ]  && INFOTEXT="$INFOTEXT
1050    Using arch:      $ARCH"
1051    [ -n "$CONFFILES" ] && INFOTEXT="$INFOTEXT
1052    Config files:    $CONFFILES"
1053
1054    INFOTEXT="$INFOTEXT
1055
1056 Is this ok for you? Notice: selecting 'No' will exit ${PN}."
1057
1058    dialog --title "$PN" --no-collapse \
1059           --yesno "$INFOTEXT" 0 0
1060    [ $? -eq 0 ] || bailout 0
1061
1062 else # if not running automatic installation display configuration and prompt for execution:
1063    einfo "$PN [${VERSION}] - Please recheck configuration before execution:"
1064    echo
1065    echo "   Target:          $TARGET"
1066
1067    # do not display if MNTPOINT is the default one
1068    case "$MNTPOINT" in /mnt/debootstrap*) ;; *) echo "   Mount point:     $MNTPOINT" ;; esac
1069
1070    if [ -n "$VIRTUAL" ] && [ "$GRUB_INSTALL" = 'yes' ] ; then
1071       echo "   Install grub:    yes"
1072       [ -n "$VMEFI" ]   && echo "   Install efi:     yes"   || echo "   Install efi:     no"
1073    else
1074      [ -n "$GRUB" ]     && echo "   Install grub:    $GRUB" || echo "   Install grub:    no"
1075      [ -n "$EFI" ]      && echo "   Install efi:     $EFI"  || echo "   Install efi:     no"
1076    fi
1077
1078    [ -n "$RELEASE" ]   && echo "   Using release:   $RELEASE"
1079    [ -n "$HOSTNAME" ]  && echo "   Using hostname:  $HOSTNAME"
1080    [ -n "$MIRROR" ]    && echo "   Using mirror:    $MIRROR"
1081    [ -n "$ISO" ]       && echo "   Using ISO:       $ISO"
1082    [ -n "$ARCH" ]      && echo "   Using arch:      $ARCH"
1083    [ -n "$CONFFILES" ] && echo "   Config files:    $CONFFILES"
1084    if [ -n "$VIRTUAL" ] ; then
1085       echo "   Deploying as Virtual Machine."
1086       if [ -n "$VMSIZE" ] && [ -n "$VMFILE" ]; then
1087          echo "   Using Virtual Disk file with size of ${VMSIZE}."
1088       fi
1089    fi
1090
1091    if [ ! -t 0 ] && [ -z "$ROOTPASSWORD" ] && [ -z "$NOPASSWORD" ] ; then
1092       echo
1093       echo "   You do not have a TTY allocated, your password will be shown in"
1094       echo "   plaintext on the terminal! If you are using SSH, try its -t option!"
1095    fi
1096
1097    echo
1098    echo "   Important! Continuing will delete all data from ${TARGET}!"
1099
1100    if [ -n "$FORCE" ] ; then
1101      einfo "Skip user acknowledgement as requested via --force option."
1102    else
1103      echo
1104      einfon "Is this ok for you? [y/N] "
1105      read -r a
1106      if ! [ "$a" = 'y' ] || [ "$a" = 'Y' ] ; then
1107         eerror "Exiting as requested."
1108         bailout 1
1109      fi
1110    fi
1111 fi
1112 }
1113 # }}}
1114
1115 # interactive mode {{{
1116 interactive_mode()
1117 {
1118   check4progs dialog || bailout 1
1119
1120   welcome_dialog
1121
1122   prompt_for_release
1123
1124   prompt_for_swraid
1125
1126   prompt_for_target
1127
1128   prompt_for_bootmanager
1129
1130   prompt_for_hostname
1131
1132   prompt_for_password
1133
1134   prompt_for_mirror
1135 }
1136
1137 # run interactive mode if we didn't get the according configuration yet
1138 if [ -z "$TARGET" ] || [ -n "$INTERACTIVE" ] ; then
1139    # only target might be unset, so make sure the INTERACTIVE flag is set as well
1140    INTERACTIVE=1
1141    interactive_mode
1142 fi
1143 # }}}
1144
1145 # architecture setup {{{
1146 if [ -n "$ARCH" ] ; then
1147    ARCHCMD="--arch $ARCH"
1148    ARCHINFO=" (${ARCH})"
1149 else
1150    ARCH="$(dpkg --print-architecture)"
1151    ARCHCMD="--arch $ARCH"
1152    ARCHINFO=" (${ARCH})"
1153 fi
1154
1155 if [ -z "${ARCH:-}" ] ; then
1156   eerror 'Architecture neither set (environment variable ARCH), nor could be automatically identified (using dpkg).'
1157   eerror 'Consider setting the --arch ... option.'
1158   bailout 1
1159 fi
1160 # }}}
1161
1162 # It is not possible to build amd64 on i686. {{{
1163 CURRENT_ARCH="$(uname -m)"
1164 if [ "$CURRENT_ARCH" != "x86_64" ] ; then
1165    if [ "$ARCH" = "amd64" ] ; then
1166       eerror "It is not possible to build amd64 on $CURRENT_ARCH. Consider installing and booting the 'linux-image-amd64' kernel or using '--arch i386' instead."
1167       bailout 1
1168    fi
1169 fi
1170 # }}}
1171
1172 # Support for generic release codenames is unavailable. {{{
1173 if [ "$RELEASE" = "stable" ] || [ "$RELEASE" = "testing" ] ; then
1174    eerror "Generic release codenames (stable, testing) are unsupported. \
1175 Please use specific codenames such as bullseye or bookworm."
1176    bailout 1
1177 fi
1178 # }}}
1179
1180 checkconfiguration
1181
1182 # finally make sure at least $TARGET is set [the partition for the new system] {{{
1183 if [ -n "$TARGET" ] ; then
1184    SHORT_TARGET="${TARGET##*/}"
1185 else
1186    eerror "Please adjust $CONFFILES/config or..."
1187    eerror "... use the interactive version for configuration before running ${0}"
1188    bailout 1
1189 fi
1190 # }}}
1191
1192 # stages setup {{{
1193 if [ -z "$STAGES" ] ; then
1194    STAGES="/var/cache/grml-debootstrap/stages_${SHORT_TARGET}"
1195    [ -d "$STAGES" ] || mkdir -p "$STAGES"
1196 fi
1197
1198 if [ -r "$STAGES"/grml-debootstrap ] ; then
1199    if grep -q 'done' "${STAGES}/grml-debootstrap" ; then
1200       eerror "Error: grml-debootstrap has been executed already, won't continue therefore."
1201       eerror "If you want to re-execute grml-debootstrap just manually remove ${STAGES}"
1202    fi
1203 fi
1204 # }}}
1205
1206 # partition handling {{{
1207 PARTITION=''
1208 DIRECTORY=''
1209
1210 set_target_directory(){
1211     # assume we are installing into a directory, don't run mkfs and grub related stuff therefore
1212     DIRECTORY=1
1213     MNTPOINT="$TARGET"
1214     MKFS=''
1215     TUNE2FS=''
1216     FSCK=''
1217     # make sure we normalise the path to an absolute directory name so something like:
1218     #  mkdir -p foo/a bar/a; (cd foo; grml-debootstrap -t a)&; (cd bar; grml-debootstrap -t a)&; wait
1219     # works
1220     TARGET="$(readlink -f "$TARGET")"
1221 }
1222
1223 if [ -b "$TARGET" ] || [ -n "$VIRTUAL" ] ; then
1224     PARTITION=1
1225 else
1226     # $TARGET was not detected as block device, but we do not want to create target directory in /dev/
1227     if [[ $TARGET == "/dev/"* ]]; then
1228       eerror "Error: Will not create target directory $TARGET in /dev."
1229       eerror "  Please check the partition(s) of the blockdevice."
1230       bailout 1
1231     fi
1232     set_target_directory
1233 fi
1234 # }}}
1235
1236 # make sure we have the right syntax when using an iso image {{{
1237 if [ -n "$ISO" ] ; then
1238    case $ISO in
1239       file*) # do nothing
1240       ;;
1241       *)
1242       ISO=file:$ISO
1243       ;;
1244    esac
1245 fi
1246 ISODIR=${ISO##file:}
1247 ISODIR=${ISODIR%%/}
1248 # }}}
1249
1250 # Debian ISOs do not contain signed Release files {{{
1251 if [ -n "$ISO" ] ; then
1252     DEBOOTSTRAP_OPT="$DEBOOTSTRAP_OPT --no-check-gpg"
1253 fi
1254 # }}}
1255
1256 # create filesystem {{{
1257 mkfs() {
1258   if [ -n "$DIRECTORY" ] ; then
1259      einfo "Running grml-debootstrap on a directory, skipping mkfs stage."
1260      return 0
1261   fi
1262
1263   if grep -q "$TARGET" /proc/mounts ; then
1264     eerror "$TARGET already mounted, exiting to avoid possible damage. (Manually unmount $TARGET)"
1265     bailout 1
1266   fi
1267
1268   # mkfs.ext* might prompt with "/dev/sdX# contains a ext* file system
1269   # created on ... Proceed anyway? (y,n)" which we want to skip in force mode
1270   if [ -n "$MKFS" ] && [ -n "$FORCE" ] ; then
1271     case "$MKFS" in
1272       mkfs.ext*)
1273         einfo "Enabling force option (-F) for mkfs.ext* tool as requested via --force switch."
1274         MKFS_OPTS="$MKFS_OPTS -F"
1275         ;;
1276     esac
1277   fi
1278
1279   # starting with e2fsprogs 1.43~WIP.2015.05.18-1 mkfs.ext4 enables the metadata_csum feature
1280   # by default, which requires a recent version of tune2fs on the target system then,
1281   # so disable this feature for older Debian releases where it's known to be unsupported
1282   if [ -n "$MKFS" ] && [ "$MKFS" = "mkfs.ext4" ] ; then
1283     case "$RELEASE" in
1284       jessie)
1285         # assume a more recent version if we can't identify the version via dpkg-query
1286         local e2fsprogs_version
1287         e2fsprogs_version="$(dpkg-query --show --showformat='${Version}' e2fsprogs 2>/dev/null || echo 1.44)"
1288         if [ -n "$e2fsprogs_version" ] && dpkg --compare-versions "$e2fsprogs_version" ge '1.43~WIP.2015.05.18-1' ; then
1289           einfo "Disabling metadata_csum feature for $MKFS as $RELEASE doesn't support it."
1290           MKFS_OPTS="$MKFS_OPTS -O ^metadata_csum"
1291         fi
1292         ;;
1293     esac
1294   fi
1295
1296   # starting with e2fsprogs v1.47.0 mkfs.ext4 enables the metadata_csum_seed feature
1297   # by default, which requires Linux kernel >=4.4, e2fsprogs >=1.43, according GRUB etc.
1298   # Disable this feature for Debian releases older than bookworm
1299   if [ -n "$MKFS" ] && [ "$MKFS" = "mkfs.ext4" ] ; then
1300     case "$RELEASE" in
1301       jessie|stretch|buster|bullseye)
1302         local e2fsprogs_version
1303         # assume a more recent version if we can't identify the version via dpkg-query
1304         e2fsprogs_version="$(dpkg-query --show --showformat='${Version}' e2fsprogs 2>/dev/null || echo 1.47)"
1305         if [ -n "$e2fsprogs_version" ] && dpkg --compare-versions "$e2fsprogs_version" ge '1.43' ; then
1306           einfo "Disabling metadata_csum_seed feature for $MKFS as $RELEASE doesn't support it."
1307           MKFS_OPTS="$MKFS_OPTS -O ^metadata_csum_seed"
1308         fi
1309         ;;
1310     esac
1311   fi
1312
1313   if [ -n "$MKFS" ] ; then
1314
1315     if [ -n "${ARM_EFI_TARGET}" ] ; then
1316       einfo "Running mkfs.fat $MKFS_OPTS on $ARM_EFI_TARGET"
1317       mkfs.fat -n "EFI" "$ARM_EFI_TARGET"
1318       MKFS_OPTS="$MKFS_OPTS -L LINUX"
1319     fi
1320
1321     einfo "Running $MKFS $MKFS_OPTS on $TARGET"
1322     # shellcheck disable=SC2086
1323     "$MKFS" $MKFS_OPTS "$TARGET" ; RC=$?
1324
1325     if [ "$FIXED_DISK_IDENTIFIERS" = "yes" ] ; then
1326       if ! echo "$MKFS" | grep -q "mkfs.ext" ; then
1327         eerror "Not changing disk uuid for $TARGET because $MKFS doesn't seem to match for ext{2,3,4} file system"
1328         bailout 1
1329       else
1330         einfo "Changing disk uuid for $TARGET to fixed (non-random) value $DISK_IDENTIFIER using tune2fs"
1331         tune2fs "$TARGET" -U "$DISK_IDENTIFIER" </dev/null
1332       fi
1333     fi
1334
1335     if [ -n "$VIRTUAL" ] && [ -n "$EFI_TARGET" ]; then
1336       einfo "Creating FAT filesystem on $EFI_TARGET"
1337       mkfs.fat -F32 -n "EFI" "$EFI_TARGET"
1338     fi
1339
1340     # make sure /dev/disk/by-uuid/... is up2date, otherwise grub
1341     # will fail to detect the uuid in the chroot
1342     if [ -n "$VIRTUAL" ] ; then
1343       einfo "Virtual environment doesn't require blockdev --rereadpt, skipping therefore"
1344     elif echo "$TARGET" | grep -q "/dev/md" ; then
1345       blockdev --rereadpt "${TARGET}"
1346     else
1347       # if we deploy to /dev/sdX# then let's see if /dev/sdX exists
1348       local main_device="${TARGET%%[0-9]*}"
1349       # sanity check to not try to e.g. access /dev/loop if we get /dev/loop0
1350       if [ -f "/sys/block/$(basename "${main_device}")/$(basename "${TARGET}")/dev" ] ; then
1351         blockdev --rereadpt "$main_device"
1352       else
1353         einfo "No underlying block device for $TARGET identified, skipping blockdev --rereadpt."
1354       fi
1355     fi
1356     # give the system 2 seconds, otherwise we might run into
1357     # race conditions :-/
1358     sleep 2
1359
1360     eend $RC
1361   fi
1362 }
1363 # }}}
1364
1365 # retrieve ID_FS_UUID {{{
1366 identify_target_uuid() {
1367   local device="$1"
1368
1369   if ! [ -b "$device" ] ; then
1370     return 1
1371   fi
1372
1373   eval "$(blkid -o udev "$1" 2>/dev/null)"
1374
1375   if [ -n "$ID_FS_UUID" ] ; then
1376     echo "$ID_FS_UUID"
1377   else
1378     return 1
1379   fi
1380 }
1381 # }}}
1382
1383 # identify TARGET_UUID {{{
1384 mountpoint_to_blockdevice() {
1385   TARGET_UUID=''
1386
1387   TARGET_UUID=$(identify_target_uuid "$TARGET" 2>/dev/null || true)
1388   if [ -n "$TARGET_UUID" ] ; then
1389     einfo "Identified UUID $TARGET_UUID for $TARGET"
1390     return 0
1391   fi
1392
1393   # $TARGET might be a mountpoint and not a blockdevice, search for according entry
1394   for file in /sys/block/*/*/dev ; do
1395     if grep -q "^$(mountpoint -d "${TARGET}")$" "$file" ; then
1396       local dev
1397       dev="${file%/dev}"
1398       dev="/dev/${dev##*/}"
1399       TARGET_UUID=$(identify_target_uuid "$dev" 2>/dev/null || true)
1400
1401       if [ -n "$TARGET_UUID" ] ; then
1402         einfo "Identified UUID $TARGET_UUID for $TARGET (via $file)"
1403         return 0
1404       fi
1405     fi
1406   done
1407 }
1408 # }}}
1409
1410 # modify filesystem settings {{{
1411 tunefs() {
1412   if [ -n "$TUNE2FS" ] && echo "$MKFS" | grep -q "mkfs.ext" ; then
1413      einfo "Disabling automatic filesystem check on $TARGET via tune2fs"
1414      $TUNE2FS "$TARGET" </dev/null
1415   fi
1416 }
1417 # }}}
1418
1419 # mount the new partition or if it's a directory do nothing at all {{{
1420 mount_target() {
1421   if [ -n "$DIRECTORY" ] ; then
1422      einfo "Running grml-debootstrap on a directory, nothing to mount."
1423   else
1424      if grep -q "$TARGET" /proc/mounts ; then
1425         ewarn "$TARGET already mounted, continuing anyway."
1426      else
1427        if ! [ -d "${MNTPOINT}" ] ; then
1428           [ -n "$VIRTUAL" ] || mkdir -p "${MNTPOINT}"
1429        fi
1430        einfo "Mounting $TARGET to $MNTPOINT"
1431        mkdir -p "$MNTPOINT"
1432        mount -o rw,suid,dev "$TARGET" "$MNTPOINT"
1433      fi
1434   fi
1435   if [ -n "$ISODIR" ] ; then
1436      einfo "Mounting Debian image loopback to $MNTPOINT/$ISODIR."
1437      mkdir -p "$MNTPOINT/$ISODIR"
1438      mount --bind "$ISODIR" "$MNTPOINT/$ISODIR"
1439   fi
1440 }
1441 # }}}
1442
1443 # prepare VM image for usage with debootstrap {{{
1444 prepare_vm() {
1445   if [ -z "$VIRTUAL" ] ; then
1446      return 0 # be quiet by intention
1447   fi
1448
1449   if [ -b "$TARGET" ] && [ -n "$VMFILE" ] ; then
1450      eerror "Error: specified virtual disk target ($TARGET) is an existing block device."
1451      bailout 1
1452   fi
1453   if [ ! -b "$TARGET" ] && [ -z "$VMFILE" ] ; then
1454      eerror "Error: specified virtual disk target ($TARGET) does not exist yet."
1455      bailout 1
1456   fi
1457
1458   # make sure loop module is present and a usable loop device exists
1459   modprobe -q loop
1460   if ! losetup -f >/dev/null 2>&1; then
1461     eerror "Error finding usable loop device"
1462     bailout 1
1463   fi
1464
1465   # if dm-mod isn't available then kpartx will fail with
1466   # "Is device-mapper driver missing from kernel? [...]"
1467   modprobe -q dm-mod
1468   if ! grep -q 'device-mapper' /proc/misc >/dev/null 2>&1 ; then
1469     eerror "Device-mapper support missing in kernel."
1470     bailout 1
1471   fi
1472
1473   ORIG_TARGET="$TARGET" # store for later reuse
1474
1475   if [ -n "$VMFILE" ]; then
1476     qemu-img create -f raw "${TARGET}" "${VMSIZE}"
1477   fi
1478   if [ -n "$VMEFI" ]; then
1479     parted -s "${TARGET}" 'mklabel gpt'
1480     parted -s "${TARGET}" 'mkpart ESP fat32 1MiB 101MiB'
1481     parted -s "${TARGET}" 'set 1 boot on'
1482     parted -s "${TARGET}" 'mkpart bios_grub 101MiB 102MiB'
1483     parted -s "${TARGET}" 'set 2 bios_grub on'
1484     parted -s "${TARGET}" 'mkpart primary ext4 102MiB 100%'
1485
1486   else
1487     # arm64 support largely only exists for GPT
1488     if [ "$ARCH" = 'arm64' ]; then
1489       einfo "Setting up GPT partitions for arm64"
1490       parted -s "${TARGET}" 'mklabel gpt'
1491       parted -s "${TARGET}" 'mkpart EFI fat32 1MiB 10MiB'
1492       parted -s "${TARGET}" 'set 1 boot on'
1493       parted -s "${TARGET}" 'mkpart LINUX ext4 10MiB 100%'
1494     else
1495       parted -s "${TARGET}" 'mklabel msdos'
1496       if [ "$FIXED_DISK_IDENTIFIERS" = "yes" ] ; then
1497         einfo "Adjusting disk signature to a fixed (non-random) value"
1498         MBRTMPFILE=$(mktemp)
1499         dd if="${TARGET}" of="${MBRTMPFILE}" bs=512 count=1
1500         echo -en "\\x41\\x41\\x41\\x41" | dd of="${MBRTMPFILE}" conv=notrunc seek=440 bs=1
1501         dd if="${MBRTMPFILE}" of="${TARGET}" conv=notrunc
1502       fi
1503       parted -s "${TARGET}" 'mkpart primary ext4 4MiB 100%'
1504       parted -s "${TARGET}" 'set 1 boot on'
1505     fi
1506   fi
1507
1508   DEVINFO=$(kpartx -asv "$TARGET") # e.g. 'add map loop0p1 (254:5): 0 20477 linear 7:0 3' - will be multi-line for arm64
1509   if [ -z "${DEVINFO}" ] ; then
1510     eerror "Error setting up loopback device."
1511     bailout 1
1512   fi
1513
1514   # if we're building for arm64, we operate on the first line of $DEVINFO which is the EFI partition
1515   if [ "$ARCH" = 'arm64' ]; then
1516     LOOP_PART="${DEVINFO##add map }" # 'loop0p1 (254:5): 0 20477 linear 7:0 3'
1517     LOOP_PART="${LOOP_PART// */}"    # 'loop0p1'
1518     LOOP_DISK="${LOOP_PART%p*}"      # 'loop0'
1519     export ARM_EFI_TARGET="/dev/mapper/$LOOP_PART"
1520     DEVINFO=${DEVINFO##*$'\n'} # now set $DEVINFO to the last line which is the OS partition
1521   fi
1522
1523   # hopefully this always works as expected
1524   LOOP_PART="${DEVINFO##add map }" # 'loop0p1 (254:5): 0 20477 linear 7:0 3'
1525   LOOP_PART="${LOOP_PART// */}"    # 'loop0p1'
1526   if [ -n "$VMEFI" ]; then
1527     export EFI_TARGET="/dev/mapper/$LOOP_PART" # '/dev/mapper/loop0p1'
1528     LOOP_PART="${LOOP_PART%p1}p3"
1529   fi
1530   LOOP_DISK="${LOOP_PART%p*}"      # 'loop0'
1531   export TARGET="/dev/mapper/$LOOP_PART" # '/dev/mapper/loop0p1'
1532
1533   if [ -z "$TARGET" ] ; then
1534      eerror "Error: target could not be set to according /dev/mapper/* device."
1535      bailout 1
1536   fi
1537 }
1538 # }}}
1539
1540 # make VM image bootable {{{
1541 grub_install() {
1542   if [ -z "${VIRTUAL}" ] ; then
1543      return 0
1544   fi
1545   if [ "${GRUB_INSTALL}" != "yes" ] ; then
1546     einfo "Not installing GRUB as requested via \$GRUB_INSTALL=$GRUB_INSTALL"
1547     return 0
1548   fi
1549
1550   if ! mount "${TARGET}" "${MNTPOINT}" ; then
1551     eerror "Error: Mounting ${TARGET} failed, can not continue."
1552     bailout 1
1553   fi
1554
1555   if [ -n "${ARM_EFI_TARGET}" ]; then
1556     mkdir -p "${MNTPOINT}/boot/efi"
1557     if ! mount "${ARM_EFI_TARGET}" "${MNTPOINT}/boot/efi" ; then
1558       eerror "Error: Mounting ${ARM_EFI_TARGET} failed, can not continue."
1559       bailout 1
1560     fi
1561   fi
1562
1563   mount -t proc none "${MNTPOINT}"/proc
1564   mount -t sysfs none "${MNTPOINT}"/sys
1565   mount -t devtmpfs udev "${MNTPOINT}"/dev
1566   mount -t devpts devpts "${MNTPOINT}"/dev/pts
1567
1568   if [ -n "$ARM_EFI_TARGET" ]; then
1569     einfo "Installing Grub as bootloader into EFI."
1570
1571     chroot "${MNTPOINT}" grub-install --target=arm64-efi --efi-directory=/boot/efi --bootloader-id=debian --recheck --no-nvram --removable
1572   # Has chroot-script installed GRUB to MBR using grub-install (successfully), already?
1573   # chroot-script skips installation for unset ${GRUB}
1574   elif [[ -z "${GRUB}" ]] || ! dd if="${GRUB}" bs=512 count=1 2>/dev/null | cat -v | grep -Fq GRUB; then
1575     einfo "Installing Grub as bootloader."
1576
1577     if ! chroot "${MNTPOINT}" dpkg --list grub-pc 2>/dev/null | grep -q '^ii' ; then
1578       echo "Notice: grub-pc package not present yet, installing it therefore."
1579       # shellcheck disable=SC2086
1580       DEBIAN_FRONTEND=$DEBIAN_FRONTEND chroot "$MNTPOINT" apt-get -y --no-install-recommends install $DPKG_OPTIONS grub-pc
1581     fi
1582
1583     mkdir -p "${MNTPOINT}/boot/grub"
1584     if ! [ -d "${MNTPOINT}"/usr/lib/grub/i386-pc/ ] ; then
1585       eerror "Error: grub not installed inside Virtual Machine. Can not install bootloader."
1586       bailout 1
1587     fi
1588     cp -a "${MNTPOINT}"/usr/lib/grub/i386-pc "${MNTPOINT}/boot/grub/"
1589
1590     if [ -n "$VMEFI" ]; then
1591
1592       mkdir -p "${MNTPOINT}"/boot/efi
1593       mount -t vfat "${EFI_TARGET}" "${MNTPOINT}"/boot/efi
1594
1595       if ! chroot "${MNTPOINT}" dpkg --list shim-signed 2>/dev/null | grep -q '^ii' ; then
1596         echo "Notice: shim-signed package not present yet, installing it therefore."
1597         # shellcheck disable=SC2086
1598         DEBIAN_FRONTEND=$DEBIAN_FRONTEND chroot "$MNTPOINT" apt-get -y --no-install-recommends install $DPKG_OPTIONS shim-signed
1599       fi
1600
1601       if [ "$(dpkg --print-architecture)" = "arm64" ]; then
1602         if ! chroot "${MNTPOINT}" dpkg --list grub-efi-arm64-signed 2>/dev/null | grep -q '^ii' ; then
1603           echo "Notice: grub-efi-arm64-signed package not present yet, installing it therefore."
1604           # shellcheck disable=SC2086
1605           DEBIAN_FRONTEND=$DEBIAN_FRONTEND chroot "$MNTPOINT" apt-get -y --no-install-recommends install $DPKG_OPTIONS grub-efi-arm64-bin grub-efi-arm64-signed
1606         fi
1607         chroot "$MNTPOINT" grub-install --target=arm64-efi --efi-directory=/boot/efi --uefi-secure-boot --removable "/dev/$LOOP_DISK"
1608       elif [ "$(dpkg --print-architecture)" = "i386" ]; then
1609         if ! chroot "${MNTPOINT}" dpkg --list grub-efi-ia32-signed 2>/dev/null | grep -q '^ii' ; then
1610           echo "Notice: grub-efi-ia32-signed package not present yet, installing it therefore."
1611           # shellcheck disable=SC2086
1612           DEBIAN_FRONTEND=$DEBIAN_FRONTEND chroot "$MNTPOINT" apt-get -y --no-install-recommends install $DPKG_OPTIONS grub-efi-ia32-bin grub-efi-ia32-signed
1613         fi
1614         chroot "$MNTPOINT" grub-install --target=i386-efi --efi-directory=/boot/efi --uefi-secure-boot --removable "/dev/$LOOP_DISK"
1615         chroot "$MNTPOINT" grub-install --target=i386-pc "/dev/$LOOP_DISK"
1616       else
1617         if ! chroot "${MNTPOINT}" dpkg --list grub-efi-amd64-signed 2>/dev/null | grep -q '^ii' ; then
1618           echo "Notice: grub-efi-amd64-signed package not present yet, installing it therefore."
1619           # shellcheck disable=SC2086
1620           DEBIAN_FRONTEND=$DEBIAN_FRONTEND chroot "$MNTPOINT" apt-get -y --no-install-recommends install $DPKG_OPTIONS grub-efi-amd64-bin grub-efi-amd64-signed
1621         fi
1622         chroot "$MNTPOINT" grub-install --target=x86_64-efi --efi-directory=/boot/efi --uefi-secure-boot --removable "/dev/$LOOP_DISK"
1623         chroot "$MNTPOINT" grub-install --target=i386-pc "/dev/$LOOP_DISK"
1624       fi
1625     else
1626       dd if="${MNTPOINT}/usr/lib/grub/i386-pc/boot.img" of="${ORIG_TARGET}" conv=notrunc bs=440 count=1
1627       case "${_opt_filesystem}" in
1628         f2fs)
1629           chroot "${MNTPOINT}" grub-mkimage -O i386-pc -p "(hd0,msdos1)/boot/grub" -o /tmp/core.img biosdisk part_msdos f2fs
1630           ;;
1631         xfs)
1632           chroot "${MNTPOINT}" grub-mkimage -O i386-pc -p "(hd0,msdos1)/boot/grub" -o /tmp/core.img biosdisk part_msdos xfs
1633           ;;
1634         # NOTE - we might need to distinguish between further filesystems
1635         *)
1636           chroot "${MNTPOINT}" grub-mkimage -O i386-pc -p "(hd0,msdos1)/boot/grub" -o /tmp/core.img biosdisk part_msdos ext2
1637           ;;
1638       esac
1639
1640       dd if="${MNTPOINT}/tmp/core.img" of="${ORIG_TARGET}" conv=notrunc seek=1
1641       rm -f "${MNTPOINT}/tmp/core.img"
1642     fi
1643   fi
1644
1645   # workaround for Debian bug #918590 with lvm + udev:
1646   # WARNING: Device /dev/... not initialized in udev database even after waiting 10000000 microseconds
1647   if [ -d /run/udev ] ; then
1648     einfo "Setting up bind-mount /run/udev"
1649     mkdir -p "${MNTPOINT}"/run/udev
1650     mount --bind /run/udev "${MNTPOINT}"/run/udev
1651   fi
1652
1653   if [ -n "${BOOT_APPEND}" ] ; then
1654     echo "Adding BOOT_APPEND configuration ['${BOOT_APPEND}'] to /etc/default/grub."
1655     sed -i "/GRUB_CMDLINE_LINUX_DEFAULT/ s#\"\$# ${BOOT_APPEND}\"#" "${MNTPOINT}/etc/default/grub"
1656   fi
1657
1658   einfo "Updating grub configuration file."
1659   chroot "${MNTPOINT}" update-grub
1660   chroot "${MNTPOINT}" sync
1661
1662   case "$RELEASE" in
1663     jessie)
1664       einfo "Applying workaround for GRUB font path bug in jessie (Debian #787685)."
1665       mkdir -p "${MNTPOINT}/boot/grub/fonts/"
1666       cp "${MNTPOINT}/usr/share/grub/unicode.pf2" "${MNTPOINT}/boot/grub/fonts/"
1667       ;;
1668   esac
1669
1670   if grep -q '^GRUB_DISABLE_LINUX_UUID=.*true' "${MNTPOINT}"/etc/default/grub 2>/dev/null ; then
1671     ewarn "GRUB_DISABLE_LINUX_UUID is set to true in /etc/default/grub, not adjusting root= in grub.cfg."
1672     ewarn "Please note that your system might NOT be able to properly boot."
1673   elif [ -z "$ARM_EFI_TARGET" ]; then
1674     einfo "Adjusting grub.cfg for successful boot sequence."
1675     sed -i "s;root=[^ ]\\+;root=UUID=$TARGET_UUID;" "${MNTPOINT}"/boot/grub/grub.cfg
1676   fi
1677
1678   # workaround for Debian bug #918590 with lvm + udev:
1679   # WARNING: Device /dev/... not initialized in udev database even after waiting 10000000 microseconds
1680   if mountpoint "${MNTPOINT}"/run/udev &>/dev/null ; then
1681     einfo "Unmounting bind-mount /run/udev"
1682     umount "${MNTPOINT}"/run/udev
1683   fi
1684
1685   umount "${MNTPOINT}"/proc
1686   umount "${MNTPOINT}"/sys
1687   umount "${MNTPOINT}"/dev/pts
1688   try_umount 3 "${MNTPOINT}"/dev
1689
1690   if [ -n "$VMEFI" ]; then
1691     umount "${MNTPOINT}"/boot/efi
1692   fi
1693
1694 }
1695 # }}}
1696
1697 # unmount VM image {{{
1698 umount_target() {
1699   if [ -z "${VIRTUAL}" ] ; then
1700      return 0
1701   fi
1702
1703   if [ -n "${ARM_EFI_TARGET}" ]; then
1704     umount "${MNTPOINT}/boot/efi"
1705   fi
1706
1707   umount "${MNTPOINT}"
1708   kpartx -d "${ORIG_TARGET}" >/dev/null
1709   # Workaround for a bug in kpartx which doesn't clean up properly,
1710   # see Debian Bug #891077 and Github-PR grml/grml-debootstrap#112
1711   if dmsetup ls | grep -q "^${LOOP_PART} "; then
1712     kpartx -d "/dev/${LOOP_DISK}" >/dev/null
1713   fi
1714 }
1715 # }}}
1716
1717 # install main chroot {{{
1718 debootstrap_system() {
1719   if [ "$_opt_nodebootstrap" ]; then
1720      einfo "Skipping debootstrap as requested."
1721      return
1722   fi
1723
1724   if grep -q "$MNTPOINT" /proc/mounts || [ -n "$DIRECTORY" ] ; then
1725     :
1726   else
1727     eerror "Error: $MNTPOINT not mounted, can not continue."
1728     eend 1 ; exit 1
1729   fi
1730
1731   if [ -n "$ISO" ] ; then
1732     einfo "Running $DEBOOTSTRAP $DEBOOTSTRAP_OPT for release ${RELEASE}${ARCHINFO} using ${ISO}"
1733     einfo "Executing: $DEBOOTSTRAP $ARCHCMD $DEBOOTSTRAP_OPT $RELEASE $MNTPOINT $ISO"
1734     # shellcheck disable=SC2086
1735     "$DEBOOTSTRAP" $ARCHCMD $DEBOOTSTRAP_OPT "$RELEASE" "$MNTPOINT" "$ISO"
1736     RC=$?
1737   else
1738     einfo "Running $DEBOOTSTRAP $DEBOOTSTRAP_OPT for release ${RELEASE}${ARCHINFO} using ${MIRROR}"
1739     einfo "Executing: $DEBOOTSTRAP $ARCHCMD $DEBOOTSTRAP_OPT $RELEASE $MNTPOINT $MIRROR"
1740     # shellcheck disable=SC2086
1741     "$DEBOOTSTRAP" $ARCHCMD $DEBOOTSTRAP_OPT "$RELEASE" "$MNTPOINT" "$MIRROR"
1742     RC=$?
1743   fi
1744
1745   if [ $RC -ne 0 ] ; then
1746     if [ -r "$MNTPOINT/debootstrap/debootstrap.log" ] && \
1747       [ -s "$MNTPOINT/debootstrap/debootstrap.log" ] ; then
1748       einfo "Presenting last ten lines of debootstrap.log:"
1749       tail -10 "${MNTPOINT}"/debootstrap/debootstrap.log
1750       einfo "End of debootstrap.log"
1751     fi
1752   fi
1753
1754   eend $RC
1755 }
1756 # }}}
1757
1758 # prepare chroot via chroot-script {{{
1759 preparechroot() {
1760   einfo "Preparing chroot system"
1761
1762   # provide variables to chroot system
1763   CHROOT_VARIABLES="/var/cache/grml-debootstrap/variables_${SHORT_TARGET}"
1764   touch "$CHROOT_VARIABLES"
1765   chmod 600 "$CHROOT_VARIABLES" # make sure nobody except root can read it
1766   echo "# Configuration of ${PN}"                                                                                   > "$CHROOT_VARIABLES"
1767   [ -n "$ARCH" ]                      && echo "ARCH='${ARCH//\'/\'\\\'\'}'"                                         >> "$CHROOT_VARIABLES"
1768   [ -n "$BACKPORTREPOS" ]             && echo "BACKPORTREPOS='${BACKPORTREPOS//\'/\'\\\'\'}'"                       >> "$CHROOT_VARIABLES"
1769   [ -n "$BOOT_APPEND" ]               && echo "BOOT_APPEND='${BOOT_APPEND//\'/\'\\\'\'}'"                           >> "$CHROOT_VARIABLES"
1770   [ -n "$CHROOT_SCRIPTS" ]            && echo "CHROOT_SCRIPTS='${CHROOT_SCRIPTS//\'/\'\\\'\'}'"                     >> "$CHROOT_VARIABLES"
1771   [ -n "$COMPONENTS" ]                && echo "COMPONENTS='${COMPONENTS//\'/\'\\\'\'}'"                             >> "$CHROOT_VARIABLES"
1772   [ -n "$CONFFILES" ]                 && echo "CONFFILES='${CONFFILES//\'/\'\\\'\'}'"                               >> "$CHROOT_VARIABLES"
1773   [ -n "$DEBCONF" ]                   && echo "DEBCONF='${DEBCONF//\'/\'\\\'\'}'"                                   >> "$CHROOT_VARIABLES"
1774   [ -n "$DEBIAN_FRONTEND" ]           && echo "DEBIAN_FRONTEND='${DEBIAN_FRONTEND//\'/\'\\\'\'}'"                   >> "$CHROOT_VARIABLES"
1775   [ -n "$DEBOOTSTRAP" ]               && echo "DEBOOTSTRAP='${DEBOOTSTRAP//\'/\'\\\'\'}'"                           >> "$CHROOT_VARIABLES"
1776   [ -n "$DEFAULT_LOCALES" ]           && echo "DEFAULT_LOCALES='${DEFAULT_LOCALES//\'/\'\\\'\'}'"                   >> "$CHROOT_VARIABLES"
1777   [ -n "$DEFAULT_LANGUAGE" ]          && echo "DEFAULT_LANGUAGE='${DEFAULT_LANGUAGE//\'/\'\\\'\'}'"                 >> "$CHROOT_VARIABLES"
1778   [ -n "$EXTRAPACKAGES" ]             && echo "EXTRAPACKAGES='${EXTRAPACKAGES//\'/\'\\\'\'}'"                       >> "$CHROOT_VARIABLES"
1779   [ -n "$EFI" ]                       && echo "EFI='${EFI//\'/\'\\\'\'}'"                                           >> "$CHROOT_VARIABLES"
1780   [ -n "$FALLBACK_MIRROR" ]           && echo "FALLBACK_MIRROR='${FALLBACK_MIRROR//\'/\'\\\'\'}'"                   >> "$CHROOT_VARIABLES"
1781   [ -n "$FILESYSTEM" ]                && echo "FILESYSTEM='${FILESYSTEM//\'/\'\\\'\'}'"                             >> "$CHROOT_VARIABLES"
1782   [ -n "$FORCE" ]                     && echo "FORCE='${FORCE//\'/\'\\\'\'}'"                                       >> "$CHROOT_VARIABLES"
1783   [ -n "$GRMLREPOS" ]                 && echo "GRMLREPOS='${GRMLREPOS//\'/\'\\\'\'}'"                               >> "$CHROOT_VARIABLES"
1784   [ -n "$GRUB" ]                      && echo "GRUB='${GRUB//\'/\'\\\'\'}'"                                         >> "$CHROOT_VARIABLES"
1785   [ -n "$HOSTNAME" ]                  && echo "HOSTNAME='${HOSTNAME//\'/\'\\\'\'}'"                                 >> "$CHROOT_VARIABLES"
1786   [ -n "$INITRD" ]                    && echo "INITRD='${INITRD//\'/\'\\\'\'}'"                                     >> "$CHROOT_VARIABLES"
1787   [ -n "$INITRD_GENERATOR" ]          && echo "INITRD_GENERATOR='${INITRD_GENERATOR//\'/\'\\\'\'}'"                 >> "$CHROOT_VARIABLES"
1788   [ -n "$INITRD_GENERATOR_OPTS" ]     && echo "INITRD_GENERATOR_OPTS='${INITRD_GENERATOR_OPTS//\'/\'\\\'\'}'"       >> "$CHROOT_VARIABLES"
1789   [ -n "$INSTALL_NOTES" ]             && echo "INSTALL_NOTES='${INSTALL_NOTES//\'/\'\\\'\'}'"                       >> "$CHROOT_VARIABLES"
1790   [ -n "$ISODIR" ]                    && echo "ISODIR='${ISO//\'/\'\\\'\'}'"                                        >> "$CHROOT_VARIABLES"
1791   [ -n "$ISO" ]                       && echo "ISO='${ISO//\'/\'\\\'\'}'"                                           >> "$CHROOT_VARIABLES"
1792   [ -n "$KEEP_SRC_LIST" ]             && echo "KEEP_SRC_LIST='${KEEP_SRC_LIST//\'/\'\\\'\'}'"                       >> "$CHROOT_VARIABLES"
1793   [ -n "$LOCALES" ]                   && echo "LOCALES='${LOCALES//\'/\'\\\'\'}'"                                   >> "$CHROOT_VARIABLES"
1794   [ -n "$MIRROR" ]                    && echo "MIRROR='${MIRROR//\'/\'\\\'\'}'"                                     >> "$CHROOT_VARIABLES"
1795   [ -n "$MKFS" ]                      && echo "MKFS='${MKFS//\'/\'\\\'\'}'"                                         >> "$CHROOT_VARIABLES"
1796   [ -n "$NOPASSWORD" ]                && echo "NOPASSWORD=\"true\""                                                 >> "$CHROOT_VARIABLES"
1797   [ -n "$NOKERNEL" ]                  && echo "NOKERNEL=\"true\""                                                   >> "$CHROOT_VARIABLES"
1798   [ -n "$PACKAGES" ]                  && echo "PACKAGES='${PACKAGES//\'/\'\\\'\'}'"                                 >> "$CHROOT_VARIABLES"
1799   [ -n "$POST_SCRIPTS" ]              && echo "POST_SCRIPTS='${POST_SCRIPTS//\'/\'\\\'\'}'"                         >> "$CHROOT_VARIABLES"
1800   [ -n "$PRE_SCRIPTS" ]               && echo "PRE_SCRIPTS='${PRE_SCRIPTS//\'/\'\\\'\'}'"                           >> "$CHROOT_VARIABLES"
1801   [ -n "$RECONFIGURE" ]               && echo "RECONFIGURE='${RECONFIGURE//\'/\'\\\'\'}'"                           >> "$CHROOT_VARIABLES"
1802   [ -n "$RELEASE" ]                   && echo "RELEASE='${RELEASE//\'/\'\\\'\'}'"                                   >> "$CHROOT_VARIABLES"
1803   [ -n "$RM_APTCACHE" ]               && echo "RM_APTCACHE='${RM_APTCACHE//\'/\'\\\'\'}'"                           >> "$CHROOT_VARIABLES"
1804   [ -n "$ROOTPASSWORD" ]              && echo "ROOTPASSWORD='${ROOTPASSWORD//\'/\'\\\'\'}'"                         >> "$CHROOT_VARIABLES"
1805   [ -n "$SCRIPTS" ]                   && echo "SCRIPTS='${SCRIPTS//\'/\'\\\'\'}'"                                   >> "$CHROOT_VARIABLES"
1806   [ -n "$SECURE" ]                    && echo "SECURE='${SECURE//\'/\'\\\'\'}'"                                     >> "$CHROOT_VARIABLES"
1807   [ -n "$SELECTED_PARTITIONS" ]       && echo "SELECTED_PARTITIONS='${SELECTED_PARTITIONS//\'/\'\\\'\'}'"           >> "$CHROOT_VARIABLES"
1808   [ -n "$TARGET" ]                    && echo "TARGET='${TARGET//\'/\'\\\'\'}'"                                     >> "$CHROOT_VARIABLES"
1809   [ -n "$UPGRADE_SYSTEM" ]            && echo "UPGRADE_SYSTEM='${UPGRADE_SYSTEM//\'/\'\\\'\'}'"                     >> "$CHROOT_VARIABLES"
1810   [ -n "$TARGET_UUID" ]               && echo "TARGET_UUID='${TARGET_UUID//\'/\'\\\'\'}'"                           >> "$CHROOT_VARIABLES"
1811   [ -n "$TIMEZONE" ]                  && echo "TIMEZONE='${TIMEZONE//\'/\'\\\'\'}'"                                 >> "$CHROOT_VARIABLES"
1812   [ -n "$TUNE2FS" ]                   && echo "TUNE2FS='${TUNE2FS//\'/\'\\\'\'}'"                                   >> "$CHROOT_VARIABLES"
1813   [ -n "$VMSIZE" ]                    && echo "VMSIZE='${VMSIZE//\'/\'\\\'\'}'"                                     >> "$CHROOT_VARIABLES"
1814
1815   cp $VERBOSE "${CONFFILES}"/chroot-script "${MNTPOINT}"/bin/chroot-script
1816   chmod 755 "${MNTPOINT}"/bin/chroot-script
1817   [ -d "$MNTPOINT"/etc/debootstrap/ ] || mkdir "$MNTPOINT"/etc/debootstrap/
1818
1819   # make sure we have our files for later use via chroot-script
1820   cp $VERBOSE "${CONFFILES}/config"           "${MNTPOINT}"/etc/debootstrap/
1821   # make sure we adjust the configuration variables accordingly:
1822   sed -i "s#RELEASE=.*#RELEASE=\"$RELEASE\"#" "${MNTPOINT}"/etc/debootstrap/config
1823   sed -i "s#TARGET=.*#TARGET=\"$TARGET\"#"    "${MNTPOINT}"/etc/debootstrap/config
1824   sed -i "s#GRUB=.*#GRUB=\"$GRUB\"#"          "${MNTPOINT}"/etc/debootstrap/config
1825
1826   # install notes:
1827   if [ -n "$INSTALL_NOTES" ] ; then
1828      [ -r "$INSTALL_NOTES" ] && cp "$INSTALL_NOTES" "${MNTPOINT}"/etc/debootstrap/
1829   fi
1830
1831   # package selection:
1832   if [ "$PACKAGES" = 'yes' ] ; then
1833     PACKAGES_FILE="packages"
1834
1835     if [ "$ARCH" = 'arm64' ]; then
1836       PACKAGES_FILE="packages-arm64"
1837     fi
1838
1839     cp $VERBOSE "${_opt_packages:-$CONFFILES/$PACKAGES_FILE}" \
1840       "${MNTPOINT}/etc/debootstrap/${PACKAGES_FILE}"
1841   fi
1842
1843   # debconf preseeding:
1844   _opt_debconf=${_opt_debconf:-$CONFFILES/debconf-selections}
1845   [ -f "${_opt_debconf}" ] && [ "$DEBCONF" = 'yes' ] && \
1846     cp $VERBOSE "${_opt_debconf}" "${MNTPOINT}"/etc/debootstrap/debconf-selections
1847
1848   # copy scripts that should be executed inside the chroot:
1849   _opt_chroot_scripts=${_opt_chroot_scripts:-$CONFFILES/chroot-scripts/}
1850   [ -d "$_opt_chroot_scripts" ] && [ "$CHROOT_SCRIPTS" = 'yes' ] && {
1851     mkdir -p "${MNTPOINT}"/etc/debootstrap/chroot-scripts
1852     cp -a $VERBOSE "${_opt_chroot_scripts}"/* "${MNTPOINT}"/etc/debootstrap/chroot-scripts/
1853   }
1854
1855   # notice: do NOT use $CHROOT_VARIABLES inside chroot but statically file instead!
1856   cp $VERBOSE "${CHROOT_VARIABLES}" "${MNTPOINT}"/etc/debootstrap/variables
1857
1858   cp $VERBOSE -a -L "${CONFFILES}"/extrapackages/ "${MNTPOINT}"/etc/debootstrap/
1859
1860   # make sure we can access network [relevant for cdebootstrap/mmdebstrap]
1861   [ -f "${MNTPOINT}"/etc/resolv.conf ] || cp $VERBOSE /etc/resolv.conf "${MNTPOINT}"/etc/resolv.conf
1862
1863   # setup default locales
1864   [ -n "$LOCALES" ] && cp $VERBOSE "${CONFFILES}"/locale.gen "${MNTPOINT}"/etc/locale.gen
1865
1866   # copy any existing files to chroot
1867   [ -d "${CONFFILES}"/bin   ] && cp $VERBOSE -a -L "${CONFFILES}"/bin/*   "${MNTPOINT}"/bin/
1868   [ -d "${CONFFILES}"/boot  ] && cp $VERBOSE -a -L "${CONFFILES}"/boot/*  "${MNTPOINT}"/boot/
1869   [ -d "${CONFFILES}"/etc   ] && cp $VERBOSE -a -L "${CONFFILES}"/etc/*   "${MNTPOINT}"/etc/
1870   [ -d "${CONFFILES}"/sbin  ] && cp $VERBOSE -a -L "${CONFFILES}"/sbin/*  "${MNTPOINT}"/sbin/
1871   [ -d "${CONFFILES}"/share ] && cp $VERBOSE -a -L "${CONFFILES}"/share/* "${MNTPOINT}"/share/
1872   [ -d "${CONFFILES}"/usr   ] && cp $VERBOSE -a -L "${CONFFILES}"/usr/*   "${MNTPOINT}"/usr/
1873   [ -d "${CONFFILES}"/var   ] && cp $VERBOSE -a -L "${CONFFILES}"/var/*   "${MNTPOINT}"/var/
1874
1875   # network setup
1876   DEFAULT_INTERFACES="# /etc/network/interfaces - generated by grml-debootstrap
1877
1878 # Include files from /etc/network/interfaces.d when using
1879 # ifupdown v0.7.44 or newer:
1880 #source-directory /etc/network/interfaces.d
1881
1882 auto lo
1883 iface lo inet loopback
1884
1885 allow-hotplug eth0
1886 iface eth0 inet dhcp
1887 "
1888
1889   # add dhcp setting for Predictable Network Interface Names
1890   if [ -x /bin/udevadm ]; then
1891     tmpfile=$(mktemp)
1892     for interface in /sys/class/net/*; do
1893       udevadm info --query=all --path="${interface}" > "${tmpfile}"
1894       # skip virtual devices, like bridges, vboxnet,...
1895       if grep -q 'P: /devices/virtual/net/' "${tmpfile}" ; then
1896         continue
1897       fi
1898
1899       # iterate over possible naming policies by precedence (see udev/net/link-config.c),
1900       # use and stop on first match to have same behavior as udev's link_config_apply()
1901       for property in ID_NET_NAME_FROM_DATABASE ID_NET_NAME_ONBOARD ID_NET_NAME_SLOT ID_NET_NAME_PATH ID_NET_NAME_MAC ; do
1902         if grep -q "${property}" "${tmpfile}" ; then
1903           interface=$(grep "${property}" "${tmpfile}" | sed -n -e "s/E: ${property}=\([^\$*]\)/\1/p")
1904           DEFAULT_INTERFACES="${DEFAULT_INTERFACES}
1905 allow-hotplug ${interface}
1906 iface ${interface} inet dhcp
1907 "
1908           break
1909         fi
1910       done
1911     done
1912     rm -f "${tmpfile}"
1913   fi
1914
1915   if [ -n "$NOINTERFACES" ] ; then
1916     einfo "Not installing /etc/network/interfaces as requested via --nointerfaces option"
1917   elif [ -n "$USE_DEFAULT_INTERFACES" ] ; then
1918     einfo "Installing default /etc/network/interfaces as requested via --defaultinterfaces options."
1919     mkdir -p "${MNTPOINT}/etc/network"
1920     echo "$DEFAULT_INTERFACES" > "${MNTPOINT}/etc/network/interfaces"
1921   elif [ -n "$VIRTUAL" ] ; then
1922     einfo "Setting up Virtual Machine, installing default /etc/network/interfaces"
1923     mkdir -p "${MNTPOINT}/etc/network"
1924     echo "$DEFAULT_INTERFACES" > "${MNTPOINT}/etc/network/interfaces"
1925   elif [ -r /etc/network/interfaces ] ; then
1926     einfo "Copying /etc/network/interfaces from host to target system"
1927     mkdir -p "${MNTPOINT}/etc/network"
1928     cp $VERBOSE /etc/network/interfaces "${MNTPOINT}/etc/network/interfaces"
1929   else
1930     ewarn "Couldn't read /etc/network/interfaces, installing default /etc/network/interfaces"
1931     mkdir -p "${MNTPOINT}/etc/network"
1932     echo "$DEFAULT_INTERFACES" > "${MNTPOINT}/etc/network/interfaces"
1933   fi
1934
1935   # install config file providing some example entries
1936   if [ -r /etc/network/interfaces.examples ] && [ ! -r "$MNTPOINT/etc/network/interfaces.examples" ] ; then
1937     mkdir -p "${MNTPOINT}/etc/network"
1938     cp /etc/network/interfaces.examples "$MNTPOINT/etc/network/interfaces.examples"
1939   fi
1940
1941   if [ -n "${SSHCOPYID}" ] ; then
1942     AUTHORIZED_KEYS_SOURCE=${AUTHORIZED_KEYS_SOURCE:-$HOME/.ssh/authorized_keys}
1943     AUTHORIZED_KEYS_TARGET=${AUTHORIZED_KEYS_TARGET:-$MNTPOINT/root/.ssh/}
1944     if ssh-add -L >/dev/null 2>&1 ; then
1945       einfo "Use locally available public keys to authorise root login on the target system as requested via --sshcopyid option."
1946       mkdir -p "${MNTPOINT}"/root/.ssh
1947       chmod 0700 "${MNTPOINT}"/root/.ssh
1948       if ! ssh-add -L >> "${MNTPOINT}"/root/.ssh/authorized_keys ; then
1949         eerror "Error: executing 'ssh-add -L' failed."
1950         bailout 1
1951       fi
1952     elif [ -f "$AUTHORIZED_KEYS_SOURCE" ]; then
1953       einfo "copying '$AUTHORIZED_KEYS_SOURCE' to '$AUTHORIZED_KEYS_TARGET' as requested via --sshcopyid option."
1954       mkdir -p "$AUTHORIZED_KEYS_TARGET"
1955       chmod 0700 "$AUTHORIZED_KEYS_TARGET"
1956       if ! cp "$AUTHORIZED_KEYS_SOURCE" "$AUTHORIZED_KEYS_TARGET" ; then
1957         eerror "Error: copying '$AUTHORIZED_KEYS_SOURCE' to '$AUTHORIZED_KEYS_TARGET' failed"
1958         bailout 1
1959       fi
1960     else
1961       eerror "Error: Could not open a connection to your authentication agent or the agent has no identities."
1962       bailout 1
1963     fi
1964   fi
1965
1966   if [ -n "${SSHCOPYAUTH}" ] ; then
1967     AUTHORIZED_KEYS_SOURCE=${AUTHORIZED_KEYS_SOURCE:-${HOME}/.ssh/authorized_keys}
1968
1969     if ! [ -f "${AUTHORIZED_KEYS_SOURCE}" ]; then
1970       eerror "Error: could not read '${AUTHORIZED_KEYS_SOURCE}' for setting up SSH key login."
1971       bailout 1
1972     fi
1973
1974     AUTHORIZED_KEYS_TARGET="${MNTPOINT}/root/.ssh/"
1975     einfo "Copying '${AUTHORIZED_KEYS_SOURCE}' to '${AUTHORIZED_KEYS_TARGET}' as requested via --sshcopyauth option."
1976     mkdir -p "${AUTHORIZED_KEYS_TARGET}"
1977     chmod 0700 "${AUTHORIZED_KEYS_TARGET}"
1978     if ! cp "${AUTHORIZED_KEYS_SOURCE}" "${AUTHORIZED_KEYS_TARGET}" ; then
1979       eerror "Error: copying '${AUTHORIZED_KEYS_SOURCE}' to '${AUTHORIZED_KEYS_TARGET}' failed."
1980       bailout 1
1981     fi
1982   fi
1983
1984   if [ -d /run/udev ] ; then
1985     einfo "Setting up bind-mount /run/udev"
1986     mkdir -p "${MNTPOINT}"/run/udev
1987     mount --bind /run/udev "${MNTPOINT}"/run/udev
1988   fi
1989 }
1990 # }}}
1991
1992 # execute all scripts in /etc/debootstrap/pre-scripts/ {{{
1993 execute_pre_scripts() {
1994   # make sure hostname is set even before chroot-script get executed
1995   echo "$HOSTNAME" > "$MNTPOINT"/etc/hostname
1996
1997   # make sure we have $MNTPOINT available for our scripts
1998   export MNTPOINT
1999
2000   if [ -d "$_opt_pre_scripts" ] || [ "$PRE_SCRIPTS" = 'yes' ] ; then
2001     [ -d "$_opt_pre_scripts" ] && pre_scripts="$_opt_pre_scripts" || pre_scripts="${CONFFILES}/pre-scripts/"
2002     for script in "${pre_scripts}"/* ; do
2003       if [ -x "$script" ] ; then
2004         einfo "Executing pre-script $script"
2005         "$script"
2006       fi
2007     done
2008   fi
2009 }
2010 # }}}
2011
2012 # execute all scripts in /etc/debootstrap/post-scripts/ {{{
2013 execute_post_scripts() {
2014   # make sure we have $MNTPOINT and HOSTNAME available for our scripts
2015   export MNTPOINT
2016   export TARGET_HOSTNAME=$HOSTNAME
2017
2018   if [ -d "$_opt_scripts" ] || [ "$SCRIPTS" = 'yes' ] ; then
2019     # legacy support for /etc/debootstrap/scripts/
2020     [ -d "$_opt_scripts" ] && post_scripts="$_opt_scripts" || post_scripts="${CONFFILES}/scripts/"
2021     ewarn "Deprecation NOTE: --scripts/SCRIPTS are deprecated, please switch to --post-scripts/POST_SCRIPTS instead."
2022   elif [ -d "$_opt_post_scripts" ] || [ "$POST_SCRIPTS" = 'yes' ] ; then
2023     [ -d "$_opt_post_scripts" ] && post_scripts="$_opt_post_scripts" || post_scripts="${CONFFILES}/post-scripts/"
2024   fi
2025
2026   if [ -n "$post_scripts" ] ; then
2027     for script in "${post_scripts}"/* ; do
2028       if [ -x "$script" ] ; then
2029         einfo "Executing post-script $script"
2030         "$script"
2031       fi
2032     done
2033   fi
2034 }
2035 # }}}
2036
2037 # unmount mountpoint {{{
2038 try_umount() {
2039   local tries=$1
2040   local mountpoint="$2"
2041
2042   for (( try=1; try<=tries; try++ )); do
2043     if [[ ${try} -eq ${tries} ]]; then
2044       # Last time, show errors this time
2045       umount "${mountpoint}" && return 0
2046     else
2047       # Not last time, hide errors until fatal
2048       if umount "${mountpoint}" 2>/dev/null ; then
2049         return 0
2050       else
2051         sleep 1
2052       fi
2053     fi
2054   done
2055   return 1  # Tried enough
2056 }
2057 # }}}
2058
2059 # execute chroot-script {{{
2060 chrootscript() {
2061   if ! [ -r "$MNTPOINT/bin/chroot-script" ] ; then
2062     mount_target
2063   fi
2064
2065   if ! [ -x "$MNTPOINT/bin/chroot-script" ] ; then
2066     eerror "Fatal: $MNTPOINT/bin/chroot-script could not be found."
2067     eend 1
2068   else
2069     einfo "Executing chroot-script now"
2070     mount -t devtmpfs udev "${MNTPOINT}"/dev
2071     mount -t devpts devpts "${MNTPOINT}"/dev/pts
2072     if [ "$DEBUG" = "true" ] ; then
2073       chroot "$MNTPOINT" /bin/bash -x /bin/chroot-script ; RC=$?
2074     else
2075       chroot "$MNTPOINT" /bin/chroot-script ; RC=$?
2076     fi
2077     try_umount 3 "$MNTPOINT"/dev/pts
2078     try_umount 3 "$MNTPOINT"/dev
2079     eend $RC
2080   fi
2081
2082   # finally get rid of chroot-script again, there's no good reason to
2083   # keep it on the installed system
2084   if grep -q GRML_CHROOT_SCRIPT_MARKER "${MNTPOINT}/bin/chroot-script" ; then
2085     einfo "Removing chroot-script again"
2086     rm -f "${MNTPOINT}/bin/chroot-script"
2087   else
2088     einfo "Keeping chroot-script as string GRML_CHROOT_SCRIPT_MARKER could not be found"
2089   fi
2090 }
2091 # }}}
2092
2093 # unmount $MNTPOINT {{{
2094 umount_chroot() {
2095
2096   # display installation notes:
2097   if [ -n "$INSTALL_NOTES" ] ; then
2098      [ -r "${MNTPOINT}/${INSTALL_NOTES}" ] && cat "${MNTPOINT}/${INSTALL_NOTES}"
2099   fi
2100
2101   if [ -n "$ISODIR" ] ; then
2102      if grep -q "$ISODIR" /proc/mounts ; then
2103         einfo "Unmount $MNTPOINT/$ISODIR"
2104         umount "$MNTPOINT/$ISODIR"
2105      fi
2106   fi
2107
2108   if grep -q "$MNTPOINT" /proc/mounts ; then
2109     if mountpoint "${MNTPOINT}"/run/udev &>/dev/null ; then
2110       einfo "Unmounting bind-mount /run/udev"
2111       umount "${MNTPOINT}"/run/udev
2112     fi
2113
2114      if [ -n "$PARTITION" ] ; then
2115         einfo "Unmount $MNTPOINT"
2116         umount "$MNTPOINT"
2117      fi
2118   fi
2119 }
2120 # }}}
2121
2122 # execute filesystem check {{{
2123 fscktool() {
2124  if [ -n "$VIRTUAL" ] ; then
2125    einfo "Skipping filesystem check because we deploy a virtual machine."
2126    return 0
2127  fi
2128
2129  if [ "$FSCK" = 'yes' ] ; then
2130    [ -n "$FSCKTOOL" ] || FSCKTOOL="fsck.${MKFS#mkfs.}"
2131    einfo "Checking filesystem on $TARGET using $FSCKTOOL"
2132    "$FSCKTOOL" "$TARGET"
2133  fi
2134 }
2135 # }}}
2136
2137 # get rid of grml-debootstrap config files {{{
2138 remove_configs() {
2139   if [ "$REMOVE_CONFIGS" != "yes" ] ; then
2140     return 0
2141   fi
2142
2143   if ! mountpoint "${MNTPOINT}" >/dev/null 2>&1 ; then
2144     ewarn "Target ${MNTPOINT} doesn't seem to be mounted, can't remove configuration files."
2145     return 0
2146   fi
2147
2148   einfo "Removing configuration files from installed system as requested via --remove-configs / REMOVE_CONFIGS."
2149   rm -rf "${MNTPOINT}"/etc/debootstrap/
2150 }
2151 # }}}
2152
2153 # now execute all the functions {{{
2154 for i in format_efi_partition prepare_vm mkfs tunefs \
2155          mount_target mountpoint_to_blockdevice debootstrap_system \
2156          preparechroot execute_pre_scripts chrootscript execute_post_scripts \
2157          remove_configs umount_chroot grub_install umount_target fscktool ; do
2158     if stage "${i}" ; then
2159       "$i"
2160       if [ $? -eq 0 ]; then
2161         stage "${i}" 'done' && rm -f "${STAGES}/${i}"
2162       else
2163         bailout 2 "$i"
2164       fi
2165     fi
2166 done
2167
2168 cleanup
2169 # }}}
2170
2171 # end dialog of autoinstallation {{{
2172 if [ -n "$AUTOINSTALL" ] ; then
2173    if dialog --title "${PN}" --pause "Finished execution of ${PN}.
2174 Automatically rebooting in 10 seconds.
2175
2176 Choose Cancel to skip rebooting." 10 60 10 ; then
2177      noeject noprompt reboot
2178   fi
2179 else
2180    einfo "Finished execution of ${PN}. Enjoy your Debian system."
2181 fi
2182 # }}}
2183
2184 ## END OF FILE #################################################################
2185 # vim: ai tw=100 expandtab foldmethod=marker shiftwidth=2