439fe29841
This is necessary for the 'rootfs' initrd feature to work properly
5 lines
135 B
Bash
Executable File
5 lines
135 B
Bash
Executable File
#!/bin/sh
|
|
|
|
grep -qe "[[:space:]]/[[:space:]]" /etc/fstab ||
|
|
printf "LABEL=ROOT\t/\t$GLOBAL_VM_FSTYPE\tdefaults\t1 1\n" >> /etc/fstab
|