Thomas Veerman 6759b24c57 /etc/rc: use mount -a instead of manual parsing
The rc script manually parses /etc/fstab to mount all file systems.
To do that it needs /bin/sed which does not exist anymore. mount(8)
now supports the -a flag which causes it to mount all file systems
listed in /etc/fstab except for '/'. File systems marked with 'noauto'
are skipped.
2012-06-20 10:48:38 +00:00
..
2012-03-31 23:47:03 +02:00
2011-09-28 15:24:15 +00:00
2012-02-16 01:48:46 +00:00
2011-07-26 11:37:18 +02:00
2012-02-16 01:48:46 +00:00
2012-06-18 10:53:24 +00:00