6 lines
122 B
Plaintext
6 lines
122 B
Plaintext
|
#!/bin/sh -efu
|
||
|
|
||
|
sed '/[[:space:]]\/[[:space:]]/d'
|
||
|
|
||
|
printf "/dev/sda1\t/\t$GLOBAL_VM_FSTYPE\tdefault\t1 1\n" >> /etc/fstab
|