office target added to install libreoffice and printer/scanner tools

This commit is contained in:
ed barz 2020-10-30 14:38:58 +01:00
parent a504530352
commit 8eeab33288
1 changed files with 5 additions and 1 deletions

View File

@ -82,6 +82,10 @@ post-install: tools
chmod 755 $(MNTDIR)/usr/local/bin/first-boot.sh chmod 755 $(MNTDIR)/usr/local/bin/first-boot.sh
chroot $(MNTDIR) /usr/local/bin/post-install.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: set-root-passwd:
chroot $(MNTDIR) passwd root 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 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: archive:
tar -cvpjf void-fs.tar.bz2 \ tar -cvpjf void-fs.tar.bz2 \