439fe29841
This is necessary for the 'rootfs' initrd feature to work properly
6 lines
134 B
Bash
Executable File
6 lines
134 B
Bash
Executable File
#!/bin/sh -efu
|
|
|
|
sed '/[[:space:]]\/[[:space:]]/d' /etc/fstab
|
|
|
|
printf "/dev/sda1\t/\t$GLOBAL_VM_FSTYPE\tdefaults\t1 1\n" >> /etc/fstab
|