From 0102780960ae20cf7412e533ff931cdffa1c2f8a Mon Sep 17 00:00:00 2001 From: jonas Date: Sun, 22 Oct 2006 20:49:07 +0000 Subject: 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 --- 2_install.sh | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3