summaryrefslogtreecommitdiff
path: root/openwrt/target/default/target_skeleton/sbin/mount_root
Commit message (Collapse)AuthorAgeFilesLines
* move target/default/target_skeleton into package/base-files, put all the ↵Felix Fietkau2005-07-171-25/+0
| | | | | | default files in ipkg packages, cleanup some junk in toolchain/, toolchain/ no longer changes build_mipsel/root SVN-Revision: 1494
* fix mount options for /tmpFelix Fietkau2005-07-011-1/+1
| | | | SVN-Revision: 1307
* hide some non-critical error messages; prevent newbie bug reportsMike Baker2005-05-231-1/+1
| | | | SVN-Revision: 1028
* add oleg's fix for jffs2 mountingFelix Fietkau2005-05-041-4/+5
| | | | SVN-Revision: 799
* use tmpfs instead ramfs, strange that i do not need to add any kernel ↵Waldemar Brodkorb2005-04-301-1/+1
| | | | | | option, it works out of the box, and dd if=/dev/zero of=test bs=1024k count=100 does not kill the box anymore SVN-Revision: 770
* *** empty log message ***Mike Baker2005-04-241-1/+1
| | | | SVN-Revision: 709
* remove redundant unlocksMike Baker2005-04-111-4/+3
| | | | SVN-Revision: 620
* unlock linux partition in mount_rootFelix Fietkau2005-04-031-0/+1
| | | | SVN-Revision: 547
* add mount_root script to mount root fs (called from /etc/preinit)Felix Fietkau2005-03-231-0/+24
SVN-Revision: 428