diff options
author | makefu <github@syntax-fehler.de> | 2013-02-07 20:23:55 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-02-07 20:23:55 +0100 |
commit | 12fa3df06555c4ad6973602998a42446fbb52e70 (patch) | |
tree | 9543696874cfea86f103f8388a26176c8fe4ea17 /minikrebs/profiles/usb_ext/customfiles/etc/config/fstab | |
parent | 8c369def5ba0acbb95212e441b8b31a3ab05f3c8 (diff) |
bare profile which enables usb-extroot
Diffstat (limited to 'minikrebs/profiles/usb_ext/customfiles/etc/config/fstab')
-rw-r--r-- | minikrebs/profiles/usb_ext/customfiles/etc/config/fstab | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/minikrebs/profiles/usb_ext/customfiles/etc/config/fstab b/minikrebs/profiles/usb_ext/customfiles/etc/config/fstab new file mode 100644 index 00000000..b1e678dc --- /dev/null +++ b/minikrebs/profiles/usb_ext/customfiles/etc/config/fstab @@ -0,0 +1,19 @@ +config global automount + option from_fstab 1 + option anon_mount 1 + +config global autoswap + option from_fstab 1 + option anon_swap 0 + +config mount + option target /overlay + option device /dev/sda1 + option fstype ext4 + option options rw,sync + option enabled 1 + option enabled_fsck 0 + +config swap + option device /dev/sda2 + option enabled 1 |