diff options
author | Thomas Backlund <tmb@mageia.org> | 2012-04-22 17:15:05 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2012-04-22 17:15:05 +0000 |
commit | e9028889fbcdcb28ac80466f3bf18476bc787768 (patch) | |
tree | f4ff214831c5e5347a8fe118a2efea9ac32a729f /files | |
parent | 53ea16f9f81c7d89f67f44c3a244d2af376b28e4 (diff) | |
download | draklive-config-e9028889fbcdcb28ac80466f3bf18476bc787768.tar draklive-config-e9028889fbcdcb28ac80466f3bf18476bc787768.tar.gz draklive-config-e9028889fbcdcb28ac80466f3bf18476bc787768.tar.bz2 draklive-config-e9028889fbcdcb28ac80466f3bf18476bc787768.tar.xz draklive-config-e9028889fbcdcb28ac80466f3bf18476bc787768.zip |
fix typo in comment
Diffstat (limited to 'files')
-rwxr-xr-x | files/90mgalive/mgalive-root.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/90mgalive/mgalive-root.sh b/files/90mgalive/mgalive-root.sh index 457b9d0..c03935e 100755 --- a/files/90mgalive/mgalive-root.sh +++ b/files/90mgalive/mgalive-root.sh @@ -17,7 +17,7 @@ mkdir -m 0755 -p /live/union # fix udev isohybrid LABEL issues (mga #3334) # by reading the device we get, stripping away partition number, -# and mounth the resulting device +# and mount the resulting device realdev=$(echo $livedev |sed 's,\(/dev/sd[a-z]\)1,\1,g') # mount the livecd |