mirror of
				https://gitlab.com/alemaire/image-specs.git
				synced 2025-01-17 17:48:20 +00:00 
			
		
		
		
	simplify environment invocation
https://github.com/Debian/raspi3-image-spec/pull/2#discussion_r146799419
This commit is contained in:
		| @@ -40,7 +40,7 @@ issuing the following: | |||||||
|  |  | ||||||
| ```shell | ```shell | ||||||
| umask 022 | umask 022 | ||||||
| sudo env -i HOME="$HOME" LC_CTYPE="${LC_ALL:-${LC_CTYPE:-$LANG}}" PATH="$PATH" USER="$USER" \ | sudo env -i LC_CTYPE=C.UTF-8 PATH="$PATH" \ | ||||||
|     ./vmdb2/vmdb2 --output raspi3.img raspi3.yaml --log raspi3.log |     ./vmdb2/vmdb2 --output raspi3.img raspi3.yaml --log raspi3.log | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Antoine Amarilli
					Antoine Amarilli