Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3766594
D1063.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
473 B
Referenced Files
None
Subscribers
None
D1063.diff
View Options
diff --git a/scripts/byOS/Fedora/new-partition.sh b/scripts/byOS/Fedora/new-partition.sh
--- a/scripts/byOS/Fedora/new-partition.sh
+++ b/scripts/byOS/Fedora/new-partition.sh
@@ -30,5 +30,5 @@
vgextend "$VG" "$DEVICE"
lvcreate -l 100%FREE -n "$LVNAME" "$VG"
mkfs -t xfs "/dev/$VG/$LVNAME"
-cat "/dev/mapper/$VG-$LVNAME $MOUNTING_POINT xfs defaults 1 2" >> /etc/ftab
+echo "/dev/mapper/$VG-$LVNAME $MOUNTING_POINT xfs defaults 1 2" >> /etc/ftab
mount "$MOUNTING_POINT"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 19:10 (15 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2258730
Default Alt Text
D1063.diff (473 B)
Attached To
Mode
D1063: Fix new-partition doesn't write to /etc/fstab issue
Attached
Detach File
Event Timeline
Log In to Comment