OSDN Git Service

fix home creation
authorpaperbenni <paperbenni@gmail.com>
Tue, 9 Jun 2020 23:04:56 +0000 (01:04 +0200)
committerpaperbenni <paperbenni@gmail.com>
Tue, 9 Jun 2020 23:04:56 +0000 (01:04 +0200)
disk/mount.sh

index 5551435..a9171ea 100755 (executable)
@@ -18,6 +18,7 @@ mountpart efi /efi
 
 mountpart root /mnt
 # home is optional
+mkdir /mnt/home
 mountpart home /mnt/home
 sleep 2