This commit is contained in:
ed barz 2020-05-03 10:57:52 +02:00
parent 2dbed8334c
commit 548ef363b9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ mnt-system:
mount --make-rslave $(MNTDIR)/run mount --make-rslave $(MNTDIR)/run
umnt: umnt:
umount -R $(DRIVE) umount -R $(MNTDIR)
base: base:
$(call vinstall,base-system) $(call vinstall,base-system)