From 8eeab332889a895b32c4718ae854ba633d5f6e5c Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 30 Oct 2020 14:38:58 +0100 Subject: [PATCH] office target added to install libreoffice and printer/scanner tools --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b851857..8be0a48 100644 --- a/Makefile +++ b/Makefile @@ -82,6 +82,10 @@ post-install: tools chmod 755 $(MNTDIR)/usr/local/bin/first-boot.sh chroot $(MNTDIR) /usr/local/bin/post-install.sh +office: + $(call vinstall,libreoffice hplip sane) + echo "ln -s /etc/sv/cupsd /var/service/" >> $(MNTDIR)/usr/local/bin/first-boot.sh + set-root-passwd: chroot $(MNTDIR) passwd root @@ -92,7 +96,7 @@ nuser: metal: mnt-drive mnt-system base set-loc set-resolv set-fstab set-root set-keymap set-term grub -laptop: metal python xorg audio wifi post-install set-root-passwd nuser +laptop: metal python xorg audio wifi post-install office set-root-passwd nuser archive: tar -cvpjf void-fs.tar.bz2 \