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