1
0
mirror of synced 2026-01-22 18:21:20 +00:00

2007-09-04 20:55:19 by steve

Allow the user to specify 'serial_device' & 'disk_device'.
This commit is contained in:
steve 2007-09-04 20:55:19 +00:00
parent 2b602dece7
commit 97b54ed7d0

View File

@ -235,7 +235,7 @@ mirror = http://ftp.us.debian.org/debian/
#
# Filesystem options for the different filesystems we support.
#
ext3_options_ = noatime,nodiratime,errors=remount-ro
ext3_options = noatime,nodiratime,errors=remount-ro
ext2_options = noatime,nodiratime,errors=remount-ro
xfs_options = defaults
reiser_options = defaults
@ -245,3 +245,18 @@ reiser_options = defaults
# created.
#
# boot = 1
#
# If you're using a newer version of the Xen guest kernel you will
# need to make sure that you use 'xvc0' for the guest serial device,
# and 'xvdX' instead of 'sdX' for serial devices.
#
# You may specify the things to use here:
#
# serial_device = tty1 #default
# serial_device = xvc0
#
# disk_device = sda #default
# disk_device = xvda
#