diff options
-rwxr-xr-x | 2_install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2_install.sh b/2_install.sh index 830a294..3beb727 100755 --- a/2_install.sh +++ b/2_install.sh @@ -12,6 +12,7 @@ if [ -f "$baseworkdir/specs" ]; then exit 1 else # echo "partition info for actual device:" > "$baseworkdir/specs" + blkid "$rootdev_host" >> "$baseworkdir/specs" sfdisk -l "$usbdev_host" >> "$baseworkdir/specs" # echo "Possible devices:" >> "$baseworkdir/specs" echo >> "$baseworkdir/specs" |