diff options
author | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-10-22 20:49:07 +0000 |
---|---|---|
committer | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-10-22 20:49:07 +0000 |
commit | 0102780960ae20cf7412e533ff931cdffa1c2f8a (patch) | |
tree | 452e9ae922d69e89e81144807612159efc2ed8cf | |
parent | f44cecfbc4e26184f6a95da494f7a07aae554cc6 (diff) |
Fix adding blkid info to specs file.
git-svn-id: svn+ssh://xayide/home/jonas/private_svn/fleshybrid/homebase@48 8f53b18a-e215-0410-8885-9f593d34873e
-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" |