7 lines
129 B
7 lines
129 B
11 years ago
|
#!/bin/sh -x
|
||
|
|
||
|
cat >>/etc/fstab<<EOT
|
||
|
# Minimal setup required for systemd to provide a r/w FS
|
||
|
/dev/root / rootfs defaults 0 0
|
||
|
EOT
|