From: Paul Hänsch Date: Sun, 24 Jun 2018 19:41:02 +0000 (+0200) Subject: scripts for volume setup X-Git-Url: http://git.plutz.net/?p=bootimage;a=commitdiff_plain;h=b8e9b846cc0508d32553eb4260874fe21f4e6de3 scripts for volume setup --- diff --git a/.gitignore b/.gitignore index 82234ff..51b48d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ stretch_*_config/ stretch_*_root/ +stretch_*.squashfs diff --git a/Makefile b/Makefile index 2c6c749..5ea6b7c 100644 --- a/Makefile +++ b/Makefile @@ -45,3 +45,19 @@ stretch_%_config/: stretch_%_root/ ${CONFIG} permissions .FORCE stretch_%.squashfs: stretch_%_config/ rm "$@" || true mksquashfs "$<" "$@" -comp xz + +/dev/sd%: partitions vmlinuz initrd.img syslinux.cfg .FORCE + mkdir mount + sfdisk ${@}