From cf81fed0c9277550e6b98927f7ff2f8eb5de7b40 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 4 Jul 2020 23:38:38 +0200 Subject: Add blkdiscard on image. Add nfs scripts newer examples. --- make-boot-image.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'make-boot-image.sh') diff --git a/make-boot-image.sh b/make-boot-image.sh index 840cce7..943f10a 100755 --- a/make-boot-image.sh +++ b/make-boot-image.sh @@ -1,6 +1,6 @@ #!/bin/bash -xe PS4='+ ($LINENO) ' # To ease debugging -VERSION="1.2-emac-rc1" +VERSION="1.2-emac-rc2" # Config # ########## @@ -148,7 +148,7 @@ then check_free_space $ROOT_MIN_AVAIL_MIO / # Optionnally qemu to run the result for santity checking [ "x$DEVEL_MODE" = "xy" ] && $ROOTCMD apt-get install qemu-system-x86 # Dependencies to put into the initrd - # util-linux : fdisk, sfdisk, lsblk, setterm + # util-linux : blkdiscard, fdisk, sfdisk, lsblk, setterm # net-tools : mii-tool # ncurses-bin : tput $ROOTCMD apt-get install dmidecode pciutils usbutils lshw sysstat iftop strace rsync \ @@ -378,7 +378,7 @@ then ( # Network tools mkchroot "$WORKDIR/initrd" mii-tool ethtool # Disk tools - mkchroot "$WORKDIR/initrd" fdisk gdisk sfdisk sgdisk + mkchroot "$WORKDIR/initrd" blkdiscard fdisk gdisk sfdisk sgdisk # Cloning tools mkchroot "$WORKDIR/initrd" /usr/sbin/partclone* efibootmgr pigz scp rsync # Some dyn-loaded libraries (ldd will not display them) -- cgit v1.2.3