mirror of https://github.com/fspc/gbootroot.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
798 B
19 lines
798 B
# $Id$
|
|
# make_debian replacement
|
|
|
|
# DEVICE MOUNTPOINT TYPE OPTIONS DUMP FSCKORDER
|
|
#----------------------------------------------------------------
|
|
## Choose an appropriate root mount.
|
|
# /dev/ram0 / ext2 defaults
|
|
/dev/ubd/0 / ext2 defaults 1 1
|
|
# If you have this, uncomment it.
|
|
devpts /dev/pts devpts mode=0622 0 0
|
|
/proc /proc proc defaults
|
|
# swapon swapfile created by make_swapfile from make_debian-x11.
|
|
/swapfile none swap sw 0 0
|
|
|
|
# Entries adapted from existing fstab:
|
|
#/dev/hda3 /OLDROOT ext2 defaults,errors=remount-ro,noauto 0 1
|
|
#/dev/hda1 none swap sw 0 0
|
|
/dev/fd0 /OLDROOT/floppy auto defaults,user,noauto 0 0
|
|
/dev/cdrom /OLDROOT/cdrom iso9660 defaults,ro,user,noauto 0 0
|
|
|