Initial import
git-svn-id: http://phraktured.net/archiso@1 00a9fe69-e71b-0410-bb23-df0e5024db41
This commit is contained in:
commit
676782bc3a
26 changed files with 776 additions and 0 deletions
9
default-config/etc/fstab
Normal file
9
default-config/etc/fstab
Normal file
|
@ -0,0 +1,9 @@
|
|||
#
|
||||
# /etc/fstab: static file system information
|
||||
#
|
||||
# <file system> <dir> <type> <options> <dump> <pass>
|
||||
none /dev/pts devpts defaults 0 0
|
||||
none /dev/shm tmpfs defaults 0 0
|
||||
tmpfs /tmp tmpfs defaults 0 0
|
||||
|
||||
/dev/cdrom /bootcd iso9660 ro,user,noauto 0 0
|
Loading…
Add table
Add a link
Reference in a new issue