Update and fix odroid-xu3.sh

This commit is contained in:
Arszilla
2022-08-22 23:00:06 +03:00
parent f1573c48db
commit 6e5f319d78

View File

@@ -9,8 +9,10 @@
# Hardware model # Hardware model
hw_model=${hw_model:-"odroid-xu3"} hw_model=${hw_model:-"odroid-xu3"}
# Architecture # Architecture
architecture=${architecture:-"armhf"} architecture=${architecture:-"armhf"}
# Desktop manager (xfce, gnome, i3, kde, lxde, mate, e17 or none) # Desktop manager (xfce, gnome, i3, kde, lxde, mate, e17 or none)
desktop=${desktop:-"xfce"} desktop=${desktop:-"xfce"}
@@ -156,8 +158,10 @@ parted -s -a minimal "${image_dir}/${image_name}.img" mkpart primary $fstype ${b
# Set the partition variables # Set the partition variables
make_loop make_loop
# Create file systems # Create file systems
mkfs_partitions mkfs_partitions
# Make fstab. # Make fstab.
make_fstab make_fstab